|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ltd.getahead.dwr.TypeHintContext
Something to hold the method, paramNo and index together as an object that can be a key in a Map.
Constructor Summary | |
TypeHintContext(java.lang.reflect.Method method,
int parameterNumber)
Setup this object |
Method Summary | |
TypeHintContext |
createChildContext(int genericParameterNumber)
Create a child TypeHintContext based on this one |
boolean |
equals(java.lang.Object obj)
|
java.util.List |
getGenericParameterTree()
Accessor for the generic parameter number |
java.lang.reflect.Method |
getMethod()
Accessor for the method that we are converting for |
int |
getParameterNumber()
Accessor for the parameter that we are converting for |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TypeHintContext(java.lang.reflect.Method method, int parameterNumber)
method
- The method to annotateparameterNumber
- The number of the parameter to edit (counts from 0)Method Detail |
public TypeHintContext createChildContext(int genericParameterNumber)
genericParameterNumber
- The index of the item between < and >.
public java.lang.reflect.Method getMethod()
public int getParameterNumber()
public java.util.List getGenericParameterTree()
public int hashCode()
public boolean equals(java.lang.Object obj)
public java.lang.String toString()
|
Copyright ? 2005 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |