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