Uses of Interface
net.officefloor.compile.spi.section.SectionFunction
Packages that use SectionFunction
Package
Description
-
Uses of SectionFunction in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SectionFunctionMethods in net.officefloor.compile.impl.structure that return SectionFunctionModifier and TypeMethodDescriptionFunctionNamespaceNodeImpl.addSectionFunction(String functionName, String functionTypeName) -
Uses of SectionFunction in net.officefloor.compile.internal.structure
Subinterfaces of SectionFunction in net.officefloor.compile.internal.structure -
Uses of SectionFunction in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section that return SectionFunctionModifier and TypeMethodDescriptionSectionFunctionNamespace.addSectionFunction(String functionName, String functionTypeName) Adds aSectionFunction. -
Uses of SectionFunction in net.officefloor.plugin.section.clazz.loader
Methods in net.officefloor.plugin.section.clazz.loader that return SectionFunctionModifier and TypeMethodDescriptionClassSectionManagedFunction.getFlowSink()ClassSectionManagedFunction.getFunction()Obtains theSectionFunction.FunctionClassSectionLoaderContext.getSectionFunction()Obtains theSectionFunction.Constructors in net.officefloor.plugin.section.clazz.loader with parameters of type SectionFunctionModifierConstructorDescriptionClassSectionManagedFunction(SectionFunction function, ManagedFunctionType<?, ?> managedFunctionType, Class<?> argumentType) Instantiate.