Home | History | Annotate | Download | only in antlr3

Lines Matching full:recognizer

400     """All debugging events that a recognizer can trigger.
588 """Indicates the recognizer is about to consume tokens to resynchronize
596 """Indicates that the recognizer has finished consuming tokens in order
598 before the recognizer comes out of errorRecovery mode (in which
842 def __init__(self, recognizer, adaptor=None, port=None,
846 self.grammarFileName = recognizer.getGrammarFileName()
848 # Almost certainly the recognizer will have adaptor set, but