API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.lang.model.util. AbstractElementVisitor6 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
      AbstractElementVisitor6
Implements
 ElementVisitor
Subclasses
Description
@SupportedSourceVersion (value=RELEASE_6)
publicabstract abstract class AbstractElementVisitor6
  A skeletal visitor of program elements with default behavior appropriate for the RELEASE_6 source version.
See also:   
Constructors
protected AbstractElementVisitor6 ()
Constructor for concrete subclasses to call.
Methods
Hide/Show inherited methods
publicfinal R visit (Element e) [Specified in ElementVisitor]
  Visits any program element as if by passing itself to that element's accept method and passing null for the additional parameter.
publicfinal R visit (Element e, P p) [Specified in ElementVisitor]
  Visits any program element as if by passing itself to that element's accept method.
public R visitUnknown (Element e, P p) [Specified in ElementVisitor]
  Visits an unknown kind of element.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar