Uses of Class
org.qdl_lang.state.XStack
-
Packages that use XStack Package Description org.qdl_lang.expressions.module Classes that model and manage modules in QDL.org.qdl_lang.functions Function handling and processing.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.expressions.module
Subclasses of XStack in org.qdl_lang.expressions.module Modifier and Type Class Description classMIStack<V extends MITable<? extends XKey,? extends MIWrapper>>Created by Jeff Gaynor
on 1/29/22 at 7:25 AMclassMTStack<V extends MTTable<? extends MTKey,? extends Module>>Created by Jeff Gaynor
on 12/13/21 at 7:17 AMMethods in org.qdl_lang.expressions.module that return XStack Modifier and Type Method Description XStackMIStack. getStateStack(State state)XStackMTStack. getStateStack(State state)XStackMIStack. newInstance()XStackMTStack. newInstance()Methods in org.qdl_lang.expressions.module with parameters of type XStack Modifier and Type Method Description voidMIStack. setStateStack(State state, XStack xStack)voidMTStack. setStateStack(State state, XStack xStack) -
Uses of XStack in org.qdl_lang.functions
Subclasses of XStack in org.qdl_lang.functions Modifier and Type Class Description classFStack<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 XStackFStack. getStateStack(State state)XStackFStack. newInstance()Methods in org.qdl_lang.functions with parameters of type XStack Modifier and Type Method Description voidFStack. 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 XStackXStack. clone()abstract XStackXStack. getStateStack(State state)This gets the stack corresponding to this class from the state..abstract XStackXStack. newInstance()Methods in org.qdl_lang.state with parameters of type XStack Modifier and Type Method Description protected voidState. addJSONtoState(net.sf.json.JSONObject jsonObject, String tag, XStack xStack, SerializationState serializationState)voidXStack. addTables(XStack xStack)Take an XStack and prepend in the correct order to the front of the stack.voidXStack. appendTables(XStack xStack)Similar toaddTables(XStack), but this appends them to the existing set of tables.protected voidState. doLocalSerialization(XStack oldStack, String tag, net.sf.json.JSONObject jsonObject, SerializationState serializationState)abstract voidXStack. 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 classVStack<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 XStackVStack. getStateStack(State state)XStackVStack. newInstance()Methods in org.qdl_lang.variables with parameters of type XStack Modifier and Type Method Description voidVStack. 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 voidXMLUtilsV2. deserializeXStack(XMLEventReader xer, XStack QDLStack, State state, SerializationState serializationState)
-