|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectxjavadoc.AbstractType
xjavadoc.ReturnType
Implementation of Type for method return types.
Constructor Summary | |
ReturnType(MethodImpl method)
|
Method Summary | |
boolean |
equals(Object o)
|
int |
getDimension()
Returns the dimension as an int |
String |
getDimensionAsString()
Returns the dimension as a String, "", "[]", "[][]" etc. |
XClass |
getType()
Get type |
void |
setDimension(int dimension)
|
void |
setType(String typeString)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReturnType(MethodImpl method)
Method Detail |
public String getDimensionAsString()
Type
public XClass getType()
Type
public int getDimension()
Type
public void setDimension(int dimension)
public void setType(String typeString)
public boolean equals(Object o)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |