|
GWT 0.0.0 | |||||||||
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 | Classes that parse XML attribute values, turning them into valid Java expressions. |
Uses of JType in com.google.gwt.core.ext.typeinfo |
---|
Subinterfaces of JType in com.google.gwt.core.ext.typeinfo | |
---|---|
interface |
JAnnotationType
Type representing an annotation type. |
interface |
JArrayType
Type representing a Java array. |
interface |
JClassType
Type used to represent any non-primitive type. |
interface |
JEnumType
Type representing a Java enumerated type. |
interface |
JGenericType
Type declaration that has type parameters. |
interface |
JParameterizedType
Represents a parameterized type in a declaration. |
interface |
JRawType
Represents a raw type; that is a generic type with no type arguments. |
interface |
JRealClassType
Type representing a Java class or interface type that a user would declare. |
interface |
JTypeParameter
Represents one of the type parameters in a generic type. |
interface |
JWildcardType
Represents a wildcard type argument to a parameterized type. |
Classes in com.google.gwt.core.ext.typeinfo that implement JType | |
---|---|
class |
JPrimitiveType
Represents a primitive type in a declaration. |
Methods in com.google.gwt.core.ext.typeinfo that return JType | |
---|---|
JType |
JArrayType.getComponentType()
|
JType[] |
JAbstractMethod.getErasedParameterTypes()
|
JType |
JType.getErasedType()
|
JType |
JPrimitiveType.getErasedType()
|
JType |
JType.getLeafType()
|
JType |
JPrimitiveType.getLeafType()
|
JType[] |
JAbstractMethod.getParameterTypes()
|
JType |
JMethod.getReturnType()
|
JType |
JParameter.getType()
|
JType |
JField.getType()
|
abstract 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 | |
---|---|
JConstructor |
JClassType.findConstructor(JType[] paramTypes)
|
JMethod |
JClassType.findMethod(java.lang.String name,
JType[] paramTypes)
|
abstract JArrayType |
TypeOracle.getArrayType(JType componentType)
Gets the type object that represents an array of the specified type. |
JConstructor |
JClassType.getConstructor(JType[] paramTypes)
|
JMethod |
JClassType.getMethod(java.lang.String name,
JType[] paramTypes)
|
JAnnotationMethod |
JAnnotationType.getMethod(java.lang.String name,
JType[] paramTypes)
|
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 0.0.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |