Uses of Package
org.qdl_lang.functions
-
Packages that use org.qdl_lang.functions 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.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.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.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.util.aggregate Utilities for dealing with aggregates, i.e., sets and stems in QDL. -
Classes in org.qdl_lang.functions used by org.qdl_lang.evaluate Class Description DyadicFunctionReferenceNode Created by Jeff Gaynor
on 6/10/24 at 12:43 PMFR_WithState A facade for a function record.FStack Created by Jeff Gaynor
on 3/15/21 at 6:22 AMFunctionRecordInterface Created by Jeff Gaynor
on 12/7/23 at 9:43 AMFunctionReferenceNode Just a pointer to the collection of functions for a given name.FunctionReferenceNodeInterface Created by Jeff Gaynor
on 6/11/24 at 12:23 AM -
Classes in org.qdl_lang.functions used by org.qdl_lang.expressions Class Description FunctionRecordInterface Created by Jeff Gaynor
on 12/7/23 at 9:43 AMFunctionReferenceNodeInterface Created by Jeff Gaynor
on 6/11/24 at 12:23 AMLambdaDefinitionNode To treat defined lambda expressions they must beExpressionNode
s This wraps aFunctionDefinitionStatement
, which cannot be replaced. -
Classes in org.qdl_lang.functions used by org.qdl_lang.extensions Class Description FunctionRecord Actua implementation ofFunctionRecordInterface
.FunctionRecordInterface Created by Jeff Gaynor
on 12/7/23 at 9:43 AM -
Classes in org.qdl_lang.functions used by org.qdl_lang.functions Class Description DyadicFunctionReferenceNode Created by Jeff Gaynor
on 6/10/24 at 12:43 PMFKey Created by Jeff Gaynor
on 11/26/21 at 7:46 AMFTable Created by Jeff Gaynor
on 11/19/21 at 7:48 AMFunctionDefinitionStatement Created by Jeff Gaynor
on 3/20/21 at 8:46 AMFunctionNodeInterface FunctionRecord Actua implementation ofFunctionRecordInterface
.FunctionRecordInterface Created by Jeff Gaynor
on 12/7/23 at 9:43 AMFunctionReferenceNodeInterface Created by Jeff Gaynor
on 6/11/24 at 12:23 AM -
Classes in org.qdl_lang.functions used by org.qdl_lang.module Class Description FKey Created by Jeff Gaynor
on 11/26/21 at 7:46 AM -
Classes in org.qdl_lang.functions used by org.qdl_lang.state Class Description FKey Created by Jeff Gaynor
on 11/26/21 at 7:46 AMFR_WithState A facade for a function record.FStack Created by Jeff Gaynor
on 3/15/21 at 6:22 AMFTable Created by Jeff Gaynor
on 11/19/21 at 7:48 AMFunctionRecordInterface Created by Jeff Gaynor
on 12/7/23 at 9:43 AM -
Classes in org.qdl_lang.functions used by org.qdl_lang.statements Class Description FKey Created by Jeff Gaynor
on 11/26/21 at 7:46 AM -
Classes in org.qdl_lang.functions used by org.qdl_lang.util Class Description FunctionRecord Actua implementation ofFunctionRecordInterface
. -
Classes in org.qdl_lang.functions used by org.qdl_lang.util.aggregate Class Description DyadicFunctionReferenceNode Created by Jeff Gaynor
on 6/10/24 at 12:43 PMFunctionReferenceNode Just a pointer to the collection of functions for a given name.