Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Fields inherited from class java.io.Serializable | |
serialVersionUID |
Method Summary | |
ClassDoc | asClassDoc()
Return this type as a class. |
java.lang.String | dimension()
Return the type's dimension information, as a string. |
java.lang.String | qualifiedTypeName()
Return qualified name of type excluding any dimension information. |
java.lang.String | toString()
Returns a string representation of the type. |
java.lang.String | typeName()
Return unqualified name of type excluding any dimension information. |
Method Detail |
public java.lang.String typeName()
For example, a two dimensional array of String returns 'String'.
public java.lang.String qualifiedTypeName()
For example, a two dimensional array of String returns 'java.lang.String'.
public java.lang.String dimension()
For example, a two dimensional array of String returns '[][]'.
public java.lang.String toString()
For example, a two dimensional array of String returns
String[][]
.
public ClassDoc asClassDoc()
Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |