Uses of Interface
net.officefloor.compile.internal.structure.FunctionNamespaceNode
Packages that use FunctionNamespaceNode
Package
Description
-
Uses of FunctionNamespaceNode in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl that return FunctionNamespaceNodeModifier and TypeMethodDescriptionOfficeFloorCompilerImpl.createFunctionNamespaceNode(String functionNamespaceName, SectionNode section) Methods in net.officefloor.compile.impl with parameters of type FunctionNamespaceNodeModifier and TypeMethodDescriptionOfficeFloorCompilerImpl.getManagedFunctionLoader(FunctionNamespaceNode node, boolean isLoadingType) <S extends ManagedFunctionSource>
Class<S>OfficeFloorCompilerImpl.getManagedFunctionSourceClass(String managedFunctionSourceName, FunctionNamespaceNode node) -
Uses of FunctionNamespaceNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement FunctionNamespaceNodeMethods in net.officefloor.compile.impl.structure that return FunctionNamespaceNodeMethods in net.officefloor.compile.impl.structure with parameters of type FunctionNamespaceNodeModifier and TypeMethodDescriptionSectionNodeImpl.addManagedFunctionNode(String functionName, String functionTypeName, FunctionNamespaceNode namespaceNode) CompileContextImpl.getOrLoadFunctionNamespaceType(FunctionNamespaceNode namespaceNode) voidManagedFunctionNodeImpl.initialise(String managedFunctionTypeName, FunctionNamespaceNode namespaceNode) -
Uses of FunctionNamespaceNode in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return FunctionNamespaceNodeModifier and TypeMethodDescriptionNodeContext.createFunctionNamespaceNode(String functionNamespaceName, SectionNode section) Creates theFunctionNamespaceNode.ManagedFunctionNode.getFunctionNamespaceNode()Obtains theFunctionNamespaceNodecontaining thisManagedFunctionNode.Methods in net.officefloor.compile.internal.structure with parameters of type FunctionNamespaceNodeModifier and TypeMethodDescriptionManagedFunctionRegistry.addManagedFunctionNode(String functionName, String functionTypeName, FunctionNamespaceNode functionNamespaceNode) Adds an initialisedManagedFunctionNodeto the registry.NodeContext.getManagedFunctionLoader(FunctionNamespaceNode node, boolean isLoadingType) Obtains theManagedFunctionLoader.<S extends ManagedFunctionSource>
Class<S>NodeContext.getManagedFunctionSourceClass(String managedFunctionSourceName, FunctionNamespaceNode node) Obtains theManagedFunctionSourceclass.CompileContext.getOrLoadFunctionNamespaceType(FunctionNamespaceNode functionNamespaceNode) Obtains the existing or loads theFunctionNamespaceTypefor theFunctionNamespaceNode.voidManagedFunctionNode.initialise(String managedFunctionTypeName, FunctionNamespaceNode functionNamespace) Initialises thisManagedFunctionNode.