|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.NameIndexTuple
Holds an name/index tuple.
Constructor Summary | |
NameIndexTuple(String name,
AdviceInfo index)
Sets the name and the advice index. |
Method Summary | |
AdviceInfo |
getIndex()
Returns the index. |
String |
getName()
Returns the name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NameIndexTuple(String name, AdviceInfo index)
name
- the nameindex
- the indexMethod Detail |
public String getName()
public AdviceInfo getIndex()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |