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. -
-
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 Object
OpEvaluator. doSingleApply(Object lArg, FunctionReferenceNode fNode, Object defaultValue, State state, Dyad dyad)
apply the argument to a single function.protected Object
OpEvaluator. doSingleApply(Object lArg, FunctionReferenceNode fNode, State actualState)
-
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)
-