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 QDLValue
OpEvaluator. doSingleApply(QDLValue lArg, FunctionReferenceNode fNode, State actualState)
protected Object
OpEvaluator. 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 Object
AbstractIdentityStemProcess. process(List<Object> index, Object key, FunctionReferenceNode frValue)
Object
AbstractNoOpStemImpl. process(List<Object> index, Object key, FunctionReferenceNode frValue)
Object
IdentityScalarImpl. process(FunctionReferenceNode frValue)
Object
NoOpScalarImpl. process(FunctionReferenceNode frValue)
Object
ProcessScalar. process(FunctionReferenceNode frValue)
Object
ProcessStemValues. 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 FunctionReferenceNode
QDLValue. functionValue
Methods in org.qdl_lang.variables.values that return FunctionReferenceNode Modifier and Type Method Description FunctionReferenceNode
QDLValue. asFunction()
Constructors in org.qdl_lang.variables.values with parameters of type FunctionReferenceNode Constructor Description FunctionReferenceValue(FunctionReferenceNode value)
-