Uses of Interface
net.officefloor.compile.spi.section.FunctionObject
-
Packages that use FunctionObject Package Description net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure net.officefloor.compile.spi.section -
-
Uses of FunctionObject in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement FunctionObject Modifier and Type Class Description classFunctionObjectNodeImplFunctionObjectNodeimplementation.Methods in net.officefloor.compile.impl.structure that return FunctionObject Modifier and Type Method Description FunctionObjectManagedFunctionNodeImpl. getFunctionObject(java.lang.String functionObjectName) -
Uses of FunctionObject in net.officefloor.compile.internal.structure
Subinterfaces of FunctionObject in net.officefloor.compile.internal.structure Modifier and Type Interface Description interfaceFunctionObjectNodeFunctionObjectnode. -
Uses of FunctionObject in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section that return FunctionObject Modifier and Type Method Description FunctionObjectSectionFunction. getFunctionObject(java.lang.String functionObjectName)Obtains theFunctionObjectfor theManagedFunctionObjectType.
-