JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Package com.google.errorprone.suppliers
Supports matchers, but rather than giving Matcher implementations which are predicates on individual AST nodes, a supplier gives contextual information from the traversal of the AST.
Interface Summary
Interface
Description
Supplier
<T>
Simple supplier pattern, which allows delayed binding to access to runtime elements.
Class Summary
Class
Description
Suppliers