Java com.google.gwt.core.ext.typeinfo JType fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.core.ext.typeinfo JType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.core.ext.typeinfo JType.

The text is from its open source code.

Method

JTypegetErasedType()
Returns this type with no type parameters or type variables.
StringgetJNISignature()
Returns the turns the field descriptor" for a type as specified by the Java Virtual Machine Specification.
StringgetParameterizedQualifiedSourceName()
StringgetQualifiedBinaryName()
A binary type name as specified by the Java Language Spec, ThirdEdition.
StringgetQualifiedSourceName()
Returns a type name as it would be specified in Java source, with the package name included.
StringgetSimpleSourceName()
Returns the name of this class without the package name or enclosing class name.
JAnnotationTypeisAnnotation()
Returns this instance as a JAnnotationType if it is an annotation or null if it is not.
JArrayTypeisArray()
JClassTypeisClass()
JClassTypeisClassOrInterface()
JEnumTypeisEnum()
Returns this instance if it is an enumeration or null if it is not.
JGenericTypeisGenericType()
JClassTypeisInterface()
JParameterizedTypeisParameterized()
JPrimitiveTypeisPrimitive()
JRawTypeisRawType()
Returns the raw type if this is a JRawType , otherwise returns null.
JTypeParameterisTypeParameter()
JWildcardTypeisWildcard()