Class Enclosing

java.lang.Object
com.google.errorprone.matchers.Enclosing

public class Enclosing extends Object
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)