Searched refs:T__10 (Results 1 - 21 of 21) sorted by relevance

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
H A DSymbolTableLexer.h24 #define T__10 10 macro
H A DSymbolTableParser.h33 #define T__10 10 macro
H A DSymbolTableLexer.m162 // $ANTLR start "T__10"
170 NSInteger _type = T__10;
192 /* $ANTLR end "T__10" */
530 // SymbolTable.g:1:8: ( T__7 | T__8 | T__9 | T__10 | T__11 | T__12 | T__13 | T__14 | ID | INT | WS ) //ruleblock
723 // SymbolTable.g:1:25: T__10 // alt
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangLexer.h21 #define T__10 10 macro
H A DLangDumpDecl.h30 #define T__10 10 macro
H A DLangParser.h30 #define T__10 10 macro
H A DLangLexer.m66 // $ANTLR start "T__10"
74 NSInteger _type = T__10;
96 /* $ANTLR end "T__10" */
341 // Lang.g:1:8: ( T__10 | INTTYPE | FLOATTYPE | ID | INT | WS ) //ruleblock
474 // Lang.g:1:10: T__10 // alt
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
H A DSimpleCLexer.h24 #define T__10 10 macro
H A DSimpleCParser.h42 #define T__10 10 macro
H A DSimpleCLexer.m165 // $ANTLR start "T__10"
173 NSInteger _type = T__10;
196 /* $ANTLR end "T__10" */
744 // SimpleC.g:1:8: ( T__7 | T__8 | T__9 | T__10 | T__11 | T__12 | T__13 | T__14 | T__15 | T__16 | T__17 | T__18 | T__19 | T__20 | ID | INT | WS ) //ruleblock
1030 // SimpleC.g:1:25: T__10 // alt
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
H A DSymbolTableLexer.h29 #define T__10 10 macro
H A DSymbolTableParser.h18 #define T__10 10 macro
H A DSymbolTableLexer.m141 return @"1:1: Tokens : ( T__7 | T__8 | T__9 | T__10 | T__11 | T__12 | T__13 | T__14 | ID | INT | WS );";
280 // $ANTLR start "T__10"
287 NSInteger _type = T__10;
308 // $ANTLR end "T__10"
611 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:1:8: ( T__7 | T__8 | T__9 | T__10 | T__11 | T__12 | T__13 | T__14 | ID | INT | WS ) //ruleblock
640 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:1:25: T__10 // alt
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugGrammarLexer.cs20 public const int T__10=10; field in class:DebugGrammarLexer
50 // $ANTLR start "T__10"
55 int _type = T__10;
71 // $ANTLR end "T__10"
457 // BuildOptions\\DebugGrammar.g3:1:10: ( T__10 | T__11 | T__12 | T__13 | T__14 | T__15 | T__16 | T__17 | ID | INT | NEWLINE | WS )
594 // BuildOptions\\DebugGrammar.g3:1:10: T__10
H A DProfileGrammarLexer.cs20 public const int T__10=10; field in class:ProfileGrammarLexer
50 // $ANTLR start "T__10"
55 int _type = T__10;
71 // $ANTLR end "T__10"
457 // BuildOptions\\ProfileGrammar.g3:1:10: ( T__10 | T__11 | T__12 | T__13 | T__14 | T__15 | T__16 | T__17 | ID | INT | NEWLINE | WS )
594 // BuildOptions\\ProfileGrammar.g3:1:10: T__10
H A DDebugTreeGrammar.cs32 public const int T__10=10; field in class:DebugTreeGrammar
H A DProfileTreeGrammar.cs32 public const int T__10=10; field in class:ProfileTreeGrammar
H A DDebugGrammarParser.cs29 public const int T__10=10; field in class:DebugGrammarParser
H A DProfileGrammarParser.cs29 public const int T__10=10; field in class:ProfileGrammarParser
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file-parser.rb81 :T__10 => 10, :CONSTANT => 4, :COMMENT => 8, :STRING => 7 )
184 if ( look_1_0 == T__10 )
258 match( T__10, TOKENS_FOLLOWING_T__10_IN_group_name_128 )
H A Dgroup-file-lexer.rb81 :T__10 => 10, :CONSTANT => 4, :COMMENT => 8, :STRING => 7 )
97 RULE_NAMES = [ "T__10", "T__11", "T__12", "T__13", "T__14", "T__15",
112 # lexer rule t__10! (T__10)
118 type = T__10
838 # at line 1:8: ( T__10 | T__11 | T__12 | T__13 | T__14 | T__15 | T__16 | T__17 | T__18 | T__19 | CONSTANT | ID | TEMPLATE | STRING | COMMENT | WS )
843 # at line 1:10: T__10
964 1:1: Tokens : ( T__10 | T__11 | T__12 | T__13 | T__14 | T__15 | T__16 | T__17 | T__18 | T__19 | CONSTANT | ID | TEMPLATE | STRING | COMMENT | WS );

Completed in 5442 milliseconds