Class Scanner

All Implemented Interfaces:
TreeVisitor<Void, VisitorState>
Direct Known Subclasses:
ErrorProneScanner

@CheckReturnValue public class Scanner extends TreePathScanner<Void, VisitorState>
TODO(eaftan): I'm worried about this performance of this code, specifically the part that handles SuppressWarnings. We should profile it and see where the hotspots are.
Author:
[email protected] (Alex Eagle), [email protected] (Eddie Aftandilian)