Uses of Interface
org.qdl_lang.functions.FunctionNodeInterface
- 
Packages that use FunctionNodeInterface Package Description org.qdl_lang.functions Function handling and processing.
- 
- 
Uses of FunctionNodeInterface in org.qdl_lang.functionsSubinterfaces of FunctionNodeInterface in org.qdl_lang.functions Modifier and Type Interface Description interfaceFunctionReferenceNodeInterfaceCreated by Jeff Gaynor
 on 6/11/24 at 12:23 AMClasses in org.qdl_lang.functions that implement FunctionNodeInterface 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.classLambdaDefinitionNodeTo treat defined lambda expressions they must beExpressionNodes This wraps aFunctionDefinitionStatement, which cannot be replaced.
 
-