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.mar
files. -
-
Uses of Lang in org.mal_lang.langspec
Methods in org.mal_lang.langspec that return Lang Modifier and Type Method Description static Lang
Lang. fromBuilder(LangBuilder builder)
Creates a newLang
object 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 Lang
LangReader. read()
Returns aLang
object that is represented in the input source.Lang
LangReader. read(boolean readIcons, boolean readLicense)
Returns aLang
object that is represented in the input source.Methods in org.mal_lang.langspec.io with parameters of type Lang Modifier and Type Method Description void
LangWriter. write(Lang lang)
Writes the specifiedLang
object to the output source.
-