Interface Summary
Represents an array type.
Represents a declared type, either a class type or an interface type.
Represents a class or interface type that cannot be properly modeled.
Represents the type of an executable.
Represents an intersection type.
A pseudo-type used where no actual type is appropriate.
Represents the null type.
Represents a primitive type.
Represents a reference type.
Represents a type in the Java programming language.
Represents a type variable.
A visitor of types, in the style of the visitor design pattern.
Represents a wildcard type argument.
Enum Summary
The kind of a type mirror.
Exception Summary
Thrown when an application attempts to access the
Class object corresponding to a
TypeMirror.
Thrown when an application attempts to access a sequence of
Class objects each corresponding to a
TypeMirror.
Indicates that an unknown kind of type was encountered.
Package javax.lang.model.type Description
Interfaces used to model Java programming language types.
Unless otherwise specified in a particular implementation, the collections returned by methods in this package should be expected to be unmodifiable by the caller and unsafe for concurrent access.
Unless otherwise specified, methods in this package will throw a NullPointerException if given a null argument.
-
Since:
-
1.6