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