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. -
-
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.
-