Uses of Class
org.qdl_lang.state.XTable
-
Packages that use XTable 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. -
-
Uses of XTable in org.qdl_lang.expressions.module
Subclasses of XTable in org.qdl_lang.expressions.module Modifier and Type Class Description classMITable<K extends XKey,V extends MIWrapper>Table of modules keyed by alias.classMTTable<K extends MTKey,V extends Module>Module template table.Methods in org.qdl_lang.expressions.module that return XTable Modifier and Type Method Description XTableMIStack. newTableInstance()XTableMTStack. newTableInstance() -
Uses of XTable in org.qdl_lang.functions
Subclasses of XTable in org.qdl_lang.functions Modifier and Type Class Description classFTable<K extends FKey,V extends FunctionRecord>Created by Jeff Gaynor
on 11/19/21 at 7:48 AMMethods in org.qdl_lang.functions that return XTable Modifier and Type Method Description XTableFStack. newTableInstance() -
Uses of XTable in org.qdl_lang.state
Classes in org.qdl_lang.state with type parameters of type XTable Modifier and Type Class Description classXStack<V extends XTable<? extends XKey,? extends XThing>>A stateful stack of things, such as functions.Methods in org.qdl_lang.state that return XTable Modifier and Type Method Description XTable<? extends XKey,? extends XThing>XStack. getLocal()Get the local table for this stack.XTable<? extends XKey,? extends XThing>XStack. getRoot()Since all new tables are added at 0, the initial one, called the root, is last.abstract XTableXStack. newTableInstance()XTable<XKey,XThing>XStack. peek()Methods in org.qdl_lang.state that return types with arguments of type XTable Modifier and Type Method Description List<XTable<? extends XKey,? extends XThing>>XStack. getStack()Methods in org.qdl_lang.state with parameters of type XTable Modifier and Type Method Description voidXStack. push(XTable<? extends XKey,? extends XThing> xTable)Method parameters in org.qdl_lang.state with type arguments of type XTable Modifier and Type Method Description voidXStack. setStack(List<XTable<? extends XKey,? extends XThing>> stack) -
Uses of XTable in org.qdl_lang.variables
Subclasses of XTable in org.qdl_lang.variables Modifier and Type Class Description classVTable<K extends XKey,V extends VThing>Created by Jeff Gaynor
on 2/20/22 at 6:12 AMMethods in org.qdl_lang.variables that return XTable Modifier and Type Method Description XTableVStack. newTableInstance()
-