Uses of Package
org.parboiled.support
-
Packages that use org.parboiled.support Package Description org.parboiled org.parboiled.buffers org.parboiled.errors org.parboiled.matchers org.parboiled.parserunners org.parboiled.support -
Classes in org.parboiled.support used by org.parboiled Class Description IndexRange A simple immutable container for a range of indices into an underlying InputBuffer.MatcherPath Holds a snapshot of the currentMatcher
stack at a certain point during the parsing process.Position Simple container class for a line/column position in the input text.ValueStack A ValueStack is a stack implementation for parser values. -
Classes in org.parboiled.support used by org.parboiled.buffers Class Description IndexRange A simple immutable container for a range of indices into an underlying InputBuffer.Position Simple container class for a line/column position in the input text. -
Classes in org.parboiled.support used by org.parboiled.errors Class Description MatcherPath Holds a snapshot of the currentMatcher
stack at a certain point during the parsing process.ParsingResult A simple container encapsulating the result of a parsing run.Position Simple container class for a line/column position in the input text. -
Classes in org.parboiled.support used by org.parboiled.matchers Class Description Characters An immutable, set-like aggregation of (relatively few) characters that allows for an inverted semantic ("all chars except these few").Var This class provides a "local variable"-like construct for action expressions in parser rule methods. -
Classes in org.parboiled.support used by org.parboiled.parserunners Class Description ParsingResult A simple container encapsulating the result of a parsing run.ValueStack A ValueStack is a stack implementation for parser values. -
Classes in org.parboiled.support used by org.parboiled.support Class Description Characters An immutable, set-like aggregation of (relatively few) characters that allows for an inverted semantic ("all chars except these few").DefaultValueStack An implementation of a stack of value objects providing an efficient snapshot capability and a number of convenience methods.DefaultValueStack.Element IndexRange A simple immutable container for a range of indices into an underlying InputBuffer.MatcherPath Holds a snapshot of the currentMatcher
stack at a certain point during the parsing process.MatcherPath.Element MatcherPosition ParsingResult A simple container encapsulating the result of a parsing run.StringBuilderVar Simple specialization of aVar
for StringBuilders.StringVar Simple specialization of aVar
for Strings.ValueStack A ValueStack is a stack implementation for parser values.Var This class provides a "local variable"-like construct for action expressions in parser rule methods.