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