GreedyZeroOrMore

Match (greedily) zero or more instances of type sub.

Constructors

this
this(Token head, Pattern sub)
Undocumented in source.
this
this(Token head, Node sub)
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.
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 UnaryOpPattern

show
void show(Format fmt)
Undocumented in source. Be warned that the author may not have intended to support it.
equals
bool equals(Node o)
Undocumented in source. Be warned that the author may not have intended to support it.
sub
Pattern sub;
Undocumented in source.

Meta