Uses of Class
org.qdl_lang.functions.FunctionReferenceNode
-
Packages that use FunctionReferenceNode 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.util.aggregate Utilities for dealing with aggregates, i.e., sets and stems in QDL.org.qdl_lang.variables.values -
-
Uses of FunctionReferenceNode in org.qdl_lang.evaluate
Methods in org.qdl_lang.evaluate with parameters of type FunctionReferenceNode Modifier and Type Method Description protected QDLValueOpEvaluator. doSingleApply(QDLValue lArg, FunctionReferenceNode fNode, State actualState)protected ObjectOpEvaluator. doSingleApply(QDLValue lArg, FunctionReferenceNode fNode, QDLValue defaultValue, State state, Dyad dyad)apply the argument to a single function. -
Uses of FunctionReferenceNode in org.qdl_lang.util.aggregate
Methods in org.qdl_lang.util.aggregate with parameters of type FunctionReferenceNode Modifier and Type Method Description ObjectAbstractIdentityStemProcess. process(List<Object> index, Object key, FunctionReferenceNode frValue)ObjectAbstractNoOpStemImpl. process(List<Object> index, Object key, FunctionReferenceNode frValue)ObjectIdentityScalarImpl. process(FunctionReferenceNode frValue)ObjectNoOpScalarImpl. process(FunctionReferenceNode frValue)ObjectProcessScalar. process(FunctionReferenceNode frValue)ObjectProcessStemValues. process(List<Object> index, Object key, FunctionReferenceNode frValue) -
Uses of FunctionReferenceNode in org.qdl_lang.variables.values
Fields in org.qdl_lang.variables.values declared as FunctionReferenceNode Modifier and Type Field Description protected FunctionReferenceNodeQDLValue. functionValueMethods in org.qdl_lang.variables.values that return FunctionReferenceNode Modifier and Type Method Description FunctionReferenceNodeQDLValue. asFunction()Constructors in org.qdl_lang.variables.values with parameters of type FunctionReferenceNode Constructor Description FunctionReferenceValue(FunctionReferenceNode value)
-