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
Modifier and TypeClassDescriptionstatic class
Enclosing.Block<T extends com.sun.source.tree.Tree>
static class
Enclosing.BlockOrCase<T extends com.sun.source.tree.Tree>
static class
Enclosing.Class<T extends com.sun.source.tree.Tree>
static class
Enclosing.Method<T extends com.sun.source.tree.Tree>
-
Method Summary