DotDotSentinel

Undocumented in source.
@safe @safe final
class DotDotSentinel : TokenNode {}

Constructors

this
this(Token head)
Undocumented in source.

Inherited Members

From TokenNode

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.
toMatchInSource
void toMatchInSource(Output sink, GxParserByStatement parser)
Undocumented in source. Be warned that the author may not have intended to support it.
head
Token head;
Undocumented in source.

Meta