Home | History | Annotate | Download | only in antlr3

Lines Matching refs:recognizers

43 recognizers, and then discusses the specific <tt>ANTLR3::Stream</tt> module.
47 ANTLR recognizers need a way to walk through input data in a serialized IO-style
50 to implement backtracking and various error recovery techniques, recognizers
55 designed to be used by recognizers for a specific recognition task. Most of the
80 to recognizers in a sequential fashion. However, the stream object serializes
128 be used to restore the stream to an earlier state. This is used by recognizers
144 classes used by ANTLR recognizers.
281 recognizers, such as parsers and tree parsers for navigating through the