Interface ManagedFunctionRegistry
- All Known Subinterfaces:
SectionNode
- All Known Implementing Classes:
SectionNodeImpl
public interface ManagedFunctionRegistry
Registry of the
ManagedFunctionNode instances.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionaddManagedFunctionNode(String functionName, String functionTypeName, FunctionNamespaceNode functionNamespaceNode) Adds an initialisedManagedFunctionNodeto the registry.
-
Method Details
-
addManagedFunctionNode
ManagedFunctionNode addManagedFunctionNode(String functionName, 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.
-