Uses of Interface
javax.lang.model.element.ElementVisitor
| Package | Description | 
|---|---|
| javax.lang.model.element | Interfaces used to model elements of the Java programming language. | 
| javax.lang.model.util | Utilities to assist in the processing of
 program elements and
 types. | 
- 
Uses of ElementVisitor in javax.lang.model.elementMethods in javax.lang.model.element with parameters of type ElementVisitor Modifier and Type Method Description <R, P> RElement. accept(ElementVisitor<R,P> v, P p)Applies a visitor to this element.
- 
Uses of ElementVisitor in javax.lang.model.utilClasses in javax.lang.model.util that implement ElementVisitor Modifier and Type Class Description classAbstractElementVisitor6<R,P>A skeletal visitor of program elements with default behavior appropriate for theRELEASE_6source version.classAbstractElementVisitor7<R,P>A skeletal visitor of program elements with default behavior appropriate for theRELEASE_7source version.classAbstractElementVisitor8<R,P>A skeletal visitor of program elements with default behavior appropriate for theRELEASE_8source version.classAbstractElementVisitor9<R,P>A skeletal visitor of program elements with default behavior appropriate for source versionsRELEASE_9throughRELEASE_13.classElementKindVisitor6<R,P>classElementKindVisitor7<R,P>classElementKindVisitor8<R,P>classElementKindVisitor9<R,P>A visitor of program elements based on their kind with default behavior appropriate for source versionsRELEASE_9throughRELEASE_13.classElementScanner6<R,P>A scanning visitor of program elements with default behavior appropriate for theRELEASE_6source version.classElementScanner7<R,P>A scanning visitor of program elements with default behavior appropriate for theRELEASE_7source version.classElementScanner8<R,P>A scanning visitor of program elements with default behavior appropriate for theRELEASE_8source version.classElementScanner9<R,P>A scanning visitor of program elements with default behavior appropriate for source versionsRELEASE_9throughRELEASE_13.classSimpleElementVisitor6<R,P>A simple visitor of program elements with default behavior appropriate for theRELEASE_6source version.classSimpleElementVisitor7<R,P>A simple visitor of program elements with default behavior appropriate for theRELEASE_7source version.classSimpleElementVisitor8<R,P>A simple visitor of program elements with default behavior appropriate for theRELEASE_8source version.classSimpleElementVisitor9<R,P>A simple visitor of program elements with default behavior appropriate for source versionsRELEASE_9throughRELEASE_13.