Class BugChecker.SuppressibleTreePathScanner<R,P>

java.lang.Object
com.sun.source.util.TreeScanner<R,P>
com.sun.source.util.TreePathScanner<R,P>
com.google.errorprone.bugpatterns.BugChecker.SuppressibleTreePathScanner<R,P>
Type Parameters:
R - the type returned by each scanner method
P - the type of the parameter passed to each scanner method
All Implemented Interfaces:
TreeVisitor<R,P>
Enclosing class:
BugChecker

protected class BugChecker.SuppressibleTreePathScanner<R,P> extends TreePathScanner<R,P>
A TreePathScanner which skips trees which are suppressed for this check.
Author:
Colin Decker, Eddie Aftandilian (eaftan@google.com)