Interface ManagedFunctionRegistry
-
- All Known Subinterfaces:
SectionNode
- All Known Implementing Classes:
SectionNodeImpl
public interface ManagedFunctionRegistryRegistry of theManagedFunctionNodeinstances.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedFunctionNodeaddManagedFunctionNode(java.lang.String functionName, java.lang.String functionTypeName, FunctionNamespaceNode functionNamespaceNode)Adds an initialisedManagedFunctionNodeto the registry.
-
-
-
Method Detail
-
addManagedFunctionNode
ManagedFunctionNode addManagedFunctionNode(java.lang.String functionName, java.lang.String functionTypeName, FunctionNamespaceNode functionNamespaceNode)
Adds an initialised
ManagedFunctionNodeto the registry.Should an
ManagedFunctionNodealready be added by the name, then an issue is reported to theCompilerIssue.- Parameters:
functionName- Name of theManagedFunctionNode.functionTypeName- Type name of theManagedFunctionwithin theManagedFunctionSource.functionNamespaceNode- ParentFunctionNamespaceNode.- Returns:
- Initialised
ManagedFunctionNodeby the name.
-
-