AbstractElementVisitor6
Class AbstractElementVisitor6<R,P>
- java.lang.Object
-
- javax.lang.model.util.AbstractElementVisitor6<R,P>
- Type Parameters:
-
R
- the return type of this visitor's methods. UseVoid
for visitors that do not need to return results. -
P
- the type of the additional parameter to this visitor's methods. UseVoid
for visitors that do not need an additional parameter.
- All Implemented Interfaces:
- ElementVisitor<R,P>
- Direct Known Subclasses:
- AbstractElementVisitor7, <