Uses of Class
org.mal_lang.langspec.Lang
- 
Packages that use Lang Package Description org.mal_lang.langspec Provides classes for creating and using MAL languages.org.mal_lang.langspec.io Provides classes for reading and writing.marfiles. - 
- 
Uses of Lang in org.mal_lang.langspec
Methods in org.mal_lang.langspec that return Lang Modifier and Type Method Description static LangLang. fromBuilder(LangBuilder builder)Creates a newLangobject from aLangBuilder. - 
Uses of Lang in org.mal_lang.langspec.io
Methods in org.mal_lang.langspec.io that return Lang Modifier and Type Method Description LangLangReader. read()Returns aLangobject that is represented in the input source.LangLangReader. read(boolean readIcons, boolean readLicense)Returns aLangobject that is represented in the input source.Methods in org.mal_lang.langspec.io with parameters of type Lang Modifier and Type Method Description voidLangWriter. write(Lang lang)Writes the specifiedLangobject to the output source. 
 -