TypeVisitor
Interface TypeVisitor<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:
- AbstractTypeVisitor6, AbstractTypeVisitor7, AbstractTypeVisitor8, SimpleTypeVisitor6, SimpleTypeVi