|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.advice.AdviceIndexTuple
Holds an advice/index tuple. Used when reordering of advices are necessary.
Constructor Summary | |
AdviceIndexTuple(java.lang.String name,
int index)
Sets the advice name A the index. |
Method Summary | |
int |
getIndex()
Returns the index for the advice. |
java.lang.String |
getName()
Returns the name of the advice. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AdviceIndexTuple(java.lang.String name, int index)
name
- the name of the adviceindex
- the index of the adviceMethod Detail |
public java.lang.String getName()
public int getIndex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |