Uses of Interface
org.qdl_lang.functions.FunctionReferenceNodeInterface
- 
Packages that use FunctionReferenceNodeInterface 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.expressions Expressions are objects that take zero or more arguments and return a result.org.qdl_lang.functions Function handling and processing.
- 
- 
Uses of FunctionReferenceNodeInterface in org.qdl_lang.evaluateMethods in org.qdl_lang.evaluate that return FunctionReferenceNodeInterface Modifier and Type Method Description protected FunctionReferenceNodeInterfaceAbstractEvaluator. getFunctionReferenceNode(State state, ExpressionInterface arg0)FunctionReferenceNodeInterfaceAbstractEvaluator. getFunctionReferenceNode(State state, ExpressionInterface arg0, boolean pushNewState)Methods in org.qdl_lang.evaluate with parameters of type FunctionReferenceNodeInterface Modifier and Type Method Description static ExpressionImplAbstractEvaluator. getOperator(State state, FunctionReferenceNodeInterface frNode, int nAry)get a polyad or dyad (for the operator) from theFunctionReferenceNode.protected static ExpressionImplAbstractEvaluator. NEWgetOperator(State state, FunctionReferenceNodeInterface frNode, int nAry)protected static ExpressionImplAbstractEvaluator. OLDgetOperator(State state, FunctionReferenceNodeInterface frNode, int nAry)
- 
Uses of FunctionReferenceNodeInterface in org.qdl_lang.expressionsMethods in org.qdl_lang.expressions that return FunctionReferenceNodeInterface Modifier and Type Method Description protected FunctionReferenceNodeInterfaceIndexArg. getFunction()
- 
Uses of FunctionReferenceNodeInterface in org.qdl_lang.functionsClasses in org.qdl_lang.functions that implement FunctionReferenceNodeInterface Modifier and Type Class Description classDyadicFunctionReferenceNodeCreated by Jeff Gaynor
 on 6/10/24 at 12:43 PMclassFunctionReferenceNodeJust a pointer to the collection of functions for a given name.
 
-