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

Lines Matching refs:MUST

11 1. Redistributions of source code MUST RETAIN the above copyright
13 2. Redistributions in binary form MUST REPRODUCE the above copyright
109 /// this routine must unroll them like a stack. Assumes the state the
135 /// This must throw away resources for all markers back to the marker
152 /// For char streams, seeking forward must update the stream state such
263 /// This must be valid in order to use the ANTLRWorks debugger.
276 /// A source of tokens must provide a sequence of tokens via NextToken()
277 /// and also must reveal it's source of characters; CommonToken's text is
350 /// in it, we must provide a means for two token objects themselves to
448 /// <param name="bit">element that must fit in set
583 // LEXER FIELDS (must be in same state object to avoid casting
705 /// <summary>Reset the parser's state. Subclasses must rewind the input stream.</summary>
742 /// To get out of recovery mode, the parser must successfully Match
1190 /// Rules that return more than a single value must return an object
2078 /// If you change what tokens must be created by the lexer,
4610 // uh oh, another error at same token index; must be a case
4668 // even that didn't work; must throw the exception
5171 // must check EOT, which is like the else clause.
5209 // not in range and not EOF/EOT, must be invalid symbol