Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Javax.lang.model Classes and Interfaces - 123 results found.
NameDescriptionTypePackageFramework
AbstractAnnotationValueVisitor6A skeletal visitor for annotation values with default behavior appropriate for the RELEASE_6Classjavax.lang.model.utilJava SE
AbstractAnnotationValueVisitor7A skeletal visitor for annotation values with default behavior appropriate for the RELEASE_7Classjavax.lang.model.utilJava SE
AbstractAnnotationValueVisitor8A skeletal visitor for annotation values with default behavior appropriate for the RELEASE_8Classjavax.lang.model.utilJava SE
AbstractAnnotationValueVisitor9A skeletal visitor for annotation values with default behavior appropriate for the RELEASE_9Classjavax.lang.model.utilJava SE
AbstractElementVisitor6A skeletal visitor of program elements with default behavior appropriate for the RELEASE_6Classjavax.lang.model.utilJava SE
AbstractElementVisitor7A skeletal visitor of program elements with default behavior appropriate for the RELEASE_7Classjavax.lang.model.utilJava SE
AbstractElementVisitor8A skeletal visitor of program elements with default behavior appropriate for the RELEASE_8Classjavax.lang.model.utilJava SE
AbstractElementVisitor9A skeletal visitor of program elements with default behavior appropriate for the RELEASE_9Classjavax.lang.model.utilJava SE
AbstractTypeVisitor6A skeletal visitor of types with default behavior appropriate for WARNING: The TypeVisitor interface implementedClassjavax.lang.model.utilJava SE
AbstractTypeVisitor7A skeletal visitor of types with default behavior appropriate for WARNING: The TypeVisitor interface implementedClassjavax.lang.model.utilJava SE
AbstractTypeVisitor8A skeletal visitor of types with default behavior appropriate for WARNING: The TypeVisitor interface implementedClassjavax.lang.model.utilJava SE
AbstractTypeVisitor9A skeletal visitor of types with default behavior appropriate for WARNING: The TypeVisitor interface implementedClassjavax.lang.model.utilJava SE
AnnotatedConstructRepresents a construct that can be annotated.Interfacejavax.lang.modelJava SE
AnnotationMirrorRepresents an annotation.Interfacejavax.lang.model.elementJava SE
AnnotationValueRepresents a value of an annotation type element.Interfacejavax.lang.model.elementJava SE
AnnotationValueVisitorA visitor of the values of annotation type elements, using a variant of the visitor design pattern.Interfacejavax.lang.model.elementJava SE
ArrayTypeRepresents an array type.Interfacejavax.lang.model.typeJava SE
DeclaredTypeRepresents a declared type, either a class type or an interface type.Interfacejavax.lang.model.typeJava SE
ElementFilterFilters for selecting just the elements of interest from a collection of elements.Classjavax.lang.model.utilJava SE
ElementKindVisitor6A visitor of program elements based on their kind with default behavior appropriate for the RELEASE_6 source version.Classjavax.lang.model.utilJava SE
ElementKindVisitor7A visitor of program elements based on their kind with default behavior appropriate for the RELEASE_7 source version.Classjavax.lang.model.utilJava SE
ElementKindVisitor8A visitor of program elements based on their kind with default behavior appropriate for the RELEASE_8 source version.Classjavax.lang.model.utilJava SE
ElementKindVisitor9A visitor of program elements based on their kind with default behavior appropriate for the RELEASE_9 source version.Classjavax.lang.model.utilJava SE
ElementScanner6A scanning visitor of program elements with default behavior appropriate for the RELEASE_6Classjavax.lang.model.utilJava SE
ElementScanner7A scanning visitor of program elements with default behavior appropriate for the RELEASE_7Classjavax.lang.model.utilJava SE
ElementScanner8A scanning visitor of program elements with default behavior appropriate for the RELEASE_8Classjavax.lang.model.utilJava SE
ElementScanner9A scanning visitor of program elements with default behavior appropriate for the RELEASE_9Classjavax.lang.model.utilJava SE
ElementKindThe kind of an element.Classjavax.lang.model.elementJava SE
ElementRepresents a program element such as a package, class, or method.Interfacejavax.lang.model.elementJava SE
ElementsUtility methods for operating on program elements.Interfacejavax.lang.model.utilJava SE
ElementVisitorA visitor of program elements, in the style of the visitor design pattern.Interfacejavax.lang.model.elementJava SE
ErrorTypeRepresents a class or interface type that cannot be properly modeled.Interfacejavax.lang.model.typeJava SE
ExecutableElementRepresents a method, constructor, or initializer (static or instance) of a class or interface, including annotation typeInterfacejavax.lang.model.elementJava SE
ExecutableTypeRepresents the type of an executable.Interfacejavax.lang.model.typeJava SE
IntersectionTypeRepresents an intersection type.Interfacejavax.lang.model.typeJava SE
MirroredTypeExceptionThrown when an application attempts to access the Class object corresponding to a TypeMirror.Classjavax.lang.model.typeJava SE
MirroredTypesExceptionThrown when an application attempts to access a sequence of Class objects each corresponding to a TypeMirror.Classjavax.lang.model.typeJava SE
ModifierRepresents a modifier on a program element such as a class, method, or field.Classjavax.lang.model.elementJava SE
NestingKindThe nesting kind of a type element.Classjavax.lang.model.elementJava SE
NameAn immutable sequence of characters.Interfacejavax.lang.model.elementJava SE
NoTypeA pseudo-type used where no actual type is appropriate.Interfacejavax.lang.model.typeJava SE
NullTypeRepresents the null type.Interfacejavax.lang.model.typeJava SE
PackageElementRepresents a package program element.Interfacejavax.lang.model.elementJava SE
ParameterizableA mixin interface for an element that has type parameters.Interfacejavax.lang.model.elementJava SE
PrimitiveTypeRepresents a primitive type.Interfacejavax.lang.model.typeJava SE
QualifiedNameableA mixin interface for an element that has a qualified name.Interfacejavax.lang.model.elementJava SE
ReferenceTypeRepresents a reference type.Interfacejavax.lang.model.typeJava SE
SimpleAnnotationValueVisitor6A simple visitor for annotation values with default behavior appropriate for the RELEASE_6Classjavax.lang.model.utilJava SE
SimpleAnnotationValueVisitor7A simple visitor for annotation values with default behavior appropriate for the RELEASE_7Classjavax.lang.model.utilJava SE
SimpleAnnotationValueVisitor8A simple visitor for annotation values with default behavior appropriate for the RELEASE_8Classjavax.lang.model.utilJava SE
SimpleAnnotationValueVisitor9A simple visitor for annotation values with default behavior appropriate for the RELEASE_9Classjavax.lang.model.utilJava SE
SimpleElementVisitor6A simple visitor of program elements with default behavior appropriate for the RELEASE_6Classjavax.lang.model.utilJava SE
SimpleElementVisitor7A simple visitor of program elements with default behavior appropriate for the RELEASE_7Classjavax.lang.model.utilJava SE
SimpleElementVisitor8A simple visitor of program elements with default behavior appropriate for the RELEASE_8Classjavax.lang.model.utilJava SE
SimpleElementVisitor9A simple visitor of program elements with default behavior appropriate for the RELEASE_9Classjavax.lang.model.utilJava SE
SimpleTypeVisitor6A simple visitor of types with default behavior appropriate for the RELEASE_6 source version.Classjavax.lang.model.utilJava SE
SimpleTypeVisitor7A simple visitor of types with default behavior appropriate for the RELEASE_7 source version.Classjavax.lang.model.utilJava SE
SimpleTypeVisitor8A simple visitor of types with default behavior appropriate for the RELEASE_8 source version.Classjavax.lang.model.utilJava SE
SimpleTypeVisitor9A simple visitor of types with default behavior appropriate for the RELEASE_9 source version.Classjavax.lang.model.utilJava SE
SourceVersionClassjavax.lang.modelJava SE
TypeKindVisitor6A visitor of types based on their kind with default behavior appropriate for the RELEASE_6 source version.Classjavax.lang.model.utilJava SE
TypeKindVisitor7A visitor of types based on their kind with default behavior appropriate for the RELEASE_7 source version.Classjavax.lang.model.utilJava SE
TypeKindVisitor8A visitor of types based on their kind with default behavior appropriate for the RELEASE_8 source version.Classjavax.lang.model.utilJava SE
TypeKindVisitor9A visitor of types based on their kind with default behavior appropriate for the RELEASE_9 source version.Classjavax.lang.model.utilJava SE
TypeKindThe kind of a type mirror.Classjavax.lang.model.typeJava SE
TypeElementRepresents a class or interface program element.Interfacejavax.lang.model.elementJava SE
TypeMirrorRepresents a type in the Java programming language.Interfacejavax.lang.model.typeJava SE
TypeParameterElementRepresents a formal type parameter of a generic class, interface, method, or constructor element.Interfacejavax.lang.model.elementJava SE
TypesUtility methods for operating on types.Interfacejavax.lang.model.utilJava SE
TypeVariableRepresents a type variable.Interfacejavax.lang.model.typeJava SE
TypeVisitorA visitor of types, in the style of the visitor design pattern.Interfacejavax.lang.model.typeJava SE
UnknownAnnotationValueExceptionIndicates that an unknown kind of annotation value was encountered.Classjavax.lang.model.elementJava SE
UnknownElementExceptionIndicates that an unknown kind of element was encountered.Classjavax.lang.model.elementJava SE
UnknownEntityExceptionSuperclass of exceptions which indicate that an unknown kind of entity was encountered.Classjavax.lang.modelJava SE
UnknownTypeExceptionIndicates that an unknown kind of type was encountered.Classjavax.lang.model.typeJava SE
UnionTypeRepresents a union type.Interfacejavax.lang.model.typeJava SE
VariableElementRepresents a field, enum constant, method or constructor parameter, local variable, resource variable, or exceptionInterfacejavax.lang.model.elementJava SE
WildcardTypeRepresents a wildcard type argument.Interfacejavax.lang.model.typeJava SE
AbstractAnnotationValueVisitor6A skeletal visitor for annotation values with default behavior appropriate for the RELEASE_6Classjavax.lang.model.utilFiji
AbstractElementVisitor6A skeletal visitor of program elements with default behavior appropriate for the RELEASE_6Classjavax.lang.model.utilFiji
AbstractTypeVisitor6A skeletal visitor of types with default behavior appropriate for the version 6 language level.Classjavax.lang.model.utilFiji
AnnotationMirrorRepresents an annotation.Interfacejavax.lang.model.elementFiji
AnnotationValueRepresents a value of an annotation type element.Interfacejavax.lang.model.elementFiji
AnnotationValueVisitorA visitor of the values of annotation type elements, using a variant of the visitor design pattern.Interfacejavax.lang.model.elementFiji
ArrayTypeRepresents an array type.Interfacejavax.lang.model.typeFiji
DeclaredTypeRepresents a declared type, either a class type or an interface type.Interfacejavax.lang.model.typeFiji
ElementRepresents a program element such as a package, class, or method.Interfacejavax.lang.model.elementFiji
ElementFilterFilters for selecting just the elements of interest from a collection of elements.Classjavax.lang.model.utilFiji
ElementKindThe kind of an element.Classjavax.lang.model.elementFiji
ElementKindVisitor6A visitor of program elements based on their kind with default behavior appropriate for the RELEASE_6 source version.Classjavax.lang.model.utilFiji
ElementsUtility methods for operating on program elements.Interfacejavax.lang.model.utilFiji
ElementScanner6A scanning visitor of program elements with default behavior appropriate for the RELEASE_6Classjavax.lang.model.utilFiji
ElementVisitorA visitor of program elements, in the style of the visitor design pattern.Interfacejavax.lang.model.elementFiji
ErrorTypeRepresents a class or interface type that cannot be properly modeled.Interfacejavax.lang.model.typeFiji
ExecutableElementRepresents a method, constructor, or initializer (static or instance) of a class or interface, including annotation typeInterfacejavax.lang.model.elementFiji
ExecutableTypeRepresents the type of an executable.Interfacejavax.lang.model.typeFiji
MirroredTypeExceptionThrown when an application attempts to access the Class object corresponding to a TypeMirror.Classjavax.lang.model.typeFiji
MirroredTypesExceptionThrown when an application attempts to access a sequence of Class objects each corresponding to a TypeMirror.Classjavax.lang.model.typeFiji
ModifierRepresents a modifier on a program element such as a class, method, or field.Classjavax.lang.model.elementFiji
NameAn immutable sequence of characters.Interfacejavax.lang.model.elementFiji
NestingKindThe nesting kind of a type element.Classjavax.lang.model.elementFiji
NoTypeA pseudo-type used where no actual type is appropriate.Interfacejavax.lang.model.typeFiji
NullTypeRepresents the null type.Interfacejavax.lang.model.typeFiji
PackageElementRepresents a package program element.Interfacejavax.lang.model.elementFiji
PrimitiveTypeRepresents a primitive type.Interfacejavax.lang.model.typeFiji
ReferenceTypeRepresents a reference type.Interfacejavax.lang.model.typeFiji
SimpleAnnotationValueVisitor6A simple visitor for annotation values with default behavior appropriate for the RELEASE_6Classjavax.lang.model.utilFiji
SimpleElementVisitor6A simple visitor of program elements with default behavior appropriate for the RELEASE_6Classjavax.lang.model.utilFiji
SimpleTypeVisitor6A simple visitor of types with default behavior appropriate for the RELEASE_6 source version.Classjavax.lang.model.utilFiji
SourceVersionClassjavax.lang.modelFiji
TypeElementRepresents a class or interface program element.Interfacejavax.lang.model.elementFiji
TypeKindThe kind of a type mirror.Classjavax.lang.model.typeFiji
TypeKindVisitor6A visitor of types based on their kind with default behavior appropriate for the RELEASE_6 source version.Classjavax.lang.model.utilFiji
TypeMirrorRepresents a type in the Java programming language.Interfacejavax.lang.model.typeFiji
TypeParameterElementRepresents a formal type parameter of a generic class, interface, method, or constructor element.Interfacejavax.lang.model.elementFiji
TypesUtility methods for operating on types.Interfacejavax.lang.model.utilFiji
TypeVariableRepresents a type variable.Interfacejavax.lang.model.typeFiji
TypeVisitorA visitor of types, in the style of the visitor design pattern.Interfacejavax.lang.model.typeFiji
UnknownAnnotationValueExceptionIndicates that an unknown kind of annotation value was encountered.Classjavax.lang.model.elementFiji
UnknownElementExceptionIndicates that an unknown kind of element was encountered.Classjavax.lang.model.elementFiji
UnknownTypeExceptionIndicates that an unknown kind of type was encountered.Classjavax.lang.model.typeFiji
VariableElementRepresents a field, enum constant, method or constructor parameter, local variable, or exception parameter.Interfacejavax.lang.model.elementFiji
WildcardTypeRepresents a wildcard type argument.Interfacejavax.lang.model.typeFiji