Package com.google.errorprone.suppliers


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.
  • Class
    Description
    Simple supplier pattern, which allows delayed binding to access to runtime elements.