jodd.petite
Class InitMethodPoint

java.lang.Object
  extended by jodd.petite.InitMethodPoint
All Implemented Interfaces:
Comparable

public class InitMethodPoint
extends Object
implements Comparable

Init method point.


Field Summary
static InitMethodPoint[] EMPTY
           
 boolean firstOff
           
 Method method
           
 int order
           
 
Constructor Summary
InitMethodPoint(Method method)
           
InitMethodPoint(Method method, int order, boolean firstOff)
           
 
Method Summary
 int compareTo(Object other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY

public static final InitMethodPoint[] EMPTY

method

public final Method method

order

public final int order

firstOff

public final boolean firstOff
Constructor Detail

InitMethodPoint

public InitMethodPoint(Method method)

InitMethodPoint

public InitMethodPoint(Method method,
                       int order,
                       boolean firstOff)
Method Detail

compareTo

public int compareTo(Object other)
Specified by:
compareTo in interface Comparable