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

Lines Matching refs:Where

73     /// Get int at current input pointer + I ahead (where I=1 is next int)
75 /// LA(-i) where i is before first token should yield -1, invalid char or EOF.
93 /// Return the current input symbol index 0..N where N indicates the
179 /// Where are you getting symbols from? Normally, implementations will
307 /// Where are you getting tokens from? normally the implication will simply
323 /// Get Token at current input pointer + I ahead (where I=1 is next
541 /// The index into the input stream where the last error occurred.
544 /// This is used to prevent infinite loops where an error is found
800 /// Override this method to change where error messages go
825 /// you want more details such as the file/line info of where
836 /// A more general version of GetRuleInvocationStack where you can
858 /// start index before, then return where the rule stopped parsing.
938 /// The most common stream of tokens is one where every token is buffered up
1370 /// In general, the recognition exceptions can track where in a grammar a
1434 /// Returns the [tree parser] node where the error occured (for tree parsers).
1851 /// <summary>The char position into the input buffer where this token starts </summary>
1854 /// <summary>The char position into the input buffer where this token stops </summary>
2100 /// where x in T* and alpha, beta in V*; T is set of terminals and
2438 /// <summary>Where is the lexer drawing characters from? </summary>
4611 // where LT(1) is in the recovery token set so nothing is
5139 Mark := Input.Mark; // remember where decision started in input
6080 // look for replaces where iop.index is in range; error