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.functions
Subinterfaces of FunctionNodeInterface in org.qdl_lang.functions Modifier and Type Interface Description interface
FunctionReferenceNodeInterface
Created by Jeff Gaynor
on 6/11/24 at 12:23 AMClasses in org.qdl_lang.functions that implement FunctionNodeInterface Modifier and Type Class Description class
DyadicFunctionReferenceNode
Created by Jeff Gaynor
on 6/10/24 at 12:43 PMclass
FunctionReferenceNode
Just a pointer to the collection of functions for a given name.class
LambdaDefinitionNode
To treat defined lambda expressions they must beExpressionNode
s This wraps aFunctionDefinitionStatement
, which cannot be replaced.
-