Google Web Toolkit (Beta)
« prev
next »
Google Code Home
>
Google Web Toolkit
>
GWT Class Reference
>
com.google.gwt.core.ext.typeinfo
>
JType
Google Web Toolkit
Product Overview
Getting Started Guide
Download SDK
Developer Guide
Example Projects
GWT Class Reference
JRE Emulation Library
Web Toolkit FAQ
Web Toolkit Blog
Developer Forum
Search Google Code
Class JType
public class JType
extends
Object
// Superclass of
JPrimitiveType
,
JParameterizedType
,
JClassType
,
JArrayType
Methods
getJNISignature()
getLeafType()
getParameterizedQualifiedSourceName()
getQualifiedSourceName()
getSimpleSourceName()
isArray()
isClass()
isClassOrInterface()
isInterface()
isParameterized()
isPrimitive()
Method Detail
getJNISignature
public abstract
String
getJNISignature
()
getLeafType
public
JType
getLeafType
()
getParameterizedQualifiedSourceName
public
String
getParameterizedQualifiedSourceName
()
getQualifiedSourceName
public abstract
String
getQualifiedSourceName
()
getSimpleSourceName
public abstract
String
getSimpleSourceName
()
isArray
public abstract
JArrayType
isArray
()
isClass
public abstract
JClassType
isClass
()
isClassOrInterface
public
JClassType
isClassOrInterface
()
isInterface
public abstract
JClassType
isInterface
()
isParameterized
public abstract
JParameterizedType
isParameterized
()
isPrimitive
public abstract
JPrimitiveType
isPrimitive
()