Uses of Package
com.sun.mirror.type
Packages that use com.sun.mirror.type
Package
Description
Interfaces used to model program element declarations.
Interfaces used to model types.
Utilities to assist in the processing of declarations and types.
-
Classes in com.sun.mirror.type used by com.sun.mirror.declarationClassDescriptionRepresents an annotation type.Represents a class type.Represents an interface type.Represents a reference type.Represents a type in the Java programming language.
-
Classes in com.sun.mirror.type used by com.sun.mirror.typeClassDescriptionRepresents a class type.Represents a declared type, either a class type or an interface type.Represents an interface type.An enumeration of the different kinds of primitive types.Represents a reference type.Represents a type in the Java programming language.
-
Classes in com.sun.mirror.type used by com.sun.mirror.utilClassDescriptionRepresents an annotation type.Represents an array type.Represents a class type.Represents a declared type, either a class type or an interface type.Represents an enum type.Represents an interface type.Represents a primitive type.An enumeration of the different kinds of primitive types.Represents a reference type.Represents a type in the Java programming language.Represents a type variable.A pseudo-type representing the type of
void.Represents a wildcard type argument.