Uses of Class
org.parboiled.common.Tuple2
-
Packages that use Tuple2 Package Description org.parboiled.parserunners org.parboiled.support -
-
Uses of Tuple2 in org.parboiled.parserunners
Methods in org.parboiled.parserunners that return types with arguments of type Tuple2 Modifier and Type Method Description Predicate<Tuple2<Context<?>,java.lang.Boolean>>TracingParseRunner. getFilter() -
Uses of Tuple2 in org.parboiled.support
Methods in org.parboiled.support that return types with arguments of type Tuple2 Modifier and Type Method Description static Predicate<Tuple2<Context<?>,java.lang.Boolean>>Filters. fromLine(int firstLine)A predicate usable as a filter (element) of aTracingParseRunner.static Predicate<Tuple2<Context<?>,java.lang.Boolean>>Filters. lines(int firstLine, int lastLine)A predicate usable as a filter (element) of aTracingParseRunner.static Predicate<Tuple2<Context<?>,java.lang.Boolean>>Filters. onlyMatches()A predicate usable as a filter (element) of aTracingParseRunner.static Predicate<Tuple2<Context<?>,java.lang.Boolean>>Filters. onlyMismatches()A predicate usable as a filter (element) of aTracingParseRunner.static Predicate<Tuple2<Context<?>,java.lang.Boolean>>Filters. onlyRules(Rule... rules)A predicate usable as a filter (element) of aTracingParseRunner.static Predicate<Tuple2<Context<?>,java.lang.Boolean>>Filters. rules(Rule... rules)A predicate usable as a filter (element) of aTracingParseRunner.static Predicate<Tuple2<Context<?>,java.lang.Boolean>>Filters. rulesBelow(Rule... rules)A predicate usable as a filter (element) of aTracingParseRunner.static Predicate<Tuple2<Context<?>,java.lang.Boolean>>Filters. untilLine(int lastLine)A predicate usable as a filter (element) of aTracingParseRunner.
-