Uses of Package
javax.lang.model.type
Package
Description
Provides interfaces to represent source code as abstract syntax
trees (AST).
Provides utilities for operations on abstract syntax trees (AST).
Interfaces used to model elements of the Java programming language.
Interfaces used to model Java programming language types.
Utilities to assist in the processing of
program elements and
types.
-
-
ClassDescriptionRepresents a declared type, either a class type or an interface type.Represents a class or interface type that cannot be properly modeled.Represents a type in the Java programming language.
-
ClassDescriptionRepresents a declared type, either a class type or an interface type.Represents a type in the Java programming language.
-
ClassDescriptionRepresents 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.Thrown when an application attempts to access a sequence of
Class
objects each corresponding to aTypeMirror
.A pseudo-type used where no actual type is appropriate.Represents the null type.Represents a primitive type.Represents a reference type.The kind of a type mirror.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 union type.Represents a wildcard type argument. -
ClassDescriptionRepresents 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.The kind of a type mirror.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 union type.Represents a wildcard type argument.