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 classManagedFunctionNodeImplManagedFunctionNodeimplementation.Methods in net.officefloor.compile.impl.structure that return SectionFunction Modifier and Type Method Description SectionFunctionFunctionNamespaceNodeImpl. 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 interfaceManagedFunctionNodeSectionFunctionnode. -
Uses of SectionFunction in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section that return SectionFunction Modifier and Type Method Description SectionFunctionSectionFunctionNamespace. 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 SectionFunctionClassSectionManagedFunction. getFlowSink()SectionFunctionClassSectionManagedFunction. getFunction()Obtains theSectionFunction.SectionFunctionFunctionClassSectionLoaderContext. 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.
-