Package | Description |
---|---|
org.parboiled | |
org.parboiled.buffers | |
org.parboiled.errors | |
org.parboiled.matchers | |
org.parboiled.parserunners | |
org.parboiled.support | |
org.parboiled.test |
Class and Description |
---|
Characters
An immutable, set-like aggregation of (relatively few) characters that allows for an inverted semantic
("all chars except these few").
|
IndexRange
A simple immutable container for a range of indices into an underlying InputBuffer.
|
MatcherPath
Holds a snapshot of the current
Matcher stack at a certain point during the parsing process. |
MatcherPosition |
Position
Simple container class for a line/column position in the input text.
|
ValueStack
A ValueStack is a stack implementation for parser values.
|
Class and 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.
|
Class and Description |
---|
MatcherPath
Holds a snapshot of the current
Matcher 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.
|
Class and 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.
|
Class and Description |
---|
MatcherPath
Holds a snapshot of the current
Matcher stack at a certain point during the parsing process. |
ParsingResult
A simple container encapsulating the result of a parsing run.
|
ValueStack
A ValueStack is a stack implementation for parser values.
|
Class and 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 current
Matcher 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 a
Var for StringBuilders. |
StringVar
Simple specialization of a
Var 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.
|
Class and Description |
---|
ParsingResult
A simple container encapsulating the result of a parsing run.
|