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

Lines Matching refs:What

105     /// it doesn't have to be.  It's just a marker to indicate what
382 /// <summary>What line number is the scanner at before processing buffer[P]? </summary>
385 /// <summary>What char position 0..N-1 in line is scanner before processing buffer[P]? </summary>
601 /// What character index in the stream did the current token start at?
624 /// You can set the text for the current token to override what is in
762 /// What error message should be generated for the various exception types?
784 /// What is the error header, normally line/character position information?
1016 /// From the input stream, predict what alternative will succeed using this
1119 /// <summary>What is the index of the current character of lookahead? </summary>
1371 /// problem occurred and/or what was the expected input. While the parser
1383 /// <summary>What input stream did the error occur in? </summary>
1387 /// What is index of token/char were we looking at when the error occurred?
1493 /// is actually what we wanted next. Used for tree node errors too.
1644 /// What is name or source of this char stream?
1848 /// <summary>What token number is this from 0..n-1 tokens; &lt; 0 implies invalid index </summary>
1898 /// <summary>What token number is this from 0..n-1 tokens </summary>
2010 /// a simple method to ask the recognizer to tell me what the current
2017 /// Factor out what to do upon token mismatch so tree parsers can behave
2032 /// LA(1) is not what we are looking for. If LA(2) has the right token,
2039 /// If current token is consistent with what could come after
2069 /// the next token in the stream is what we want we assume that
2078 /// If you change what tokens must be created by the lexer,
2119 /// FOLLOW sets are precisely what could follow a rule reference.
2133 /// What can follow that specific nested ref to atom? Exactly ')'
2148 * computing FIRST of what follows the rule reference in the
2570 // What index into rewrites List are we?
4557 // compute what can follow this grammar element reference
4567 // if current token is consistent with what could come after set
4644 // if next token is what we are looking for then "delete" this token
5181 // what about predicated edges coming from EOT