Skip navigation links

Package com.google.errorprone.matchers

A predicate DSL for matching javac AST nodes.

See: Description

Package com.google.errorprone.matchers Description

A predicate DSL for matching javac AST nodes. This allows concise, readable declarative code for describing a match, by composing generic-type-safe matchers on the inspected AST subtree.
Skip navigation links

Copyright © 2019. All rights reserved.