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 TypeClassDescriptionclass
class
class
class
class
Methods 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 TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Fields in org.jd.core.v1.model.javafragment with type parameters of type FlexibleFragmentModifier and TypeFieldDescriptionprotected DefaultList
<FlexibleFragment> StartStatementsBlockFragment.Group.fragments
Methods in org.jd.core.v1.model.javafragment with parameters of type FlexibleFragmentModifier and TypeMethodDescription(package private) void
StartStatementsBlockFragment.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.flexibleFragments
Methods 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 void
Section.addFragmentsAtBeginning
(VisitorsHolder holder, int index, List<FlexibleFragment> flexibleFragments) protected void
Section.addFragmentsAtEnd
(VisitorsHolder holder, int index, List<FlexibleFragment> flexibleFragments) protected void
Section.compact
(DefaultList<FlexibleFragment> flexibleFragments, boolean force) protected void
Section.expand
(DefaultList<FlexibleFragment> flexibleFragments, boolean force) void
Section.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.flexibleFragments
Methods in org.jd.core.v1.service.layouter.visitor with parameters of type FlexibleFragmentModifier and TypeMethodDescriptionvoid
AbstractSearchMovableBlockFragmentVisitor.visit
(FlexibleFragment fragment) void
BuildSectionsVisitor.visit
(FlexibleFragment fragment) void
UpdateSpacerBetweenMovableBlocksVisitor.visit
(FlexibleFragment fragment)