jodd.petite
Class InitMethodPoint
java.lang.Object
jodd.petite.InitMethodPoint
- All Implemented Interfaces:
- Comparable
public class InitMethodPoint
- extends Object
- implements Comparable
Init method point.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY
public static final InitMethodPoint[] EMPTY
method
public final Method method
order
public final int order
firstOff
public final boolean firstOff
InitMethodPoint
public InitMethodPoint(Method method)
InitMethodPoint
public InitMethodPoint(Method method,
int order,
boolean firstOff)
compareTo
public int compareTo(Object other)
- Specified by:
compareTo in interface Comparable