Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching defs:Token

51      *  exceptions are built with the expected token type.
68 * state can change before the exception is reported so current token index
70 * perhaps print an entire line of input not just a single token, for example.
81 /** <summary>What is index of token/char were we looking at when the error occurred?</summary> */
85 * The current Token when an error occurred. Since not all streams
86 * can retrieve the ith Token, we have to track the Token object.
87 * For parsers. Even when it's a tree parser, token might be set.
118 * for most recent token with line/col info, but notify getErrorHeader()
199 /** <summary>Return the token type or char of the unexpected input element</summary> */
244 public IToken Token
381 // node created from real token
392 this._token = ((CommonTree)this._node).Token;