Uses of Class
org.qdl_lang.functions.DyadicFunctionReferenceNode
-
Packages that use DyadicFunctionReferenceNode 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.functions Function handling and processing.org.qdl_lang.util Utilities for QDL. -
-
Uses of DyadicFunctionReferenceNode in org.qdl_lang.evaluate
Methods in org.qdl_lang.evaluate with parameters of type DyadicFunctionReferenceNode Modifier and Type Method Description protected Object
OpEvaluator. doSingleApply(Object lArg, DyadicFunctionReferenceNode fNode, Object defaultValue, State state, Dyad dyad)
protected QDLStem
ModuleEvaluator. getDoc(DyadicFunctionReferenceNode df)
-
Uses of DyadicFunctionReferenceNode in org.qdl_lang.functions
Methods in org.qdl_lang.functions that return types with arguments of type DyadicFunctionReferenceNode Modifier and Type Method Description Set<DyadicFunctionReferenceNode>
FStack. listFunctionReferences(String regex)
Set<DyadicFunctionReferenceNode>
FTable. listFunctionReferences(String regex)
Return every function in this tables as a set ofDyadicFunctionReferenceNode
s. -
Uses of DyadicFunctionReferenceNode in org.qdl_lang.util
Methods in org.qdl_lang.util with parameters of type DyadicFunctionReferenceNode Modifier and Type Method Description Object
NoOpScalarImpl. process(Object key, DyadicFunctionReferenceNode dyadicFunctionReferenceNode)
Object
NoOpScalarImpl. process(DyadicFunctionReferenceNode dyadicFunctionReferenceNode)
Object
ProcessScalar. process(Object key, DyadicFunctionReferenceNode dyadicFunctionReferenceNode)
Object
ProcessScalar. process(DyadicFunctionReferenceNode dyadicFunctionReferenceNode)
Object
ProcessScalarImpl. process(Object key, DyadicFunctionReferenceNode dyadicFunctionReferenceNode)
Object
ProcessScalarImpl. process(DyadicFunctionReferenceNode dyadicFunctionReferenceNode)
-