Uses of Class
org.jd.core.v1.model.fragment.FlexibleFragment
-
Packages that use FlexibleFragment Package Description org.jd.core.v1.model.fragment org.jd.core.v1.model.javafragment org.jd.core.v1.service.layouter.model org.jd.core.v1.service.layouter.visitor -
-
Uses of FlexibleFragment in org.jd.core.v1.model.fragment
Subclasses of FlexibleFragment in org.jd.core.v1.model.fragment Modifier and Type Class Description classEndFlexibleBlockFragmentclassEndMovableBlockFragmentclassSpacerBetweenMovableBlocksFragmentclassStartFlexibleBlockFragmentclassStartMovableBlockFragmentMethods in org.jd.core.v1.model.fragment with parameters of type FlexibleFragment Modifier and Type Method Description voidFragmentVisitor. visit(FlexibleFragment fragment) -
Uses of FlexibleFragment in org.jd.core.v1.model.javafragment
Subclasses of FlexibleFragment in org.jd.core.v1.model.javafragment Modifier and Type Class Description classEndBlockFragmentclassEndBlockInParameterFragmentclassEndBodyFragmentclassEndBodyInParameterFragmentclassEndMovableJavaBlockFragmentclassEndSingleStatementBlockFragmentclassEndStatementsBlockFragmentclassImportsFragmentclassSpacerBetweenMembersFragmentclassSpacerFragmentclassSpaceSpacerFragmentclassStartBlockFragmentclassStartBodyFragmentclassStartMovableJavaBlockFragmentclassStartSingleStatementBlockFragmentclassStartStatementsBlockFragmentclassStartStatementsDoWhileBlockFragmentclassStartStatementsInfiniteForBlockFragmentclassStartStatementsInfiniteWhileBlockFragmentclassStartStatementsTryBlockFragmentclassTokensFragmentFields in org.jd.core.v1.model.javafragment with type parameters of type FlexibleFragment Modifier and Type Field Description protected DefaultList<FlexibleFragment>StartStatementsBlockFragment.Group. fragmentsMethods in org.jd.core.v1.model.javafragment with parameters of type FlexibleFragment Modifier and Type Method Description (package private) voidStartStatementsBlockFragment.Group. add(FlexibleFragment fragment)Constructors in org.jd.core.v1.model.javafragment with parameters of type FlexibleFragment Constructor Description Group(FlexibleFragment fragment) -
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 FlexibleFragment Modifier and Type Field Description protected DefaultList<FlexibleFragment>Section. flexibleFragmentsMethods in org.jd.core.v1.service.layouter.model that return types with arguments of type FlexibleFragment Modifier and Type Method Description protected java.util.List<FlexibleFragment>Section. extract(int index1, int index2)DefaultList<FlexibleFragment>Section.AutoGrowthList. get(int index)DefaultList<FlexibleFragment>Section. getFlexibleFragments()java.util.Iterator<DefaultList<FlexibleFragment>>Section.AutoGrowthList. iterator()DefaultList<FlexibleFragment>Section.AutoGrowthList. next()Method parameters in org.jd.core.v1.service.layouter.model with type arguments of type FlexibleFragment Modifier and Type Method Description protected voidSection. addFragmentsAtBeginning(VisitorsHolder holder, int index, java.util.List<FlexibleFragment> flexibleFragments)protected voidSection. addFragmentsAtEnd(VisitorsHolder holder, int index, java.util.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 FlexibleFragment Constructor Description Section(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 FlexibleFragment Modifier and Type Field Description protected DefaultList<FlexibleFragment>BuildSectionsVisitor. flexibleFragmentsMethods in org.jd.core.v1.service.layouter.visitor with parameters of type FlexibleFragment Modifier and Type Method Description voidAbstractSearchMovableBlockFragmentVisitor. visit(FlexibleFragment fragment)voidBuildSectionsVisitor. visit(FlexibleFragment fragment)voidUpdateSpacerBetweenMovableBlocksVisitor. visit(FlexibleFragment fragment)
-