|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.ext.typeinfo.JType
com.google.gwt.core.ext.typeinfo.JParameterizedType
Represents a parameterized type in a declaration.
Method Summary | |
java.lang.String |
getJNISignature()
The signature of the raw type. |
JType |
getLeafType()
|
java.lang.String |
getNonParameterizedQualifiedSourceName()
|
java.lang.String |
getParameterizedQualifiedSourceName()
|
java.lang.String |
getQualifiedSourceName()
Everything is fully qualified and includes the < and > in the signature. |
JClassType |
getRawType()
|
java.lang.String |
getSimpleSourceName()
In this case, the raw type name. |
JType[] |
getTypeArgs()
|
JArrayType |
isArray()
|
JClassType |
isClass()
|
JClassType |
isInterface()
|
JParameterizedType |
isParameterized()
|
JPrimitiveType |
isPrimitive()
|
Methods inherited from class com.google.gwt.core.ext.typeinfo.JType |
isClassOrInterface |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getJNISignature()
getJNISignature
in class JType
public JType getLeafType()
getLeafType
in class JType
public java.lang.String getNonParameterizedQualifiedSourceName()
public java.lang.String getParameterizedQualifiedSourceName()
getParameterizedQualifiedSourceName
in class JType
public java.lang.String getQualifiedSourceName()
getQualifiedSourceName
in class JType
public JClassType getRawType()
public java.lang.String getSimpleSourceName()
getSimpleSourceName
in class JType
public JType[] getTypeArgs()
public JArrayType isArray()
isArray
in class JType
public JClassType isClass()
isClass
in class JType
public JClassType isInterface()
isInterface
in class JType
public JParameterizedType isParameterized()
isParameterized
in class JType
public JPrimitiveType isPrimitive()
isPrimitive
in class JType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |