|
GWT 2.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JType | |
---|---|
com.google.gwt.core.ext.typeinfo | Type-introspection support classes used by generators. |
com.google.gwt.resources.ext | This package contains extension hooks for adding new resource types to ClientBundle. |
com.google.gwt.uibinder.attributeparsers |
Uses of JType in com.google.gwt.core.ext.typeinfo |
---|
Subclasses of JType in com.google.gwt.core.ext.typeinfo | |
---|---|
class |
JAnnotationType
Type representing an annotation type. |
class |
JArrayType
Type representing a Java array. |
class |
JClassType
Type used to represent any non-primitive type. |
class |
JEnumType
Type representing a Java enumerated type. |
class |
JGenericType
Type declaration that has type parameters. |
class |
JParameterizedType
Represents a parameterized type in a declaration. |
class |
JPrimitiveType
Represents a primitive type in a declaration. |
class |
JRawType
Represents a raw type; that is a generic type with no type arguments. |
class |
JRealClassType
Type representing a Java class or interface type that a user would declare. |
class |
JTypeParameter
Represents one of the type parameters in a generic type. |
class |
JWildcardType
Represents a wildcard type argument to a parameterized type. |
Methods in com.google.gwt.core.ext.typeinfo that return JType | |
---|---|
JType |
JArrayType.getComponentType()
|
abstract JType |
JType.getErasedType()
|
JType |
JPrimitiveType.getErasedType()
|
JType |
JType.getLeafType()
|
JType |
JArrayType.getLeafType()
|
JType |
JMethod.getReturnType()
|
JType[] |
JAbstractMethod.getThrows()
|
JType |
JParameter.getType()
|
JType |
JField.getType()
|
JType |
TypeOracle.parse(java.lang.String type)
Parses the string form of a type to produce the corresponding type object. |
Methods in com.google.gwt.core.ext.typeinfo with parameters of type JType | |
---|---|
protected void |
TypeOracleBuilder.addThrows(JAbstractMethod method,
JType exception)
|
JConstructor |
JRealClassType.findConstructor(JType[] paramTypes)
|
JConstructor |
JRawType.findConstructor(JType[] paramTypes)
|
JConstructor |
JParameterizedType.findConstructor(JType[] paramTypes)
|
abstract JConstructor |
JClassType.findConstructor(JType[] paramTypes)
|
JConstructor |
JArrayType.findConstructor(JType[] paramTypes)
|
JMethod |
JWildcardType.findMethod(java.lang.String name,
JType[] paramTypes)
|
JMethod |
JTypeParameter.findMethod(java.lang.String name,
JType[] paramTypes)
|
JMethod |
JRealClassType.findMethod(java.lang.String name,
JType[] paramTypes)
|
JMethod |
JRawType.findMethod(java.lang.String name,
JType[] paramTypes)
|
JMethod |
JParameterizedType.findMethod(java.lang.String name,
JType[] paramTypes)
|
abstract JMethod |
JClassType.findMethod(java.lang.String name,
JType[] paramTypes)
|
JMethod |
JArrayType.findMethod(java.lang.String name,
JType[] paramTypes)
|
JArrayType |
TypeOracle.getArrayType(JType componentType)
Gets the type object that represents an array of the specified type. |
JConstructor |
JRealClassType.getConstructor(JType[] paramTypes)
|
JConstructor |
JRawType.getConstructor(JType[] paramTypes)
|
JConstructor |
JParameterizedType.getConstructor(JType[] paramTypes)
|
abstract JConstructor |
JClassType.getConstructor(JType[] paramTypes)
|
JConstructor |
JArrayType.getConstructor(JType[] paramTypes)
|
JMethod |
JWildcardType.getMethod(java.lang.String name,
JType[] paramTypes)
|
JMethod |
JTypeParameter.getMethod(java.lang.String name,
JType[] paramTypes)
|
JMethod |
JRealClassType.getMethod(java.lang.String name,
JType[] paramTypes)
|
JMethod |
JRawType.getMethod(java.lang.String name,
JType[] paramTypes)
|
JMethod |
JParameterizedType.getMethod(java.lang.String name,
JType[] paramTypes)
|
abstract JMethod |
JClassType.getMethod(java.lang.String name,
JType[] paramTypes)
|
JMethod |
JArrayType.getMethod(java.lang.String name,
JType[] paramTypes)
|
JAnnotationMethod |
JAnnotationType.getMethod(java.lang.String name,
JType[] paramTypes)
|
protected void |
TypeOracleBuilder.newParameter(JAbstractMethod method,
JType argType,
java.lang.String argName,
java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> declaredAnnotations,
boolean argNamesAreReal)
|
protected void |
TypeOracleBuilder.setFieldType(JField jfield,
JType fieldType)
|
protected void |
TypeOracleBuilder.setReturnType(JAbstractMethod method,
JType returnType)
|
Uses of JType in com.google.gwt.resources.ext |
---|
Methods in com.google.gwt.resources.ext with parameters of type JType | |
---|---|
java.lang.String |
ClientBundleFields.define(JType type,
java.lang.String name)
Adds a field to the bundle. |
java.lang.String |
ClientBundleFields.define(JType type,
java.lang.String name,
java.lang.String initializer,
boolean isStatic,
boolean isFinal)
Adds a field to the bundle. |
static JMethod |
ResourceGeneratorUtil.getMethodByPath(JClassType rootType,
java.util.List<java.lang.String> pathElements,
JType expectedReturnType)
Finds a method by following a dotted path interpreted as a series of no-arg method invocations from an instance of a given root type. |
Uses of JType in com.google.gwt.uibinder.attributeparsers |
---|
Methods in com.google.gwt.uibinder.attributeparsers with parameters of type JType | |
---|---|
AttributeParser |
AttributeParsers.get(JType... types)
|
|
GWT 2.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |