Package com.google.gwt.core.ext.typeinfo
package com.google.gwt.core.ext.typeinfo
Type-introspection support classes used by generators.
Developers implementing custom
generators
will use the classes in this package for introspection of the
code being compiled.-
ClassDescriptionThrown when an invalid type is specified as part of a
gwt.typeArgs
tag within a doc comment.Interface implemented by elements that can have annotations.Interface implemented by elements that can have can have type parameters, namely classes and methods.Common interface forJMethod
andJConstructor
.Method declared on an annotation type.Type representing an annotation type.Type representing a Java array.Type used to represent any non-primitive type.Represents a constructor declaration.An enumeration constant declared in an enumerated type.Type representing a Java enumerated type.Represents a field declaration.Type declaration that has type parameters.Represents a method declaration.Constants used with JNI type descriptors.Represents a logical package.Represents a parameter in a declaration.Represents a parameterized type in a declaration.Represents a primitive type in a declaration.Represents a raw type; that is a generic type with no type arguments.Type representing a Java class or interface type that a user would declare.Super interface for types.Represents one of the type parameters in a generic type.Represents a wildcard type argument to a parameterized type.Type of wildcard bound.Indicates that the requested type info element could not be found.Indicates that a source declaration was not parsed successfully.Provides type-related information about a set of source files.The superclass of exceptions thrown byTypeOracle
.