Uses of Class
com.google.errorprone.matchers.Enclosing.Method
-
Uses of Enclosing.Method in com.google.errorprone.matchers
Modifier and TypeMethodDescriptionstatic <T extends com.sun.source.tree.Tree>
Enclosing.Method<T> Matchers.enclosingMethod
(Matcher<com.sun.source.tree.MethodTree> matcher) Matches an AST node which is enclosed by a method node that matches the given matcher.