/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | t047treeparser.g | 12 FUNC_DEF; 23 | functionHeader block -> ^(FUNC_DEF functionHeader block)
|
D | t047treeparserWalker.g | 16 | ^(FUNC_DEF functionHeader block)
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t047treeparser.g | 12 FUNC_DEF; 23 | functionHeader block -> ^(FUNC_DEF functionHeader block)
|
D | t047treeparserWalker.g | 15 | ^(FUNC_DEF functionHeader block)
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | SimpleC.g | 12 FUNC_DEF; 23 | functionHeader block -> ^(FUNC_DEF functionHeader block)
|
D | SimpleCTP.tokens | 4 FUNC_DEF=7
|
D | SimpleC.tokens | 4 FUNC_DEF=7
|
D | SimpleCTP.java | 23 public static final int FUNC_DEF=8; field in SimpleCTP 69 if ( (LA1_0==VAR_DEF||(LA1_0>=FUNC_DECL && LA1_0<=FUNC_DEF)) ) { in program() 128 case FUNC_DEF: in declaration() 171 match(input,FUNC_DEF,FOLLOW_FUNC_DEF_in_declaration88); in declaration()
|
D | output | 1 tree=(VAR_DEF char c) (VAR_DEF int x) (FUNC_DECL (FUNC_HDR void bar (ARG_DEF int x))) (FUNC_DEF (FU…
|
D | SimpleCLexer.h | 24 #define FUNC_DEF 7 macro
|
D | SimpleCTP.g | 20 | ^(FUNC_DEF functionHeader block)
|
D | SimpleCTP.h | 33 #define FUNC_DEF 7 macro
|
D | SimpleCTP.m | 232 @"ARG_DEF", @"BLOCK", @"FUNC_DECL", @"FUNC_DEF", @"FUNC_HDR", @"K_CHAR", 292 if ( ((LA1_0 >= FUNC_DECL && LA1_0 <= FUNC_DEF)||LA1_0==VAR_DEF) ) { 344 …* SimpleCTP.g:17:1: declaration : ( variable | ^( FUNC_DECL functionHeader ) | ^( FUNC_DEF functio… 352 …// SimpleCTP.g:18:5: ( variable | ^( FUNC_DECL functionHeader ) | ^( FUNC_DEF functionHeader block… 366 case FUNC_DEF: ; 413 // SimpleCTP.g:20:9: ^( FUNC_DEF functionHeader block ) // alt 415 [self match:input TokenType:FUNC_DEF Follow:FOLLOW_FUNC_DEF_in_declaration101];
|
D | SimpleCParser.h | 42 #define FUNC_DEF 7 macro
|
D | SimpleCLexer.java | 20 public static final int FUNC_DEF=8; field in SimpleCLexer
|
D | SimpleCParser.m | 104 …SEMICOLON -> ^( FUNC_DECL functionHeader ) | functionHeader block -> ^( FUNC_DEF functionHeader bl… 913 @"ARG_DEF", @"BLOCK", @"FUNC_DECL", @"FUNC_DEF", @"FUNC_HDR", @"K_CHAR", 1069 …SEMICOLON -> ^( FUNC_DECL functionHeader ) | functionHeader block -> ^( FUNC_DEF functionHeader bl… 1105 …SEMICOLON -> ^( FUNC_DECL functionHeader ) | functionHeader block -> ^( FUNC_DEF functionHeader bl… 1216 // 23:30: -> ^( FUNC_DEF functionHeader block ) 1218 // SimpleC.g:23:33: ^( FUNC_DEF functionHeader block ) 1222 [treeAdaptor createTree:FUNC_DEF Text:@"FUNC_DEF"]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
D | SimpleC.tokens | 12 FUNC_DEF=8
|
D | SimpleCTP.tokens | 12 FUNC_DEF=8
|
D | SimpleCTP.java | 23 public static final int FUNC_DEF=8; field in SimpleCTP 69 if ( (LA1_0==VAR_DEF||(LA1_0>=FUNC_DECL && LA1_0<=FUNC_DEF)) ) { in program() 128 case FUNC_DEF: in declaration() 171 match(input,FUNC_DEF,FOLLOW_FUNC_DEF_in_declaration88); in declaration()
|
D | SimpleCLexer.h | 36 #define FUNC_DEF 8 macro
|
D | SimpleCTP.h | 24 #define FUNC_DEF 8 macro
|
D | SimpleCTP.m | 237 @"VAR_DEF", @"ARG_DEF", @"FUNC_HDR", @"FUNC_DECL", @"FUNC_DEF", @"BLOCK", 288 if ( (LA1_0==VAR_DEF||(LA1_0>=FUNC_DECL && LA1_0<=FUNC_DEF)) ) { 332 …P.g:17:1: declaration : ( variable | ^( FUNC_DECL functionHeader ) | ^( FUNC_DEF functionHeader bl… 339 …arser/SimpleCTP.g:18:5: ( variable | ^( FUNC_DECL functionHeader ) | ^( FUNC_DEF functionHeader bl… 352 case FUNC_DEF: ; 392 …jC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:20:9: ^( FUNC_DEF functionHeader bl… 394 … [self match:input TokenType:FUNC_DEF Follow:FOLLOW_FUNC_DEF_in_declaration101]; /* element() */
|
D | SimpleCParser.h | 32 #define FUNC_DEF 8 macro
|
D | SimpleCLexer.java | 20 public static final int FUNC_DEF=8; field in SimpleCLexer
|
D | SimpleCParser.m | 128 …eader ';' -> ^( FUNC_DECL functionHeader ) | functionHeader block -> ^( FUNC_DEF functionHeader bl… 803 @"VAR_DEF", @"ARG_DEF", @"FUNC_HDR", @"FUNC_DECL", @"FUNC_DEF", @"BLOCK", 940 …eader ';' -> ^( FUNC_DECL functionHeader ) | functionHeader block -> ^( FUNC_DEF functionHeader bl… 974 …eader ';' -> ^( FUNC_DECL functionHeader ) | functionHeader block -> ^( FUNC_DEF functionHeader bl… 1079 // 23:30: -> ^( FUNC_DEF functionHeader block ) 1081 …bjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:23:33: ^( FUNC_DEF functionHeader bl… 1084 …treeAdaptor createTree:(NSInteger)FUNC_DEF Text:[[ANTLRBaseRecognizer getTokenNames] objectAtIndex…
|