|
|||||||||
| 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
public class 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 JTypepublic JType getLeafType()
getLeafType in class JTypepublic java.lang.String getNonParameterizedQualifiedSourceName()
public java.lang.String getParameterizedQualifiedSourceName()
getParameterizedQualifiedSourceName in class JTypepublic java.lang.String getQualifiedSourceName()
getQualifiedSourceName in class JTypepublic JClassType getRawType()
public java.lang.String getSimpleSourceName()
getSimpleSourceName in class JTypepublic JType[] getTypeArgs()
public JArrayType isArray()
isArray in class JTypepublic JClassType isClass()
isClass in class JTypepublic JClassType isInterface()
isInterface in class JTypepublic JParameterizedType isParameterized()
isParameterized in class JTypepublic JPrimitiveType isPrimitive()
isPrimitive in class JType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||