Uses of Class
org.jd.core.v1.model.fragment.FlexibleFragment
Packages that use FlexibleFragment
Package
Description
-
Uses of FlexibleFragment in org.jd.core.v1.model.fragment
Subclasses of FlexibleFragment in org.jd.core.v1.model.fragmentModifier and TypeClassDescriptionclassclassclassclassclassMethods in org.jd.core.v1.model.fragment with parameters of type FlexibleFragment -
Uses of FlexibleFragment in org.jd.core.v1.model.javafragment
Subclasses of FlexibleFragment in org.jd.core.v1.model.javafragmentModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in org.jd.core.v1.model.javafragment with type parameters of type FlexibleFragmentModifier and TypeFieldDescriptionprotected DefaultList<FlexibleFragment> StartStatementsBlockFragment.Group.fragmentsMethods in org.jd.core.v1.model.javafragment with parameters of type FlexibleFragmentModifier and TypeMethodDescription(package private) voidStartStatementsBlockFragment.Group.add(FlexibleFragment fragment) Constructors in org.jd.core.v1.model.javafragment with parameters of type FlexibleFragment -
Uses of FlexibleFragment in org.jd.core.v1.service.layouter.model
Fields in org.jd.core.v1.service.layouter.model with type parameters of type FlexibleFragmentModifier and TypeFieldDescriptionprotected final DefaultList<FlexibleFragment> Section.flexibleFragmentsMethods in org.jd.core.v1.service.layouter.model that return types with arguments of type FlexibleFragmentModifier and TypeMethodDescriptionprotected List<FlexibleFragment> Section.extract(int index1, int index2) Section.AutoGrowthList.get(int index) Section.getFlexibleFragments()Section.AutoGrowthList.iterator()Section.AutoGrowthList.next()Method parameters in org.jd.core.v1.service.layouter.model with type arguments of type FlexibleFragmentModifier and TypeMethodDescriptionprotected voidSection.addFragmentsAtBeginning(VisitorsHolder holder, int index, List<FlexibleFragment> flexibleFragments) protected voidSection.addFragmentsAtEnd(VisitorsHolder holder, int index, List<FlexibleFragment> flexibleFragments) protected voidSection.compact(DefaultList<FlexibleFragment> flexibleFragments, boolean force) protected voidSection.expand(DefaultList<FlexibleFragment> flexibleFragments, boolean force) voidSection.AutoGrowthList.set(int index, DefaultList<FlexibleFragment> element) Constructor parameters in org.jd.core.v1.service.layouter.model with type arguments of type FlexibleFragmentModifierConstructorDescriptionSection(DefaultList<FlexibleFragment> flexibleFragments, FixedFragment fixedFragment, Section previousSection) -
Uses of FlexibleFragment in org.jd.core.v1.service.layouter.visitor
Fields in org.jd.core.v1.service.layouter.visitor with type parameters of type FlexibleFragmentModifier and TypeFieldDescriptionprotected DefaultList<FlexibleFragment> BuildSectionsVisitor.flexibleFragmentsMethods in org.jd.core.v1.service.layouter.visitor with parameters of type FlexibleFragmentModifier and TypeMethodDescriptionvoidAbstractSearchMovableBlockFragmentVisitor.visit(FlexibleFragment fragment) voidBuildSectionsVisitor.visit(FlexibleFragment fragment) voidUpdateSpacerBetweenMovableBlocksVisitor.visit(FlexibleFragment fragment)