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 Utilities for 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
Methods in org.qdl_lang.util with parameters of type FunctionReferenceNode Modifier and Type Method Description Object
NoOpScalarImpl. process(Object key, FunctionReferenceNode frValue)
Object
NoOpScalarImpl. process(FunctionReferenceNode frValue)
Object
ProcessScalar. process(Object key, FunctionReferenceNode frValue)
Object
ProcessScalar. process(FunctionReferenceNode frValue)
Object
ProcessScalarImpl. process(Object key, FunctionReferenceNode frValue)
Object
ProcessScalarImpl. process(FunctionReferenceNode frValue)
-