Uses of Class
com.google.errorprone.scanner.Scanner
-
Uses of Scanner in com.google.errorprone.scanner
Modifier and TypeClassDescriptionclass
Scans the parsed AST, looking for violations of any of the enabled checks.Modifier and TypeClassDescriptionclass
SuppliesScanner
s and provides access to the backing sets of allBugChecker
s and enabledBugChecker
s.Modifier and TypeMethodDescriptionstatic ErrorProneScannerTransformer
static ScannerSupplier
ScannerSupplier.fromScanner
(Scanner scanner) Returns aScannerSupplier
that just returns theScanner
that was passed in.