Package com.scriptbasic.interfaces
Interface HierarchicalVariableMap
-
- All Superinterfaces:
LocalVariableMap,VariableMap
- All Known Implementing Classes:
MixedBasicVariableMap
public interface HierarchicalVariableMap extends LocalVariableMap
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VariableMapgetGlobalMap()-
Methods inherited from interface com.scriptbasic.interfaces.LocalVariableMap
dropFrame, newFrame, registerGlobalVariable, registerLocalVariable
-
Methods inherited from interface com.scriptbasic.interfaces.VariableMap
getVariableNameSet, getVariableValue, setVariable, variableDefined, variableExists
-
-
-
-
Method Detail
-
getGlobalMap
VariableMap getGlobalMap()
-
-