Uses of Class
org.mal_lang.langspec.builders.AssociationBuilder
- 
Packages that use AssociationBuilder Package Description org.mal_lang.langspec.builders Provides classes for building MAL languages. - 
- 
Uses of AssociationBuilder in org.mal_lang.langspec.builders
Methods in org.mal_lang.langspec.builders that return AssociationBuilder Modifier and Type Method Description static AssociationBuilderAssociationBuilder. fromJson(JsonObject jsonAssociation)Creates a newAssociationBuilderfrom aJsonObject.Methods in org.mal_lang.langspec.builders that return types with arguments of type AssociationBuilder Modifier and Type Method Description List<AssociationBuilder>LangBuilder. getAssociations()Returns a list of all associations in thisLangBuilderobject.Methods in org.mal_lang.langspec.builders with parameters of type AssociationBuilder Modifier and Type Method Description LangBuilderLangBuilder. addAssociation(AssociationBuilder association)Adds an association to thisLangBuilderobject. 
 -