Uses of Package
com.google.errorprone.suppliers
Packages that use com.google.errorprone.suppliers
Package
Description
A predicate DSL for matching javac AST nodes.
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.
-
Classes in com.google.errorprone.suppliers used by com.google.errorproneClassDescriptionSimple supplier pattern, which allows delayed binding to access to runtime elements.
-
Classes in com.google.errorprone.suppliers used by com.google.errorprone.matchersClassDescriptionSimple supplier pattern, which allows delayed binding to access to runtime elements.
-
Classes in com.google.errorprone.suppliers used by com.google.errorprone.matchers.methodClassDescriptionSimple supplier pattern, which allows delayed binding to access to runtime elements.
-
Classes in com.google.errorprone.suppliers used by com.google.errorprone.predicatesClassDescriptionSimple supplier pattern, which allows delayed binding to access to runtime elements.
-
Classes in com.google.errorprone.suppliers used by com.google.errorprone.predicates.typeClassDescriptionSimple supplier pattern, which allows delayed binding to access to runtime elements.
-
Classes in com.google.errorprone.suppliers used by com.google.errorprone.suppliersClassDescriptionSimple supplier pattern, which allows delayed binding to access to runtime elements.