Class ScannerSupplier

java.lang.Object
com.google.errorprone.scanner.ScannerSupplier
All Implemented Interfaces:
com.google.common.base.Supplier<Scanner>, Supplier<Scanner>

public abstract class ScannerSupplier extends Object implements com.google.common.base.Supplier<Scanner>
Supplies Scanners and provides access to the backing sets of all BugCheckers and enabled BugCheckers.