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 void
AbstractNopFlexibleFragmentVisitor. visit(FixedFragment fragment)
void
FragmentVisitor. 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 class
LineNumberTokensFragment
-
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 FixedFragment
Section. fixedFragment
Methods in org.jd.core.v1.service.layouter.model that return FixedFragment Modifier and Type Method Description FixedFragment
Section. 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 void
AbstractSearchMovableBlockFragmentVisitor. visit(FixedFragment fragment)
void
BuildSectionsVisitor. visit(FixedFragment fragment)
void
UpdateSpacerBetweenMovableBlocksVisitor. visit(FixedFragment fragment)
-