Home | History | Annotate | Download | only in antlr3

Lines Matching refs:As

22 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
96 # ^-- same as this --v
133 attribute declarations from the ANTLR grammar as parameters, and overrides
155 # If no defaults, leave the initialize method the same as
178 As the base class of all ANTLR-generated recognizers, Recognizer provides
249 # used as a hook to add additional default members
368 # As a result, all error tracking and error recovery
679 # tokens. For literals such as '{' and ',', the default
736 # runtime, however, we know precisely which context applies as
766 # as you can see by looking at the derivation of this specific
922 that encapsulate a piece of text, a type label (such as ID or INTEGER), and the
925 of tokens. Sometimes lexers are enough to carry out a goal on their own, such as
942 each lexer rule as a method of the same name. The subclass will also provide an
1239 within the grammar, such as "class_definition" or "xml_node", from the parser.
1249 for each parser rule defined in the ANTLR grammar, as well as any other
1333 | to a ANTLR3::TokenStream object as #{ self.class }
1341 | #{ self.class } requires a token stream as input, but