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 VariableAsset. getLocalVariable(String name)Returns the local variable with the namenamein thisAssetobject.VariableVariable. getSuperVariable()Returns the super variable of thisVariableobject.VariableAsset. getVariable(String name)Returns the variable with the namenamein thisAssetobject.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 thisAssetobject.List<Variable>Asset. getVariables()Returns a list of all variables in thisAssetobject. - 
Uses of Variable in org.mal_lang.langspec.step
Methods in org.mal_lang.langspec.step that return Variable Modifier and Type Method Description VariableStepVariable. getVariable()Returns the variable of thisStepVariableobject. 
 -