| Package | Description |
|---|---|
| org.parboiled.parserunners | |
| org.parboiled.support |
| Modifier and Type | Method and Description |
|---|---|
Predicate<Tuple2<Context<?>,Boolean>> |
TracingParseRunner.getFilter() |
| Modifier and Type | Method and Description |
|---|---|
static Predicate<Tuple2<Context<?>,Boolean>> |
Filters.fromLine(int firstLine)
A predicate usable as a filter (element) of a
TracingParseRunner. |
static Predicate<Tuple2<Context<?>,Boolean>> |
Filters.lines(int firstLine,
int lastLine)
A predicate usable as a filter (element) of a
TracingParseRunner. |
static Predicate<Tuple2<Context<?>,Boolean>> |
Filters.onlyMatches()
A predicate usable as a filter (element) of a
TracingParseRunner. |
static Predicate<Tuple2<Context<?>,Boolean>> |
Filters.onlyMismatches()
A predicate usable as a filter (element) of a
TracingParseRunner. |
static Predicate<Tuple2<Context<?>,Boolean>> |
Filters.onlyRules(Rule... rules)
A predicate usable as a filter (element) of a
TracingParseRunner. |
static Predicate<Tuple2<Context<?>,Boolean>> |
Filters.rules(Rule... rules)
A predicate usable as a filter (element) of a
TracingParseRunner. |
static Predicate<Tuple2<Context<?>,Boolean>> |
Filters.rulesBelow(Rule... rules)
A predicate usable as a filter (element) of a
TracingParseRunner. |
static Predicate<Tuple2<Context<?>,Boolean>> |
Filters.untilLine(int lastLine)
A predicate usable as a filter (element) of a
TracingParseRunner. |
Copyright © 2019. All rights reserved.