Uses of Class
org.mal_lang.langspec.Variable
-
Packages that use Variable 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 Variable in org.mal_lang.langspec
Methods in org.mal_lang.langspec that return Variable Modifier and Type Method Description Variable
Asset. getLocalVariable(String name)
Returns the local variable with the namename
in thisAsset
object.Variable
Variable. getSuperVariable()
Returns the super variable of thisVariable
object.Variable
Asset. getVariable(String name)
Returns the variable with the namename
in thisAsset
object.Methods in org.mal_lang.langspec that return types with arguments of type Variable Modifier and Type Method Description List<Variable>
Asset. getLocalVariables()
Returns a list of all local variables in thisAsset
object.List<Variable>
Asset. getVariables()
Returns a list of all variables in thisAsset
object. -
Uses of Variable in org.mal_lang.langspec.step
Methods in org.mal_lang.langspec.step that return Variable Modifier and Type Method Description Variable
StepVariable. getVariable()
Returns the variable of thisStepVariable
object.
-