|
||||||||||
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(java.lang.String name,
IndexTuple index)
Sets the name and the advice index. |
Method Summary | |
IndexTuple |
getIndex()
Returns the index. |
java.lang.String |
getName()
Returns the name. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NameIndexTuple(java.lang.String name, IndexTuple index)
name
- the nameindex
- the indexMethod Detail |
public java.lang.String getName()
public IndexTuple getIndex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |