Uses of Interface
net.officefloor.compile.section.SectionOutputType
-
-
Uses of SectionOutputType in net.officefloor.compile.impl.section
Classes in net.officefloor.compile.impl.section that implement SectionOutputType Modifier and Type Class Description classSectionOutputTypeImplSectionOutputTypeimplementation.Methods in net.officefloor.compile.impl.section that return SectionOutputType Modifier and Type Method Description SectionOutputType[]SectionTypeImpl. getSectionOutputTypes()Constructors in net.officefloor.compile.impl.section with parameters of type SectionOutputType Constructor Description SectionTypeImpl(SectionInputType[] inputTypes, SectionOutputType[] outputTypes, SectionObjectType[] objectTypes)Instantiate. -
Uses of SectionOutputType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return SectionOutputType Modifier and Type Method Description SectionOutputTypeSectionOutputNodeImpl. loadSectionOutputType(CompileContext compileContext) -
Uses of SectionOutputType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return SectionOutputType Modifier and Type Method Description SectionOutputTypeSectionOutputNode. loadSectionOutputType(CompileContext compileContext)Loads theSectionOutputType. -
Uses of SectionOutputType in net.officefloor.compile.section
Methods in net.officefloor.compile.section that return SectionOutputType Modifier and Type Method Description SectionOutputType[]SectionType. getSectionOutputTypes()Obtains theSectionOutputTypedefinitions for the outputs from theSectionType. -
Uses of SectionOutputType in net.officefloor.plugin.section.transform
Methods in net.officefloor.plugin.section.transform with parameters of type SectionOutputType Modifier and Type Method Description protected voidTransformSectionSource. loadSectionOutput(SectionOutputType outputType)Loads theSectionOutput.
-