|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjodd.petite.InitMethodPoint
public class InitMethodPoint
Init method point.
| Field Summary | |
|---|---|
static InitMethodPoint[] |
EMPTY
|
InitMethodInvocationStrategy |
invocationStrategy
|
java.lang.reflect.Method |
method
|
int |
order
|
| Constructor Summary | |
|---|---|
InitMethodPoint(java.lang.reflect.Method method,
int order,
InitMethodInvocationStrategy invocationStrategy)
|
|
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object other)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final InitMethodPoint[] EMPTY
public final java.lang.reflect.Method method
public final int order
public final InitMethodInvocationStrategy invocationStrategy
| Constructor Detail |
|---|
public InitMethodPoint(java.lang.reflect.Method method,
int order,
InitMethodInvocationStrategy invocationStrategy)
| Method Detail |
|---|
public int compareTo(java.lang.Object other)
compareTo in interface java.lang.Comparable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||