Home | History | Annotate | Download | only in doxygen

Lines Matching full:lexer

14 ///   : '@' (( 'parser' | 'lexer' ) '::')? SECTIONNAME '{' yourcode '}'
18 /// If the 'parser' or lexer keywords are left out of the specification, then the
19 /// ANTLR tool assumes a lexer target for a lexer grammar, a parser target for a parser
20 /// or tree parser grammar, and a parser target for a combined lexer/parser grammar. You
21 /// are advised as a matter of course to include the parser or lexer target keyword.
29 /// of a rule (lexer, parser and tree parser rules). This allows you to both declare and initialize
63 /// The <code>\@parser::header</code> or <code>\@lexer::header</code> annotations cause the code they encapsulate
74 /// @lexer::header
88 /// The <code>\@parser::includes</code> or <code>\@lexer::includes</code> annotations cause
101 /// @lexer::includes
115 /// The <code>\@parser::preincludes</code> or <code>\@lexer::preincludes</code> annotations cause
128 /// The <code>\@parser::postinclude</code> or <code>\@lexer::postinclude</code> annotations cause