Uses of Class
org.jd.core.v1.service.layouter.model.Section
-
Packages that use Section Package Description org.jd.core.v1.service.layouter.model org.jd.core.v1.service.layouter.visitor -
-
Uses of Section in org.jd.core.v1.service.layouter.model
Fields in org.jd.core.v1.service.layouter.model declared as Section Modifier and Type Field Description protected SectionSection. nextSectionprotected SectionSection. previousSectionMethods in org.jd.core.v1.service.layouter.model that return Section Modifier and Type Method Description SectionSection. getNextSection()SectionSection. getPreviousSection()protected SectionSection. searchNextSection(AbstractSearchMovableBlockFragmentVisitor visitor)protected SectionSection. searchPreviousSection(AbstractSearchMovableBlockFragmentVisitor visitor)Constructors in org.jd.core.v1.service.layouter.model with parameters of type Section Constructor Description Section(DefaultList<FlexibleFragment> flexibleFragments, FixedFragment fixedFragment, Section previousSection) -
Uses of Section in org.jd.core.v1.service.layouter.visitor
Fields in org.jd.core.v1.service.layouter.visitor declared as Section Modifier and Type Field Description protected SectionBuildSectionsVisitor. previousSectionFields in org.jd.core.v1.service.layouter.visitor with type parameters of type Section Modifier and Type Field Description protected DefaultList<Section>BuildSectionsVisitor. sectionsMethods in org.jd.core.v1.service.layouter.visitor that return types with arguments of type Section Modifier and Type Method Description DefaultList<Section>BuildSectionsVisitor. getSections()
-