Class StartFlexibleBlockFragment
java.lang.Object
org.jd.core.v1.model.fragment.FlexibleFragment
org.jd.core.v1.model.fragment.StartFlexibleBlockFragment
- All Implemented Interfaces:
Fragment
- Direct Known Subclasses:
EndFlexibleBlockFragment, StartBlockFragment, StartBodyFragment, StartSingleStatementBlockFragment, StartStatementsBlockFragment
-
Field Summary
Fields inherited from class FlexibleFragment
initialLineCount, label, lineCount, maximalLineCount, minimalLineCount, weight -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedStartFlexibleBlockFragment(int minimalLineCount, int lineCount, int maximalLineCount, int weight, String label) -
Method Summary
Methods inherited from class FlexibleFragment
decLineCount, getInitialLineCount, getLabel, getLineCount, getMaximalLineCount, getMinimalLineCount, getWeight, incLineCount, resetLineCount, toString
-
Constructor Details
-
StartFlexibleBlockFragment
protected StartFlexibleBlockFragment(int minimalLineCount, int lineCount, int maximalLineCount, int weight, String label)
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceFragment- Overrides:
acceptin classFlexibleFragment
-