SeqM

Sequence.

A Sequence is empty in case when a rule provides an empty alternative. Such cases () | ... should be rewritten to (...)? in makeAlt.

Constructors

this
this(Token head)
Undocumented in source.
this
this(PatternArray subs)
Undocumented in source.
this
this(Node[n] subs)
Undocumented in source.

Members

Functions

dcharCountSpan
DcharCountSpan dcharCountSpan()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Pattern that)
Undocumented in source. Be warned that the author may not have intended to support it.
show
void show(Format fmt)
Undocumented in source. Be warned that the author may not have intended to support it.
toMatchInSource
void toMatchInSource(Output sink, GxParserByStatement parser)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From NaryOpPattern

equals
bool equals(Node o)
Undocumented in source. Be warned that the author may not have intended to support it.
subs
PatternArray subs;
Undocumented in source.

Meta