Class AbstractElementVisitor<T,V>

All Implemented Interfaces:
ElementVisitor<T,V>
Direct Known Subclasses:
ClassVisitor, ConstraintAnnotationVisitor

public class AbstractElementVisitor<T,V> extends ElementKindVisitor8<T,V>
An abstract ElementVisitor that should be used for implementation of any other element visitors. The only method present in this class (reportIssues(Collection) is used to report found ConstraintCheckIssues. Each ConstraintCheckIssue occurred will be reported using the Messager API.
Author:
Marko Bekhta