Uses of Class
org.mal_lang.langspec.Association
-
Packages that use Association Package Description org.mal_lang.langspec Provides classes for creating and using MAL languages. -
-
Uses of Association in org.mal_lang.langspec
Methods in org.mal_lang.langspec that return Association Modifier and Type Method Description Association
Field. getAssociation()
Returns the association of thisField
object.Methods in org.mal_lang.langspec that return types with arguments of type Association Modifier and Type Method Description List<Association>
Lang. getAssociations()
Returns a list of all associations in thisLang
object.
-