public static class Heuristics.Matchers extends Object
Constructor and Description |
---|
Matchers() |
Modifier and Type | Method and Description |
---|---|
static Heuristics.Matcher |
ofKind(Tree.Kind kind,
Heuristics.Matcher matcher) |
static Heuristics.Matcher |
or(Heuristics.Matcher... matchers) |
static Heuristics.Matcher |
preceededBy(Heuristics.Matcher matcher) |
static Heuristics.Matcher |
whenTrue(Heuristics.Matcher conditionMatcher) |
static Heuristics.Matcher |
withIn(Heuristics.Matcher matcher) |
public static Heuristics.Matcher preceededBy(Heuristics.Matcher matcher)
public static Heuristics.Matcher withIn(Heuristics.Matcher matcher)
public static Heuristics.Matcher whenTrue(Heuristics.Matcher conditionMatcher)
public static Heuristics.Matcher ofKind(Tree.Kind kind, Heuristics.Matcher matcher)
public static Heuristics.Matcher or(Heuristics.Matcher... matchers)