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 class
SectionOutputTypeImpl
SectionOutputType
implementation.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 SectionOutputType
SectionOutputNodeImpl. 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 SectionOutputType
SectionOutputNode. 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 theSectionOutputType
definitions 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 void
TransformSectionSource. loadSectionOutput(SectionOutputType outputType)
Loads theSectionOutput
.
-