Class Summary |
AnnotationMemberValue |
|
AnnotationMirrorImpl |
|
AnnotationValueImpl |
|
ArrayTypeImpl |
Implementation of ArrayType, which represents an array of some type. |
DeclaredTypeImpl |
Implementation of DeclaredType, which refers to a particular usage or instance of a type. |
ElementImpl |
Element represents any defined Java language element - a package,
a method, a class or interface. |
ElementsImpl |
Utilities for working with language elements. |
ErrorTypeElement |
Element corresponding to the Error type mirror |
ErrorTypeImpl |
Implementation of the ErrorType interface. |
ExecutableElementImpl |
|
ExecutableTypeImpl |
Implementation of the ExecutableType |
Factory |
Creates javax.lang.model wrappers around JDT internal compiler bindings. |
NameImpl |
A String-based implementation of the type used to return strings in javax.lang.model. |
NoTypeImpl |
An implementation of NoType, which is used to represent certain psuedo-types. |
PackageElementImpl |
Implementation of PackageElement, which represents a package |
PrimitiveTypeImpl |
|
TypeElementImpl |
|
TypeMirrorImpl |
Implementation of a TypeMirror. |
TypeParameterElementImpl |
|
TypesImpl |
Utilities for working with types (as opposed to elements). |
TypeVariableImpl |
Implementation of TypeVariable |
VariableElementImpl |
Implementation of VariableElement, which represents a a field, enum constant,
method or constructor parameter, local variable, or exception parameter. |
WildcardTypeImpl |
Implementation of the WildcardType |