Uses of Class
org.qdl_lang.state.AbstractState
- 
Packages that use AbstractState Package Description org.qdl_lang.functions Function handling and processing.org.qdl_lang.state Classes that manage the state of an interpreter session.
- 
- 
Uses of AbstractState in org.qdl_lang.functionsFields in org.qdl_lang.functions declared as AbstractState Modifier and Type Field Description AbstractStateFR_WithState. stateConstructors in org.qdl_lang.functions with parameters of type AbstractState Constructor Description FR_WithState(FunctionRecordInterface functionRecord, AbstractState state)FR_WithState(FunctionRecordInterface functionRecord, AbstractState state, boolean isModule)
- 
Uses of AbstractState in org.qdl_lang.stateSubclasses of AbstractState in org.qdl_lang.state Modifier and Type Class Description classFunctionStateCreated by Jeff Gaynor
 on 2/2/20 at 6:48 AMclassModuleStateHandles all the module related operations for the state.classNamespaceAwareStateThis adds the namespace resolution awareness to the state object.classStateThis is a facade for the various stateful components we have to track.classVariableStateCreated by Jeff Gaynor
 on 2/2/20 at 6:42 AMMethods in org.qdl_lang.state that return types with arguments of type AbstractState Modifier and Type Method Description Map<UUID,AbstractState>AbstractState. getStateRegistry()
 
-