Uses of Class
org.mal_lang.langspec.builders.MetaBuilder
- 
Packages that use MetaBuilder Package Description org.mal_lang.langspec.builders Provides classes for building MAL languages. - 
- 
Uses of MetaBuilder in org.mal_lang.langspec.builders
Methods in org.mal_lang.langspec.builders that return MetaBuilder Modifier and Type Method Description MetaBuilderMetaBuilder. addEntry(String key, String value)Adds an entry to thisMetaBuilderobject.MetaBuilderMetaBuilder. fromJson(JsonObject jsonMeta)Adds entries to thisMetaBuilderfrom aJsonObject.MetaBuilderAssetBuilder. getMeta()Returns the meta info of thisAssetBuilderobject.MetaBuilderAssociationBuilder. getMeta()Returns the meta info of thisAssociationBuilderobject.MetaBuilderAttackStepBuilder. getMeta()Returns the meta info of thisAttackStepBuilderobject.MetaBuilderCategoryBuilder. getMeta()Returns the meta info of thisCategoryBuilderobject. 
 -