Uses of Interface
javax.lang.model.element.ElementVisitor
Packages that use ElementVisitor
Package
Description
Interfaces used to model elements of the Java programming language.
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 ElementVisitorModifier and TypeMethodDescription<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 ElementVisitorModifier and TypeClassDescriptionclassAbstractElementVisitor14<R,P>A skeletal visitor of program elements with default behavior appropriate for theRELEASE_14source version.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_14.classElementKindVisitor14<R,P>A visitor of program elements based on their kind with default behavior appropriate for theRELEASE_14source version.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_14.classElementScanner14<R,P>A scanning visitor of program elements with default behavior appropriate for theRELEASE_14source version.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_14.classSimpleElementVisitor14<R,P>A simple visitor of program elements with default behavior appropriate for theRELEASE_14source version.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_14.