Class Heuristics.Matcher

java.lang.Object
com.sun.source.util.SimpleTreeVisitor<Boolean,Void>
org.checkerframework.framework.util.Heuristics.Matcher
All Implemented Interfaces:
TreeVisitor<Boolean,Void>
Direct Known Subclasses:
Heuristics.OfKind, Heuristics.OrMatcher, Heuristics.PreceededBy, Heuristics.Within, Heuristics.WithinTrueBranch
Enclosing class:
Heuristics

public static class Heuristics.Matcher extends SimpleTreeVisitor<Boolean,Void>
A base class for tree-matching algorithms. Skips parentheses by default.