public static final class TRegular.Characters extends TRegular
TRegular.size
will be 0 and not 1. If eof
is false,
then chars
cannot contain the end-of-input
marker; if eof
is true, then chars
must only contain the end-of-input marker.TRegular.Action, TRegular.Alternate, TRegular.Characters, TRegular.Epsilon, TRegular.Kind, TRegular.Repetition, TRegular.Sequence, TRegular.Tag, TRegular.TagInfo
Modifier and Type | Field and Description |
---|---|
int |
chars
The index of the character set matched by this expression
|
boolean |
eof
Whether this character set matches end-of-input
|