Package com.scriptbasic.interfaces
Interface HierarchicalVariableMap
- All Superinterfaces:
LocalVariableMap,VariableMap
- All Known Implementing Classes:
MixedBasicVariableMap
A variable map interface that handles the global and local variables. The map
should be aware of the stack of the local variables of several levels and
also the global variables should be handled.
- Author:
- Peter Verhas date July 12, 2012
-
Method Summary
Methods inherited from interface com.scriptbasic.interfaces.LocalVariableMap
dropFrame, newFrame, registerGlobalVariable, registerLocalVariableMethods inherited from interface com.scriptbasic.interfaces.VariableMap
getVariableNameSet, getVariableValue, setVariable, variableDefined, variableExists
-
Method Details
-
getGlobalMap
VariableMap getGlobalMap()
-