Uses of Interface
net.officefloor.compile.spi.section.SectionFunction
-
-
Uses of SectionFunction in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SectionFunction Modifier and Type Class Description class
ManagedFunctionNodeImpl
ManagedFunctionNode
implementation.Methods in net.officefloor.compile.impl.structure that return SectionFunction Modifier and Type Method Description SectionFunction
FunctionNamespaceNodeImpl. addSectionFunction(java.lang.String functionName, java.lang.String functionTypeName)
-
Uses of SectionFunction in net.officefloor.compile.internal.structure
Subinterfaces of SectionFunction in net.officefloor.compile.internal.structure Modifier and Type Interface Description interface
ManagedFunctionNode
SectionFunction
node. -
Uses of SectionFunction in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section that return SectionFunction Modifier and Type Method Description SectionFunction
SectionFunctionNamespace. addSectionFunction(java.lang.String functionName, java.lang.String functionTypeName)
Adds aSectionFunction
. -
Uses of SectionFunction in net.officefloor.plugin.section.clazz.loader
Methods in net.officefloor.plugin.section.clazz.loader that return SectionFunction Modifier and Type Method Description SectionFunction
ClassSectionManagedFunction. getFlowSink()
SectionFunction
ClassSectionManagedFunction. getFunction()
Obtains theSectionFunction
.SectionFunction
FunctionClassSectionLoaderContext. getSectionFunction()
Obtains theSectionFunction
.Constructors in net.officefloor.plugin.section.clazz.loader with parameters of type SectionFunction Constructor Description ClassSectionManagedFunction(SectionFunction function, ManagedFunctionType<?,?> managedFunctionType, java.lang.Class<?> argumentType)
Instantiate.
-