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.aggregate Utilities for dealing with aggregates, i.e., sets and stems in QDL.org.qdl_lang.variables.values 
- 
- 
Uses of DyadicFunctionReferenceNode in org.qdl_lang.evaluateMethods in org.qdl_lang.evaluate with parameters of type DyadicFunctionReferenceNode Modifier and Type Method Description protected ObjectOpEvaluator. doSingleApply(QDLValue lArg, DyadicFunctionReferenceNode fNode, QDLValue defaultValue, State state, Dyad dyad)protected QDLStemModuleEvaluator. getDoc(DyadicFunctionReferenceNode df)
- 
Uses of DyadicFunctionReferenceNode in org.qdl_lang.functionsMethods 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 ofDyadicFunctionReferenceNodes.
- 
Uses of DyadicFunctionReferenceNode in org.qdl_lang.util.aggregateMethods in org.qdl_lang.util.aggregate with parameters of type DyadicFunctionReferenceNode Modifier and Type Method Description ObjectAbstractIdentityStemProcess. process(List<Object> index, Object key, DyadicFunctionReferenceNode dyadicFunctionReferenceNode)ObjectAbstractNoOpStemImpl. process(List<Object> index, Object key, DyadicFunctionReferenceNode dyadicFunctionReferenceNode)ObjectIdentityScalarImpl. process(DyadicFunctionReferenceNode dyadicFunctionReferenceNode)ObjectNoOpScalarImpl. process(DyadicFunctionReferenceNode dyadicFunctionReferenceNode)ObjectProcessScalar. process(DyadicFunctionReferenceNode dyadicFunctionReferenceNode)ObjectProcessStemValues. process(List<Object> index, Object key, DyadicFunctionReferenceNode dyadicFunctionReferenceNode)
- 
Uses of DyadicFunctionReferenceNode in org.qdl_lang.variables.valuesFields in org.qdl_lang.variables.values declared as DyadicFunctionReferenceNode Modifier and Type Field Description protected DyadicFunctionReferenceNodeQDLValue. dyadicFunctionValueMethods in org.qdl_lang.variables.values that return DyadicFunctionReferenceNode Modifier and Type Method Description DyadicFunctionReferenceNodeQDLValue. asDyadicFunction()Constructors in org.qdl_lang.variables.values with parameters of type DyadicFunctionReferenceNode Constructor Description DyadicFunctionReferenceValue(DyadicFunctionReferenceNode value)
 
-