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 FieldAsset. getField(String name)Returns the field with the namenamein thisAssetobject.FieldAssociation. getLeftField()Returns the left field of thisAssociationobject.FieldAsset. getLocalField(String name)Returns the local field with the namenamein thisAssetobject.FieldAssociation. getRightField()Returns the right field of thisAssociationobject.FieldField. getTarget()Returns the target of thisFieldobject.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 thisAssetobject.List<Field>Asset. getLocalFields()Returns a list of all local fields in thisAssetobject. -
Uses of Field in org.mal_lang.langspec.step
Methods in org.mal_lang.langspec.step that return Field Modifier and Type Method Description FieldStepField. getField()Returns the field of thisStepFieldobject.
-