Uses of Interface
com.google.gwt.core.ext.typeinfo.JType
Packages that use JType
Package
Description
Type-introspection support classes used by generators.
This package contains extension hooks for adding new resource types to
ClientBundle.
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.typeinfoModifier and TypeInterfaceDescriptioninterface
Type representing an annotation type.interface
Type representing a Java array.interface
Type used to represent any non-primitive type.interface
Type representing a Java enumerated type.interface
Type declaration that has type parameters.interface
Represents a parameterized type in a declaration.interface
Represents a raw type; that is a generic type with no type arguments.interface
Type representing a Java class or interface type that a user would declare.interface
Represents one of the type parameters in a generic type.interface
Represents a wildcard type argument to a parameterized type.Classes in com.google.gwt.core.ext.typeinfo that implement JTypeModifier and TypeClassDescriptionenum
Represents a primitive type in a declaration.Methods in com.google.gwt.core.ext.typeinfo that return JTypeModifier and TypeMethodDescriptionJArrayType.getComponentType()
JType[]
JAbstractMethod.getErasedParameterTypes()
JPrimitiveType.getErasedType()
JType.getErasedType()
Returns this type with no type parameters or type variables.JPrimitiveType.getLeafType()
JType.getLeafType()
For array types, recursively looks for the element type that is not an array.JType[]
JAbstractMethod.getParameterTypes()
JMethod.getReturnType()
JField.getType()
JParameter.getType()
abstract JType
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 JTypeModifier and TypeMethodDescriptionJClassType.findConstructor
(JType[] paramTypes) Returns the constructor with parameters that have the given types, or null if not found.JClassType.findMethod
(String name, JType[] paramTypes) abstract JArrayType
TypeOracle.getArrayType
(JType componentType) Gets the type object that represents an array of the specified type.JClassType.getConstructor
(JType[] paramTypes) -
Uses of JType in com.google.gwt.resources.ext
Methods in com.google.gwt.resources.ext with parameters of type JTypeModifier and TypeMethodDescriptionAdds a field to the bundle.ClientBundleFields.define
(JType type, String name, String initializer, boolean isStatic, boolean isFinal) Adds a field to the bundle.static JMethod
ResourceGeneratorUtil.getMethodByPath
(JClassType rootType, List<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.resources.gss
Methods in com.google.gwt.resources.gss that return JTypeModifier and TypeMethodDescriptionResourceUrlFunction.MethodByPathHelper.getReturnType
(ResourceContext context, List<String> pathElements) Methods in com.google.gwt.resources.gss with parameters of type JTypeModifier and TypeMethodDescriptionImageSpriteCreator.MethodByPathHelper.getMethodByPath
(ResourceContext context, List<String> pathElements, JType expectedReturnType) -
Uses of JType in com.google.gwt.uibinder.attributeparsers
Methods in com.google.gwt.uibinder.attributeparsers that return JTypeModifier and TypeMethodDescriptionJType[]
FieldReferenceConverter.Delegate.getTypes()
Returns the types any parsed field references are expected to return.JType[]
StrictAttributeParser.FieldReferenceDelegate.getTypes()
JType[]
StringAttributeParser.FieldReferenceDelegate.getTypes()
Methods in com.google.gwt.uibinder.attributeparsers with parameters of type JTypeModifier and TypeMethodDescriptionReturns a parser for the given type(s).Constructors in com.google.gwt.uibinder.attributeparsers with parameters of type JTypeModifierConstructorDescription(package private)
BooleanAttributeParser
(FieldReferenceConverter converter, JType booleanType, com.google.gwt.uibinder.rebind.MortalLogger logger) (package private)
DoubleAttributeParser
(FieldReferenceConverter converter, JType doubleType, com.google.gwt.uibinder.rebind.MortalLogger logger) (package private)
FieldReferenceDelegate
(JType... types) (package private)
FieldReferenceDelegate
(JType type) (package private)
HorizontalAlignmentConstantParser
(FieldReferenceConverter converter, JType type, com.google.gwt.uibinder.rebind.MortalLogger logger) (package private)
IntAttributeParser
(FieldReferenceConverter converter, JType intType, com.google.gwt.uibinder.rebind.MortalLogger logger) (package private)
SafeUriAttributeParser
(StringAttributeParser stringParser, FieldReferenceConverter converter, JType safeUriType, JType stringType, com.google.gwt.uibinder.rebind.MortalLogger logger) Constructs an instance for particular use in html contexts, where {string.references} are acceptible.(package private)
SafeUriAttributeParser
(StringAttributeParser stringParser, FieldReferenceConverter converter, JType safeUriType, com.google.gwt.uibinder.rebind.MortalLogger logger) Constructs an instance for normal use, where String literals are okay but {string.references} are not.(package private)
StrictAttributeParser
(FieldReferenceConverter converter, com.google.gwt.uibinder.rebind.MortalLogger logger, JType... types) (package private)
StringAttributeParser
(FieldReferenceConverter converter, JType stringType) (package private)
TextAlignConstantParser
(FieldReferenceConverter converter, JType type, com.google.gwt.uibinder.rebind.MortalLogger logger) (package private)
VerticalAlignmentConstantParser
(FieldReferenceConverter converter, JType type, com.google.gwt.uibinder.rebind.MortalLogger logger)