Uses of Interface
net.officefloor.compile.internal.structure.FunctionNamespaceNode
-
Packages that use FunctionNamespaceNode Package Description net.officefloor.compile.impl net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure -
-
Uses of FunctionNamespaceNode in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl that return FunctionNamespaceNode Modifier and Type Method Description FunctionNamespaceNode
OfficeFloorCompilerImpl. createFunctionNamespaceNode(java.lang.String functionNamespaceName, SectionNode section)
Methods in net.officefloor.compile.impl with parameters of type FunctionNamespaceNode Modifier and Type Method Description ManagedFunctionLoader
OfficeFloorCompilerImpl. getManagedFunctionLoader(FunctionNamespaceNode node, boolean isLoadingType)
<S extends ManagedFunctionSource>
java.lang.Class<S>OfficeFloorCompilerImpl. getManagedFunctionSourceClass(java.lang.String managedFunctionSourceName, FunctionNamespaceNode node)
-
Uses of FunctionNamespaceNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement FunctionNamespaceNode Modifier and Type Class Description class
FunctionNamespaceNodeImpl
FunctionNamespaceNode
implementation.Methods in net.officefloor.compile.impl.structure that return FunctionNamespaceNode Modifier and Type Method Description FunctionNamespaceNode
ManagedFunctionNodeImpl. getFunctionNamespaceNode()
Methods in net.officefloor.compile.impl.structure with parameters of type FunctionNamespaceNode Modifier and Type Method Description ManagedFunctionNode
SectionNodeImpl. addManagedFunctionNode(java.lang.String functionName, java.lang.String functionTypeName, FunctionNamespaceNode namespaceNode)
FunctionNamespaceType
CompileContextImpl. getOrLoadFunctionNamespaceType(FunctionNamespaceNode namespaceNode)
void
ManagedFunctionNodeImpl. initialise(java.lang.String managedFunctionTypeName, FunctionNamespaceNode namespaceNode)
-
Uses of FunctionNamespaceNode in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return FunctionNamespaceNode Modifier and Type Method Description FunctionNamespaceNode
NodeContext. createFunctionNamespaceNode(java.lang.String functionNamespaceName, SectionNode section)
Creates theFunctionNamespaceNode
.FunctionNamespaceNode
ManagedFunctionNode. getFunctionNamespaceNode()
Obtains theFunctionNamespaceNode
containing thisManagedFunctionNode
.Methods in net.officefloor.compile.internal.structure with parameters of type FunctionNamespaceNode Modifier and Type Method Description ManagedFunctionNode
ManagedFunctionRegistry. addManagedFunctionNode(java.lang.String functionName, java.lang.String functionTypeName, FunctionNamespaceNode functionNamespaceNode)
Adds an initialisedManagedFunctionNode
to the registry.ManagedFunctionLoader
NodeContext. getManagedFunctionLoader(FunctionNamespaceNode node, boolean isLoadingType)
Obtains theManagedFunctionLoader
.<S extends ManagedFunctionSource>
java.lang.Class<S>NodeContext. getManagedFunctionSourceClass(java.lang.String managedFunctionSourceName, FunctionNamespaceNode node)
Obtains theManagedFunctionSource
class.FunctionNamespaceType
CompileContext. getOrLoadFunctionNamespaceType(FunctionNamespaceNode functionNamespaceNode)
Obtains the existing or loads theFunctionNamespaceType
for theFunctionNamespaceNode
.void
ManagedFunctionNode. initialise(java.lang.String managedFunctionTypeName, FunctionNamespaceNode functionNamespace)
Initialises thisManagedFunctionNode
.
-