ElementVisitor
Interface ElementVisitor<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 Known Implementing Classes:
- AbstractElementVisitor6, AbstractElementVisitor7, AbstractElementVisitor8, ElementKindVisitor6, 登录查看完整内容