Uses of Class
org.jd.core.v1.model.fragment.FixedFragment
-
Packages that use FixedFragment 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 FixedFragment in org.jd.core.v1.model.fragment
Methods in org.jd.core.v1.model.fragment with parameters of type FixedFragment Modifier and Type Method Description voidAbstractNopFlexibleFragmentVisitor. visit(FixedFragment fragment)voidFragmentVisitor. visit(FixedFragment fragment) -
Uses of FixedFragment in org.jd.core.v1.model.javafragment
Subclasses of FixedFragment in org.jd.core.v1.model.javafragment Modifier and Type Class Description classLineNumberTokensFragment -
Uses of FixedFragment in org.jd.core.v1.service.layouter.model
Fields in org.jd.core.v1.service.layouter.model declared as FixedFragment Modifier and Type Field Description protected FixedFragmentSection. fixedFragmentMethods in org.jd.core.v1.service.layouter.model that return FixedFragment Modifier and Type Method Description FixedFragmentSection. getFixedFragment()Constructors in org.jd.core.v1.service.layouter.model with parameters of type FixedFragment Constructor Description Section(DefaultList<FlexibleFragment> flexibleFragments, FixedFragment fixedFragment, Section previousSection) -
Uses of FixedFragment in org.jd.core.v1.service.layouter.visitor
Methods in org.jd.core.v1.service.layouter.visitor with parameters of type FixedFragment Modifier and Type Method Description voidAbstractSearchMovableBlockFragmentVisitor. visit(FixedFragment fragment)voidBuildSectionsVisitor. visit(FixedFragment fragment)voidUpdateSpacerBetweenMovableBlocksVisitor. visit(FixedFragment fragment)
-