/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | output | 1 …ree=(VAR_DEF char c) (VAR_DEF int x) (FUNC_DECL (FUNC_HDR void bar (ARG_DEF int x))) (FUNC_DEF (FU…
|
D | SimpleC.g | 10 FUNC_HDR; 36 -> ^(FUNC_HDR type K_ID formalParameter+)
|
D | SimpleC.tokens | 5 FUNC_HDR=8
|
D | SimpleCTP.tokens | 5 FUNC_HDR=8
|
D | SimpleCLexer.h | 25 #define FUNC_HDR 8 macro
|
D | SimpleCTP.g | 32 : ^(FUNC_HDR type K_ID formalParameter+)
|
D | SimpleCTP.h | 34 #define FUNC_HDR 8 macro
|
D | SimpleCTP.java | 21 public static final int FUNC_HDR=6; field in SimpleCTP 270 match(input,FUNC_HDR,FOLLOW_FUNC_HDR_in_functionHeader158); in functionHeader()
|
D | SimpleCTP.m | 232 @"ARG_DEF", @"BLOCK", @"FUNC_DECL", @"FUNC_DEF", @"FUNC_HDR", @"K_CHAR", 545 * SimpleCTP.g:31:1: functionHeader : ^( FUNC_HDR type K_ID ( formalParameter )+ ) ; 553 // SimpleCTP.g:32:5: ( ^( FUNC_HDR type K_ID ( formalParameter )+ ) ) // ruleBlockSingleAlt 554 // SimpleCTP.g:32:9: ^( FUNC_HDR type K_ID ( formalParameter )+ ) // alt 556 [self match:input TokenType:FUNC_HDR Follow:FOLLOW_FUNC_HDR_in_functionHeader171];
|
D | SimpleCParser.h | 43 #define FUNC_HDR 8 macro
|
D | SimpleCLexer.java | 18 public static final int FUNC_HDR=6; field in SimpleCLexer
|
D | SimpleCParser.m | 913 @"ARG_DEF", @"BLOCK", @"FUNC_DECL", @"FUNC_DEF", @"FUNC_HDR", @"K_CHAR", 1467 …LCURVE ( formalParameter ( K_COMMA formalParameter )* )? K_RCURVE -> ^( FUNC_HDR type K_ID ( forma… 1516 …LCURVE ( formalParameter ( K_COMMA formalParameter )* )? K_RCURVE -> ^( FUNC_HDR type K_ID ( forma… 1616 // 36:9: -> ^( FUNC_HDR type K_ID ( formalParameter )+ ) 1618 // SimpleC.g:36:12: ^( FUNC_HDR type K_ID ( formalParameter )+ ) 1622 [treeAdaptor createTree:FUNC_HDR Text:@"FUNC_HDR"]
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t047treeparser.g | 10 FUNC_HDR; 36 -> ^(FUNC_HDR type ID formalParameter+)
|
D | t047treeparserWalker.g | 30 : ^(FUNC_HDR type ID formalParameter+)
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | t047treeparser.g | 10 FUNC_HDR; 36 -> ^(FUNC_HDR type ID formalParameter+)
|
D | t047treeparserWalker.g | 31 : ^(FUNC_HDR type ID formalParameter+)
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
D | SimpleCTP.tokens | 11 FUNC_HDR=6
|
D | SimpleC.tokens | 11 FUNC_HDR=6
|
D | SimpleCLexer.h | 35 #define FUNC_HDR 6 macro
|
D | SimpleCTP.h | 23 #define FUNC_HDR 6 macro
|
D | SimpleCTP.java | 21 public static final int FUNC_HDR=6; field in SimpleCTP 270 match(input,FUNC_HDR,FOLLOW_FUNC_HDR_in_functionHeader158); in functionHeader()
|
D | SimpleCParser.h | 31 #define FUNC_HDR 6 macro
|
D | SimpleCTP.m | 237 @"VAR_DEF", @"ARG_DEF", @"FUNC_HDR", @"FUNC_DECL", @"FUNC_DEF", @"BLOCK", 495 …mework/examples/simplecTreeParser/SimpleCTP.g:31:1: functionHeader : ^( FUNC_HDR type K_ID ( forma… 502 …2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:32:5: ( ^( FUNC_HDR type K_ID ( forma… 503 …jC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:32:9: ^( FUNC_HDR type K_ID ( forma… 505 …[self match:input TokenType:FUNC_HDR Follow:FOLLOW_FUNC_HDR_in_functionHeader171]; /* element() …
|
D | SimpleCLexer.java | 18 public static final int FUNC_HDR=6; field in SimpleCLexer
|
D | SimpleCParser.m | 803 @"VAR_DEF", @"ARG_DEF", @"FUNC_HDR", @"FUNC_DECL", @"FUNC_DEF", @"BLOCK", 1296 …: type K_ID '(' ( formalParameter ( ',' formalParameter )* )? ')' -> ^( FUNC_HDR type K_ID ( forma… 1343 …( type K_ID '(' ( formalParameter ( ',' formalParameter )* )? ')' -> ^( FUNC_HDR type K_ID ( forma… 1435 // 36:9: -> ^( FUNC_HDR type K_ID ( formalParameter )+ ) 1437 …bjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:36:12: ^( FUNC_HDR type K_ID ( forma… 1440 …treeAdaptor createTree:(NSInteger)FUNC_HDR Text:[[ANTLRBaseRecognizer getTokenNames] objectAtIndex…
|