Package org.jd.core.v1.model.fragment
Class StartMovableBlockFragment
- java.lang.Object
-
- org.jd.core.v1.model.fragment.FlexibleFragment
-
- org.jd.core.v1.model.fragment.StartMovableBlockFragment
-
- All Implemented Interfaces:
Fragment
- Direct Known Subclasses:
StartMovableJavaBlockFragment
public class StartMovableBlockFragment extends FlexibleFragment
-
-
Field Summary
Fields Modifier and Type Field Description protected inttype-
Fields inherited from class org.jd.core.v1.model.fragment.FlexibleFragment
initialLineCount, label, lineCount, maximalLineCount, minimalLineCount, weight
-
-
Constructor Summary
Constructors Constructor Description StartMovableBlockFragment(int type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(FragmentVisitor visitor)intgetType()java.lang.StringtoString()-
Methods inherited from class org.jd.core.v1.model.fragment.FlexibleFragment
decLineCount, getInitialLineCount, getLabel, getLineCount, getMaximalLineCount, getMinimalLineCount, getWeight, incLineCount, resetLineCount
-
-
-
-
Method Detail
-
getType
public int getType()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classFlexibleFragment
-
accept
public void accept(FragmentVisitor visitor)
- Specified by:
acceptin interfaceFragment- Overrides:
acceptin classFlexibleFragment
-
-