Uses of Class
org.qdl_lang.state.XStack
-
Packages that use XStack Package Description org.qdl_lang.functions Function handling and processing.org.qdl_lang.module Classes that model and manage modules in QDL.org.qdl_lang.state Classes that manage the state of an interpreter session.org.qdl_lang.variables Variables in QDL and classes that support them.org.qdl_lang.xml Everything relating to serialization of QDL workspaces to/from XML. -
-
Uses of XStack in org.qdl_lang.functions
Subclasses of XStack in org.qdl_lang.functions Modifier and Type Class Description class
FStack<V extends FTable<? extends FKey,? extends FunctionRecord>>
Created by Jeff Gaynor
on 3/15/21 at 6:22 AMMethods in org.qdl_lang.functions that return XStack Modifier and Type Method Description XStack
FStack. getStateStack(State state)
XStack
FStack. newInstance()
Methods in org.qdl_lang.functions with parameters of type XStack Modifier and Type Method Description void
FStack. setStateStack(State state, XStack xStack)
-
Uses of XStack in org.qdl_lang.module
Subclasses of XStack in org.qdl_lang.module Modifier and Type Class Description class
MIStack<V extends MITable<? extends XKey,? extends MIWrapper>>
Created by Jeff Gaynor
on 1/29/22 at 7:25 AMclass
MTStack<V extends MTTable<? extends MTKey,? extends Module>>
Created by Jeff Gaynor
on 12/13/21 at 7:17 AMMethods in org.qdl_lang.module that return XStack Modifier and Type Method Description XStack
MIStack. getStateStack(State state)
XStack
MTStack. getStateStack(State state)
XStack
MIStack. newInstance()
XStack
MTStack. newInstance()
Methods in org.qdl_lang.module with parameters of type XStack Modifier and Type Method Description void
MIStack. setStateStack(State state, XStack xStack)
void
MTStack. setStateStack(State state, XStack xStack)
-
Uses of XStack in org.qdl_lang.state
Methods in org.qdl_lang.state that return XStack Modifier and Type Method Description XStack
XStack. clone()
abstract XStack
XStack. getStateStack(State state)
This gets the stack corresponding to this class from the state..abstract XStack
XStack. newInstance()
Methods in org.qdl_lang.state with parameters of type XStack Modifier and Type Method Description protected void
State. addJSONtoState(net.sf.json.JSONObject jsonObject, String tag, XStack xStack, SerializationState serializationState)
void
XStack. addTables(XStack xStack)
Take an XStack and prepend in the correct order to the front of the stack.void
XStack. appendTables(XStack xStack)
Similar toaddTables(XStack)
, but this appends them to the existing set of tables.protected void
State. doLocalSerialization(XStack oldStack, String tag, net.sf.json.JSONObject jsonObject, SerializationState serializationState)
abstract void
XStack. setStateStack(State state, XStack xStack)
This sets the stack corresponding to this class from the state with the given stack. -
Uses of XStack in org.qdl_lang.variables
Subclasses of XStack in org.qdl_lang.variables Modifier and Type Class Description class
VStack<V extends VTable<? extends XKey,? extends VThing>>
Created by Jeff Gaynor
on 2/20/22 at 6:14 AMMethods in org.qdl_lang.variables that return XStack Modifier and Type Method Description XStack
VStack. getStateStack(State state)
XStack
VStack. newInstance()
Methods in org.qdl_lang.variables with parameters of type XStack Modifier and Type Method Description void
VStack. setStateStack(State state, XStack xStack)
-
Uses of XStack in org.qdl_lang.xml
Methods in org.qdl_lang.xml with parameters of type XStack Modifier and Type Method Description protected static void
XMLUtilsV2. deserializeXStack(XMLEventReader xer, XStack xStack, State state, SerializationState serializationState)
-