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 AssociationBuilder
AssociationBuilder. fromJson(JsonObject jsonAssociation)
Creates a newAssociationBuilder
from 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 thisLangBuilder
object.Methods in org.mal_lang.langspec.builders with parameters of type AssociationBuilder Modifier and Type Method Description LangBuilder
LangBuilder. addAssociation(AssociationBuilder association)
Adds an association to thisLangBuilder
object.
-