Uses of Package
org.qdl_lang.statements
-
Packages that use org.qdl_lang.statements Package Description 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.functions Function handling and processing.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.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.variables Variables in QDL and classes that support them. -
Classes in org.qdl_lang.statements used by org.qdl_lang.evaluate Class Description ExpressionInterface The actual top-level interface for an expression.Statement Top-level interface for all statements and expressions. -
Classes in org.qdl_lang.statements used by org.qdl_lang.exceptions Class Description Statement Top-level interface for all statements and expressions. -
Classes in org.qdl_lang.statements used by org.qdl_lang.expressions Class Description ExpressionInterface The actual top-level interface for an expression.HasResultInterface Created by Jeff Gaynor
on 3/11/20 at 6:33 AMStatement Top-level interface for all statements and expressions.TokenPosition Created by Jeff Gaynor
on 11/4/21 at 7:05 AM -
Classes in org.qdl_lang.statements used by org.qdl_lang.functions Class Description Documentable Created by Jeff Gaynor
on 5/27/20 at 9:47 AMExpressionInterface The actual top-level interface for an expression.HasResultInterface Created by Jeff Gaynor
on 3/11/20 at 6:33 AMStatement Top-level interface for all statements and expressions.TokenPosition Created by Jeff Gaynor
on 11/4/21 at 7:05 AM -
Classes in org.qdl_lang.statements used by org.qdl_lang.module Class Description Documentable Created by Jeff Gaynor
on 5/27/20 at 9:47 AMModuleStatement Has to exist and fulfill various contracts, but mostly this collects state and statements and puts them in a module object. -
Classes in org.qdl_lang.statements used by org.qdl_lang.parsing Class Description ConditionalStatement Created by Jeff Gaynor
on 1/17/20 at 3:34 PMElement The parser returns elements.ExpressionInterface The actual top-level interface for an expression.HasResultInterface Created by Jeff Gaynor
on 3/11/20 at 6:33 AMStatement Top-level interface for all statements and expressions.TokenPosition Created by Jeff Gaynor
on 11/4/21 at 7:05 AM -
Classes in org.qdl_lang.statements used by org.qdl_lang.statements Class Description BlockStatement Created by Jeff Gaynor
on 6/22/21 at 6:34 AMConditionalStatement Created by Jeff Gaynor
on 1/17/20 at 3:34 PMExpressionInterface The actual top-level interface for an expression.HasResultInterface Created by Jeff Gaynor
on 3/11/20 at 6:33 AMStatement Top-level interface for all statements and expressions.TokenPosition Created by Jeff Gaynor
on 11/4/21 at 7:05 AM -
Classes in org.qdl_lang.statements used by org.qdl_lang.variables Class Description ExpressionInterface The actual top-level interface for an expression.HasResultInterface Created by Jeff Gaynor
on 3/11/20 at 6:33 AMStatement Top-level interface for all statements and expressions.TokenPosition Created by Jeff Gaynor
on 11/4/21 at 7:05 AM