Class EndBodyInParameterFragment
java.lang.Object
org.jd.core.v1.model.fragment.FlexibleFragment
org.jd.core.v1.model.fragment.StartFlexibleBlockFragment
org.jd.core.v1.model.fragment.EndFlexibleBlockFragment
org.jd.core.v1.model.javafragment.EndBodyFragment
org.jd.core.v1.model.javafragment.EndBodyInParameterFragment
- All Implemented Interfaces:
Fragment, JavaFragment
-
Field Summary
Fields inherited from class EndBodyFragment
startFields inherited from class FlexibleFragment
initialLineCount, label, lineCount, maximalLineCount, minimalLineCount, weight -
Constructor Summary
ConstructorsConstructorDescriptionEndBodyInParameterFragment(int minimalLineCount, int lineCount, int maximalLineCount, int weight, String label, StartBodyFragment startBodyFragment) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JavaFragmentVisitor visitor) booleandecLineCount(boolean force) booleanincLineCount(boolean force) Methods inherited from class EndBodyFragment
getStartBodyFragment, setLineCountMethods inherited from class EndFlexibleBlockFragment
acceptMethods inherited from class FlexibleFragment
getInitialLineCount, getLabel, getLineCount, getMaximalLineCount, getMinimalLineCount, getWeight, resetLineCount, toString
-
Constructor Details
-
EndBodyInParameterFragment
public EndBodyInParameterFragment(int minimalLineCount, int lineCount, int maximalLineCount, int weight, String label, StartBodyFragment startBodyFragment)
-
-
Method Details
-
incLineCount
public boolean incLineCount(boolean force) - Overrides:
incLineCountin classEndBodyFragment
-
decLineCount
public boolean decLineCount(boolean force) - Overrides:
decLineCountin classEndBodyFragment
-
accept
- Specified by:
acceptin interfaceJavaFragment- Overrides:
acceptin classEndBodyFragment
-