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 FunctionNamespaceNodeOfficeFloorCompilerImpl. createFunctionNamespaceNode(java.lang.String functionNamespaceName, SectionNode section)Methods in net.officefloor.compile.impl with parameters of type FunctionNamespaceNode Modifier and Type Method Description ManagedFunctionLoaderOfficeFloorCompilerImpl. 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 classFunctionNamespaceNodeImplFunctionNamespaceNodeimplementation.Methods in net.officefloor.compile.impl.structure that return FunctionNamespaceNode Modifier and Type Method Description FunctionNamespaceNodeManagedFunctionNodeImpl. getFunctionNamespaceNode()Methods in net.officefloor.compile.impl.structure with parameters of type FunctionNamespaceNode Modifier and Type Method Description ManagedFunctionNodeSectionNodeImpl. addManagedFunctionNode(java.lang.String functionName, java.lang.String functionTypeName, FunctionNamespaceNode namespaceNode)FunctionNamespaceTypeCompileContextImpl. getOrLoadFunctionNamespaceType(FunctionNamespaceNode namespaceNode)voidManagedFunctionNodeImpl. 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 FunctionNamespaceNodeNodeContext. createFunctionNamespaceNode(java.lang.String functionNamespaceName, SectionNode section)Creates theFunctionNamespaceNode.FunctionNamespaceNodeManagedFunctionNode. getFunctionNamespaceNode()Obtains theFunctionNamespaceNodecontaining thisManagedFunctionNode.Methods in net.officefloor.compile.internal.structure with parameters of type FunctionNamespaceNode Modifier and Type Method Description ManagedFunctionNodeManagedFunctionRegistry. addManagedFunctionNode(java.lang.String functionName, java.lang.String functionTypeName, FunctionNamespaceNode functionNamespaceNode)Adds an initialisedManagedFunctionNodeto the registry.ManagedFunctionLoaderNodeContext. getManagedFunctionLoader(FunctionNamespaceNode node, boolean isLoadingType)Obtains theManagedFunctionLoader.<S extends ManagedFunctionSource>
java.lang.Class<S>NodeContext. getManagedFunctionSourceClass(java.lang.String managedFunctionSourceName, FunctionNamespaceNode node)Obtains theManagedFunctionSourceclass.FunctionNamespaceTypeCompileContext. getOrLoadFunctionNamespaceType(FunctionNamespaceNode functionNamespaceNode)Obtains the existing or loads theFunctionNamespaceTypefor theFunctionNamespaceNode.voidManagedFunctionNode. initialise(java.lang.String managedFunctionTypeName, FunctionNamespaceNode functionNamespace)Initialises thisManagedFunctionNode.
-