forked from jasder/antlr
Be a little bit more precise - it might not be the direct successor
This commit is contained in:
parent
6acb8e7e46
commit
a38f5a0941
|
@ -281,7 +281,7 @@ public class ParserRuleContext extends RuleContext {
|
|||
/**
|
||||
* Get the initial 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 succeed stop.
|
||||
* (for example, zero length or error productions) this token may exceed stop.
|
||||
*/
|
||||
public Token getStart() { return start; }
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue