Uses of Class
com.google.errorprone.matchers.Enclosing.Class
Packages that use Enclosing.Class
-
Uses of Enclosing.Class in com.google.errorprone.matchers
Methods in com.google.errorprone.matchers that return Enclosing.ClassModifier and TypeMethodDescriptionstatic <T extends com.sun.source.tree.Tree>
Enclosing.Class<T> Matchers.enclosingClass
(Matcher<com.sun.source.tree.ClassTree> matcher) Matches an AST node which is enclosed by a class node that matches the given matcher.