Uses of Interface
net.officefloor.compile.section.SectionObjectType
-
-
Uses of SectionObjectType in net.officefloor.compile.impl.section
Classes in net.officefloor.compile.impl.section that implement SectionObjectType Modifier and Type Class Description classSectionObjectTypeImplSectionObjectTypeimplementation.Methods in net.officefloor.compile.impl.section that return SectionObjectType Modifier and Type Method Description SectionObjectType[]SectionTypeImpl. getSectionObjectTypes()Constructors in net.officefloor.compile.impl.section with parameters of type SectionObjectType Constructor Description SectionTypeImpl(SectionInputType[] inputTypes, SectionOutputType[] outputTypes, SectionObjectType[] objectTypes)Instantiate. -
Uses of SectionObjectType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return SectionObjectType Modifier and Type Method Description SectionObjectTypeSectionObjectNodeImpl. loadSectionObjectType(CompileContext compileContext) -
Uses of SectionObjectType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return SectionObjectType Modifier and Type Method Description SectionObjectTypeSectionObjectNode. loadSectionObjectType(CompileContext compileContext)Loads theSectionObjectType. -
Uses of SectionObjectType in net.officefloor.compile.section
Methods in net.officefloor.compile.section that return SectionObjectType Modifier and Type Method Description SectionObjectType[]SectionType. getSectionObjectTypes() -
Uses of SectionObjectType in net.officefloor.plugin.section.transform
Methods in net.officefloor.plugin.section.transform with parameters of type SectionObjectType Modifier and Type Method Description protected voidTransformSectionSource. loadSectionObject(SectionObjectType objectType)Loads theSectionObject.
-