Uses of Interface
net.officefloor.compile.section.SectionInputType
-
-
Uses of SectionInputType in net.officefloor.compile.impl.section
Classes in net.officefloor.compile.impl.section that implement SectionInputType Modifier and Type Class Description class
SectionInputTypeImpl
SectionInputType
implementation.Methods in net.officefloor.compile.impl.section that return SectionInputType Modifier and Type Method Description SectionInputType[]
SectionTypeImpl. getSectionInputTypes()
Constructors in net.officefloor.compile.impl.section with parameters of type SectionInputType Constructor Description SectionTypeImpl(SectionInputType[] inputTypes, SectionOutputType[] outputTypes, SectionObjectType[] objectTypes)
Instantiate. -
Uses of SectionInputType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return SectionInputType Modifier and Type Method Description SectionInputType
SectionInputNodeImpl. loadSectionInputType(CompileContext compileContext)
-
Uses of SectionInputType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return SectionInputType Modifier and Type Method Description SectionInputType
SectionInputNode. loadSectionInputType(CompileContext compileContext)
Loads theSectionInputType
. -
Uses of SectionInputType in net.officefloor.compile.section
Methods in net.officefloor.compile.section that return SectionInputType Modifier and Type Method Description SectionInputType[]
SectionType. getSectionInputTypes()
Obtains theSectionInputType
definitions for the inputs into theSectionType
. -
Uses of SectionInputType in net.officefloor.plugin.section.transform
Methods in net.officefloor.plugin.section.transform with parameters of type SectionInputType Modifier and Type Method Description protected void
TransformSectionSource. loadSectionInput(SectionInputType inputType)
Loads theSectionInput
.
-