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 TypeClassDescriptionclassScans 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 TypeClassDescriptionclassSuppliesScanners and provides access to the backing sets of allBugCheckers and enabledBugCheckers.Methods in com.google.errorprone.scanner with parameters of type ScannerModifier and TypeMethodDescriptionstatic ErrorProneScannerTransformerstatic ScannerSupplierScannerSupplier.fromScanner(Scanner scanner) Returns aScannerSupplierthat just returns theScannerthat was passed in.