Class Enclosing
java.lang.Object
com.google.errorprone.matchers.Enclosing
Adapt matchers to match against a parent node of a given type. For example, match a node if the
enclosing class matches a predicate.
- Author:
- alexeagle@google.com (Alex Eagle)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classEnclosing.Block<T extends Tree>static classEnclosing.BlockOrCase<T extends Tree>static classEnclosing.Class<T extends Tree>static classEnclosing.Method<T extends Tree> -
Method Summary