API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.lang.model.util. AbstractAnnotationValueVisitor6 View Source
Author(s)
Joseph D. Darcy
Scott Seligman
Peter von der Ahé
Since
1.6
Version
1.4 06/07/31
Serial
Hierarchy
 Object
      AbstractAnnotationValueVisitor6
Implements
 AnnotationValueVisitor
Subclasses
Description
@SupportedSourceVersion (value=RELEASE_6)
publicabstract abstract class AbstractAnnotationValueVisitor6
  A skeletal visitor for annotation values with default behavior appropriate for the RELEASE_6 source version.
See also:   
Constructors
protected AbstractAnnotationValueVisitor6 ()
Constructor for concrete subclasses to call.
Methods
Hide/Show inherited methods
publicfinal R visit (AnnotationValue av) [Specified in AnnotationValueVisitor]
  Visits an annotation value as if by passing itself to that value's accept method passing null for the additional parameter.
publicfinal R visit (AnnotationValue av, P p) [Specified in AnnotationValueVisitor]
  Visits an annotation value as if by passing itself to that value's accept.
public R visitUnknown (AnnotationValue av, P p) [Specified in AnnotationValueVisitor]
  Visits an unknown kind of annotation value.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar