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.functions
Fields in org.qdl_lang.functions declared as AbstractState Modifier and Type Field Description AbstractState
FR_WithState. state
Constructors 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.state
Subclasses of AbstractState in org.qdl_lang.state Modifier and Type Class Description class
FunctionState
Created by Jeff Gaynor
on 2/2/20 at 6:48 AMclass
ModuleState
Handles all the module related operations for the state.class
NamespaceAwareState
This adds the namespace resolution awareness to the state object.class
State
This is a facade for the various stateful components we have to track.class
VariableState
Created 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()
-