Lines Matching refs:all
8 All rights reserved.
106 # restores all of the state variables to their respective
178 As the base class of all ANTLR-generated recognizers, Recognizer provides
180 For all effective purposes, the class and its immediate subclasses Lexer,
251 # For example, all AST-building parsers override
253 # all rule return structures.
356 # all recognizers are initialized with a shared state object.
368 # As a result, all error tracking and error recovery
586 # all context-sensitive FOLLOW sets--the set of all tokens that
734 # FOLLOW(r) is the set of all tokens that can possibly follow
750 # The FOLLOW sets are all inclusive whereas context-sensitive
915 Lexer is the default superclass of all lexers generated by ANTLR. The class