Uses of Class
com.google.errorprone.scanner.Scanner
Packages that use Scanner
-
Uses of Scanner in com.google.errorprone.scanner
Subclasses of Scanner in com.google.errorprone.scannerModifier and TypeClassDescriptionclass
Scans the parsed AST, looking for violations of any of the enabled checks.Classes in com.google.errorprone.scanner that implement interfaces with type arguments of type ScannerModifier and TypeClassDescriptionclass
SuppliesScanner
s and provides access to the backing sets of allBugChecker
s and enabledBugChecker
s.Methods in com.google.errorprone.scanner with parameters of type ScannerModifier and TypeMethodDescriptionstatic ErrorProneScannerTransformer
static ScannerSupplier
ScannerSupplier.fromScanner
(Scanner scanner) Returns aScannerSupplier
that just returns theScanner
that was passed in.