Uses of Interface
javax.lang.model.element.ElementVisitor
Packages that use ElementVisitor
包
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.element
Methods in javax.lang.model.element with parameters of type ElementVisitor修饰符和类方法Description<R,P> R Element.accept(ElementVisitor<R, P> v, P p) Applies a visitor to this element. -
Uses of ElementVisitor in javax.lang.model.util
Classes in javax.lang.model.util that implement ElementVisitor修饰符和类ClassDescriptionclassA skeletal visitor of program elements with default behavior appropriate for theRELEASE_14source version.classA skeletal visitor of program elements with default behavior appropriate for theRELEASE_6source version.classA skeletal visitor of program elements with default behavior appropriate for theRELEASE_7source version.classA skeletal visitor of program elements with default behavior appropriate for theRELEASE_8source version.classA 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.classA simple visitor of program elements with default behavior appropriate for theRELEASE_14source version.classA simple visitor of program elements with default behavior appropriate for theRELEASE_6source version.classA simple visitor of program elements with default behavior appropriate for theRELEASE_7source version.classA simple visitor of program elements with default behavior appropriate for theRELEASE_8source version.classA simple visitor of program elements with default behavior appropriate for source versionsRELEASE_9throughRELEASE_14.