Range

Match value range between limits[0] and limits[1].

Constructors

this
this(Token head, Pattern[2] limits)
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 BinaryOpPattern

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.
subs
Pattern[2] subs;
Undocumented in source.

Meta