|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.IndexTuple
A tuple with two indexes describing the aspect and a method (advice or introduced).
Constructor Summary | |
IndexTuple(int aspectIndex,
int methodIndex)
Creates a new index tuple. |
Method Summary | |
int |
getAspectIndex()
Return the aspect index. |
int |
getMethodIndex()
Return the method index. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IndexTuple(int aspectIndex, int methodIndex)
aspectIndex
- the aspect indexmethodIndex
- the method indexMethod Detail |
public int getAspectIndex()
public int getMethodIndex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |