Home | History | Annotate | Download | only in tool

Lines Matching full:recognizer

894 * Added syntaxError recognizer state var so you can easily tell if
895 a recognizer failed. Added getNumberOfSyntaxErrors() to recognizers.
902 * Added recognizer methods to answer questions about current mismatched
1225 Shares all recognizer state variables including lexer even though
1282 recognizer for A must have delegation pointers to BParser
1338 Tweak to deal with shared recognizer state.
2493 correct as only OO languages will want the DFA in the recognizer.
2560 * Added grammar parameter to recognizer templates so they can access
2869 * Added getBacktrackingLevel() for any recognizer; needed for profiler.