Be a little bit more precise - it might not be the direct successor

This commit is contained in:
Michael Peyton Jones 2014-10-16 16:27:35 +01:00
parent 6acb8e7e46
commit a38f5a0941
1 changed files with 1 additions and 1 deletions

View File

@ -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; }
/**