Uses of Class
org.mal_lang.langspec.Field
-
Packages that use Field Package Description org.mal_lang.langspec Provides classes for creating and using MAL languages.org.mal_lang.langspec.step Provides classes for step expressions. -
-
Uses of Field in org.mal_lang.langspec
Methods in org.mal_lang.langspec that return Field Modifier and Type Method Description Field
Asset. getField(String name)
Returns the field with the namename
in thisAsset
object.Field
Association. getLeftField()
Returns the left field of thisAssociation
object.Field
Asset. getLocalField(String name)
Returns the local field with the namename
in thisAsset
object.Field
Association. getRightField()
Returns the right field of thisAssociation
object.Field
Field. getTarget()
Returns the target of thisField
object.Methods in org.mal_lang.langspec that return types with arguments of type Field Modifier and Type Method Description List<Field>
Asset. getFields()
Returns a list of all fields in thisAsset
object.List<Field>
Asset. getLocalFields()
Returns a list of all local fields in thisAsset
object. -
Uses of Field in org.mal_lang.langspec.step
Methods in org.mal_lang.langspec.step that return Field Modifier and Type Method Description Field
StepField. getField()
Returns the field of thisStepField
object.
-