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