Class | Description |
---|---|
Characters |
An immutable, set-like aggregation of (relatively few) characters that allows
for an inverted semantic ("all chars except these few").
|
Chars | |
CharsEscaper | |
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.
|
StringBuilderVar |
Simple specialization of a
Var for StringBuilders. |
StringVar |
Simple specialization of a
Var for Strings. |
Var<T> |
This class provides a "local variable"-like construct for action
expressions in parser rule methods.
|