Uses of Interface
net.officefloor.compile.internal.structure.SectionObjectNode
Packages that use SectionObjectNode
Package
Description
-
Uses of SectionObjectNode in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl that return SectionObjectNodeModifier and TypeMethodDescriptionOfficeFloorCompilerImpl.createSectionObjectNode(String objectName, SectionNode section) -
Uses of SectionObjectNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SectionObjectNodeMethods in net.officefloor.compile.impl.structure with parameters of type SectionObjectNodeModifier and TypeMethodDescriptionbooleanSectionNodeImpl.removeSectionObjectIfUnused(SectionObjectNode sectionObject) -
Uses of SectionObjectNode in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return SectionObjectNodeModifier and TypeMethodDescriptionNodeContext.createSectionObjectNode(String objectName, SectionNode section) Creates theSectionObjectNode.Methods in net.officefloor.compile.internal.structure with parameters of type SectionObjectNodeModifier and TypeMethodDescriptionbooleanSectionNode.removeSectionObjectIfUnused(SectionObjectNode sectionObject) Removes theSectionObjectNodeif unused.