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 classSectionInputTypeImplSectionInputTypeimplementation.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 SectionInputTypeSectionInputNodeImpl. 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 SectionInputTypeSectionInputNode. 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 theSectionInputTypedefinitions 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 voidTransformSectionSource. loadSectionInput(SectionInputType inputType)Loads theSectionInput.
-