|
GWT 0.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JType
Super interface for types.
Method Summary | |
---|---|
JType |
getErasedType()
|
java.lang.String |
getJNISignature()
|
JType |
getLeafType()
|
java.lang.String |
getParameterizedQualifiedSourceName()
|
java.lang.String |
getQualifiedBinaryName()
A binary type name as specified by the Java Language Spec, Edition 2. |
java.lang.String |
getQualifiedSourceName()
A type name as it would be specified in Java source. |
java.lang.String |
getSimpleSourceName()
|
JAnnotationType |
isAnnotation()
Returns this instance if it is a annotation or null if it is
not. |
JArrayType |
isArray()
|
JClassType |
isClass()
|
JClassType |
isClassOrInterface()
|
JEnumType |
isEnum()
Returns this instance if it is an enumeration or null if it is
not. |
JGenericType |
isGenericType()
|
JClassType |
isInterface()
|
JParameterizedType |
isParameterized()
|
JPrimitiveType |
isPrimitive()
|
JRawType |
isRawType()
|
JTypeParameter |
isTypeParameter()
|
JWildcardType |
isWildcard()
|
Method Detail |
---|
JType getErasedType()
java.lang.String getJNISignature()
JType getLeafType()
java.lang.String getParameterizedQualifiedSourceName()
java.lang.String getQualifiedBinaryName()
java.lang.String getQualifiedSourceName()
java.lang.String getSimpleSourceName()
JAnnotationType isAnnotation()
null
if it is
not.
JArrayType isArray()
JClassType isClass()
JClassType isClassOrInterface()
JEnumType isEnum()
null
if it is
not.
JGenericType isGenericType()
JClassType isInterface()
JParameterizedType isParameterized()
JPrimitiveType isPrimitive()
JRawType isRawType()
JTypeParameter isTypeParameter()
JWildcardType isWildcard()
|
GWT 0.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |