API Overview API Index Direct link to this page
JDK 1.6
  Package: javax.lang.model.type
Author(s)
Joseph D. Darcy
Scott Seligman
Peter von der Ahé
Since
1.6
Version
1.5 06/08/28
Serial
Description
  Interfaces used to model Java programming language types.
See also:   
ArrayType View Source Represents an array type.
DeclaredType View Source Represents a declared type, either a class type or an interface type.
ErrorType View Source Represents a class or interface type that cannot be properly modeled.
ExecutableType View Source Represents the type of an executable.
MirroredTypeException View Source Thrown when an application attempts to access the Class object corresponding to a TypeMirror.
MirroredTypesException View Source Thrown when an application attempts to access a sequence of Class objects each corresponding to a TypeMirror.
NoType View Source A pseudo-type used where no actual type is appropriate.
NullType View Source Represents the null type.
PrimitiveType View Source Represents a primitive type.
ReferenceType View Source Represents a reference type.
TypeKind View Source The kind of a type mirror.
TypeMirror View Source Represents a type in the Java programming language.
TypeVariable View Source Represents a type variable.
TypeVisitor View Source A visitor of types, in the style of the visitor design pattern.
UnknownTypeException View Source Indicates that an unknown kind of type was encountered.
WildcardType View Source Represents a wildcard type argument.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar