Uses of Interface
org.parboiled.Context
Packages that use Context
-
Uses of Context in org.parboiled
Classes in org.parboiled that implement ContextModifier and TypeClassDescriptionclass
The Context implementation orchestrating most of the matching process.Methods in org.parboiled that return ContextMethods in org.parboiled with parameters of type Context -
Uses of Context in org.parboiled.parserunners
Methods in org.parboiled.parserunners that return types with arguments of type Context -
Uses of Context in org.parboiled.support
Methods in org.parboiled.support that return types with arguments of type ContextModifier and TypeMethodDescriptionFilters.fromLine
(int firstLine) A predicate usable as a filter (element) of aTracingParseRunner
.Filters.lines
(int firstLine, int lastLine) A predicate usable as a filter (element) of aTracingParseRunner
.Filters.onlyMatches()
A predicate usable as a filter (element) of aTracingParseRunner
.Filters.onlyMismatches()
A predicate usable as a filter (element) of aTracingParseRunner
.A predicate usable as a filter (element) of aTracingParseRunner
.A predicate usable as a filter (element) of aTracingParseRunner
.Filters.rulesBelow
(Rule... rules) A predicate usable as a filter (element) of aTracingParseRunner
.Filters.untilLine
(int lastLine) A predicate usable as a filter (element) of aTracingParseRunner
.