Class ClassVisitor

All Implemented Interfaces:
ElementVisitor<Void,Void>

public class ClassVisitor extends AbstractElementVisitor<Void,Void>
An ElementVisitor that visits methods of classes and interfaces and applies different checks to them. Each ConstraintCheckIssue occurred will be reported using the Messager API.
Author:
Marko Bekhta