Uses of Class
org.qdl_lang.state.XTable
-
Packages that use XTable 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. -
-
Uses of XTable in org.qdl_lang.functions
Subclasses of XTable in org.qdl_lang.functions Modifier and Type Class Description class
FTable<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 XTable
FStack. newTableInstance()
-
Uses of XTable in org.qdl_lang.module
Subclasses of XTable in org.qdl_lang.module Modifier and Type Class Description class
MITable<K extends XKey,V extends MIWrapper>
Table of modules keyed by alias.class
MTTable<K extends MTKey,V extends Module>
Module template table.Methods in org.qdl_lang.module that return XTable Modifier and Type Method Description XTable
MIStack. newTableInstance()
XTable
MTStack. 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 class
XStack<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 XTable
XStack. 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 void
XStack. 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 void
XStack. 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 class
VTable<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 XTable
VStack. newTableInstance()
-