Uses of Package
org.qdl_lang.state
-
Packages that use org.qdl_lang.state Package Description org.qdl_lang.config All things relating to the QDL configuration file.org.qdl_lang.evaluate Evaluators evaluate the built-in functions for QDL as well as perform the usual algebraic operations.org.qdl_lang.exceptions All of the exceptions for QDL.org.qdl_lang.expressions Expressions are objects that take zero or more arguments and return a result.org.qdl_lang.extensions This contains the classes for extending the QDL language with Java.org.qdl_lang.extensions.convert The conversion module.org.qdl_lang.extensions.crypto The cryptographic module.org.qdl_lang.extensions.database QDL's basic database module.org.qdl_lang.extensions.dynamodb org.qdl_lang.extensions.examples.basic This package contains a simple basic of how to make a java module for QDL.org.qdl_lang.extensions.examples.stateful org.qdl_lang.extensions.http HTTP access module for QDL.org.qdl_lang.extensions.inputLine QDL's module for processing command line arguments.org.qdl_lang.extensions.mail org.qdl_lang.functions Function handling and processing.org.qdl_lang.gui Swing terminal implementation.org.qdl_lang.module Classes that model and manage modules in QDL.org.qdl_lang.parsing Classes that support parsing and the parser itself.org.qdl_lang.sas QDL implementation of the NCSA Security Library's SAS.org.qdl_lang.state Classes that manage the state of an interpreter session.org.qdl_lang.statements The two basic syntactic units of QDL are expressions (which return results) and statements which are the other control structures, such as conditionals, loops, etc.org.qdl_lang.util Utilities for QDL.org.qdl_lang.variables Variables in QDL and classes that support them.org.qdl_lang.workspace The workspace and the commands that drive it.org.qdl_lang.xml Everything relating to serialization of QDL workspaces to/from XML. -
Classes in org.qdl_lang.state used by org.qdl_lang.config Class Description LibLoader Class that is used to inject libraries into the state info() stem.State This is a facade for the various stateful components we have to track. -
Classes in org.qdl_lang.state used by org.qdl_lang.evaluate Class Description State This is a facade for the various stateful components we have to track.XThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Classes in org.qdl_lang.state used by org.qdl_lang.exceptions Class Description SIEntry An entry in the SI (state indicator) table. -
Classes in org.qdl_lang.state used by org.qdl_lang.expressions Class Description State This is a facade for the various stateful components we have to track. -
Classes in org.qdl_lang.state used by org.qdl_lang.extensions Class Description State This is a facade for the various stateful components we have to track.XThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Classes in org.qdl_lang.state used by org.qdl_lang.extensions.convert Class Description State This is a facade for the various stateful components we have to track.XThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Classes in org.qdl_lang.state used by org.qdl_lang.extensions.crypto Class Description State This is a facade for the various stateful components we have to track.XThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Classes in org.qdl_lang.state used by org.qdl_lang.extensions.database Class Description State This is a facade for the various stateful components we have to track.XThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Classes in org.qdl_lang.state used by org.qdl_lang.extensions.dynamodb Class Description State This is a facade for the various stateful components we have to track.XThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Classes in org.qdl_lang.state used by org.qdl_lang.extensions.examples.basic Class Description State This is a facade for the various stateful components we have to track.XThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Classes in org.qdl_lang.state used by org.qdl_lang.extensions.examples.stateful Class Description State This is a facade for the various stateful components we have to track.XThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Classes in org.qdl_lang.state used by org.qdl_lang.extensions.http Class Description State This is a facade for the various stateful components we have to track.XThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Classes in org.qdl_lang.state used by org.qdl_lang.extensions.inputLine Class Description State This is a facade for the various stateful components we have to track.XThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Classes in org.qdl_lang.state used by org.qdl_lang.extensions.mail Class Description State This is a facade for the various stateful components we have to track.XThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Classes in org.qdl_lang.state used by org.qdl_lang.functions Class Description AbstractState This helps us organize the functionality of the state object.State This is a facade for the various stateful components we have to track.XKey Created by Jeff Gaynor
on 11/26/21 at 7:44 AMXStack A stateful stack of things, such as functions.XTable A symbol table.XThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Classes in org.qdl_lang.state used by org.qdl_lang.gui Class Description State This is a facade for the various stateful components we have to track. -
Classes in org.qdl_lang.state used by org.qdl_lang.module Class Description State This is a facade for the various stateful components we have to track.XKey Created by Jeff Gaynor
on 11/26/21 at 7:44 AMXStack A stateful stack of things, such as functions.XTable A symbol table.XThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Classes in org.qdl_lang.state used by org.qdl_lang.parsing Class Description SIEntry An entry in the SI (state indicator) table.State This is a facade for the various stateful components we have to track. -
Classes in org.qdl_lang.state used by org.qdl_lang.sas Class Description State This is a facade for the various stateful components we have to track. -
Classes in org.qdl_lang.state used by org.qdl_lang.state Class Description AbstractState This helps us organize the functionality of the state object.FunctionState Created by Jeff Gaynor
on 2/2/20 at 6:48 AMModuleState Handles all the module related operations for the state.NamespaceAwareState This adds the namespace resolution awareness to the state object.QDLConstants Created by Jeff Gaynor
on 4/20/20 at 12:53 PMQDLThread This is used to fork scripts and run them in their own threads.QDLThreadRecord Created by Jeff Gaynor
on 2/9/23 at 9:27 AMState This is a facade for the various stateful components we have to track.StateUtils Created by Jeff Gaynor
on 2/6/20 at 1:33 PMStemMultiIndex If we get a stem variable, this has the components to itVariableState Created by Jeff Gaynor
on 2/2/20 at 6:42 AMVariableState.ResolveState XKey Created by Jeff Gaynor
on 11/26/21 at 7:44 AMXStack A stateful stack of things, such as functions.XTable A symbol table.XThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Classes in org.qdl_lang.state used by org.qdl_lang.statements Class Description State This is a facade for the various stateful components we have to track.XThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Classes in org.qdl_lang.state used by org.qdl_lang.util Class Description State This is a facade for the various stateful components we have to track. -
Classes in org.qdl_lang.state used by org.qdl_lang.variables Class Description State This is a facade for the various stateful components we have to track.StemMultiIndex If we get a stem variable, this has the components to itXKey Created by Jeff Gaynor
on 11/26/21 at 7:44 AMXStack A stateful stack of things, such as functions.XTable A symbol table.XThing Top-level object for a thing (object) that has a name in that is unique in a local scope. -
Classes in org.qdl_lang.state used by org.qdl_lang.workspace Class Description LibLoader Class that is used to inject libraries into the state info() stem.SIEntry An entry in the SI (state indicator) table.State This is a facade for the various stateful components we have to track. -
Classes in org.qdl_lang.state used by org.qdl_lang.xml Class Description State This is a facade for the various stateful components we have to track.XStack A stateful stack of things, such as functions.