stop property
Token?
stop
getter/setter pairinherited
Get the initial/final token in this context. Note that the range from start to stop is inclusive, so for rules that do not consume anything (for example, zero length or error productions) this token may exceed stop.
Implementation
Token? start, stop;