Uses of Interface
com.scriptbasic.interfaces.VariableMap
| Package | Description |
|---|---|
| com.scriptbasic.interfaces | |
| com.scriptbasic.memory |
-
Uses of VariableMap in com.scriptbasic.interfaces
Subinterfaces of VariableMap in com.scriptbasic.interfaces Modifier and Type Interface Description interfaceHierarchicalVariableMapA variable map interface that handles the global and local variables.interfaceLocalVariableMapA variable map structure that can manage many maps in a stack structure.Methods in com.scriptbasic.interfaces that return VariableMap Modifier and Type Method Description VariableMapHierarchicalVariableMap. getGlobalMap() -
Uses of VariableMap in com.scriptbasic.memory
Classes in com.scriptbasic.memory that implement VariableMap Modifier and Type Class Description classBasicLocalVariableMapHandle the local variable in a hierarchical stack of MapsclassMixedBasicVariableMapHandle the global and the local variable maps.Methods in com.scriptbasic.memory that return VariableMap Modifier and Type Method Description VariableMapMixedBasicVariableMap. getGlobalMap()