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 class
FunctionObjectNodeImpl
FunctionObjectNode
implementation.Methods in net.officefloor.compile.impl.structure that return FunctionObject Modifier and Type Method Description FunctionObject
ManagedFunctionNodeImpl. 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 interface
FunctionObjectNode
FunctionObject
node. -
Uses of FunctionObject in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section that return FunctionObject Modifier and Type Method Description FunctionObject
SectionFunction. getFunctionObject(java.lang.String functionObjectName)
Obtains theFunctionObject
for theManagedFunctionObjectType
.
-