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

Lines Matching full:recognizer

479   /// The set of fields needed by an abstract recognizer to recognize input
558 /// Did the recognizer encounter a syntax error? Track how many.
685 /// A generic recognizer that can handle recognizers generated from
907 /// recognizer tracks its own number. So parser and lexer each have
1040 /// A lexer is recognizer that draws input symbols from a character stream.
1376 /// Better to just say the recognizer had a problem and then let the parser
2010 /// a simple method to ask the recognizer to tell me what the current
2064 /// The recognizer attempts to recover from single missing
2406 property Recognizer: IBaseRecognizer read GetRecognizer write SetRecognizer;
5123 if (Recognizer.State.Backtracking > 0) then
5124 Recognizer.State.Failed := True
5573 inherited; // reset all recognizer state variables
5683 inherited; // reset all recognizer state variables