/external/antlr/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 | SimpleCWalker.tokens | 5 FUNC_HDR=8
|
D | SimpleCTP.tokens | 5 FUNC_HDR=8
|
D | SimpleCLexer.h | 25 #define FUNC_HDR 8 macro
|
D | SimpleCWalker.g | 32 : ^(FUNC_HDR type K_ID formalParameter+)
|
D | SimpleCTP.g | 32 : ^(FUNC_HDR type K_ID formalParameter+)
|
D | SimpleCWalker.h | 34 #define FUNC_HDR 8 macro
|
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 | SimpleCWalker.m | 223 @"ARG_DEF", @"BLOCK", @"FUNC_DECL", @"FUNC_DEF", @"FUNC_HDR", @"K_CHAR", 563 …rk/examples/simplecTreeParser/SimpleCWalker.g:31:1: functionHeader : ^( FUNC_HDR type K_ID ( forma… 575 …me/ObjC/Framework/examples/simplecTreeParser/SimpleCWalker.g:32:5: ( ^( FUNC_HDR type K_ID ( forma… 576 …time/ObjC/Framework/examples/simplecTreeParser/SimpleCWalker.g:32:9: ^( FUNC_HDR type K_ID ( forma… 580 [self match:input TokenType:FUNC_HDR Follow:FOLLOW_FUNC_HDR_in_functionHeader171];
|
D | SimpleCTP.m | 223 @"ARG_DEF", @"BLOCK", @"FUNC_DECL", @"FUNC_DEF", @"FUNC_HDR", @"K_CHAR", 563 …mework/examples/simplecTreeParser/SimpleCTP.g:31:1: functionHeader : ^( FUNC_HDR type K_ID ( forma… 575 …untime/ObjC/Framework/examples/simplecTreeParser/SimpleCTP.g:32:5: ( ^( FUNC_HDR type K_ID ( forma… 576 …/runtime/ObjC/Framework/examples/simplecTreeParser/SimpleCTP.g:32:9: ^( FUNC_HDR type K_ID ( forma… 580 [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 | 916 @"ARG_DEF", @"BLOCK", @"FUNC_DECL", @"FUNC_DEF", @"FUNC_HDR", @"K_CHAR", 1473 …LCURVE ( formalParameter ( K_COMMA formalParameter )* )? K_RCURVE -> ^( FUNC_HDR type K_ID ( forma… 1522 …LCURVE ( formalParameter ( K_COMMA formalParameter )* )? K_RCURVE -> ^( FUNC_HDR type K_ID ( forma… 1626 // 36:9: -> ^( FUNC_HDR type K_ID ( formalParameter )+ ) 1628 …3/runtime/ObjC/Framework/examples/simplecTreeParser/SimpleC.g:36:12: ^( FUNC_HDR type K_ID ( forma… 1632 [[treeAdaptor createTree:FUNC_HDR Text:@"FUNC_HDR"] retain]
|
D | SimpleCParser.java | 24 public static final int FUNC_HDR=6; field in SimpleCParser 564 … root_1 = (Object)adaptor.becomeRoot((Object)adaptor.create(FUNC_HDR, "FUNC_HDR"), root_1); in functionHeader()
|
/external/antlr/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/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/runtime/Python3/tests/ |
D | t047treeparser.g | 10 FUNC_HDR; 36 -> ^(FUNC_HDR type ID formalParameter+)
|
D | t047treeparserWalker.g | 30 : ^(FUNC_HDR type ID formalParameter+)
|
/external/antlr/runtime/Cpp/tests/ |
D | t047treeparser.g | 10 FUNC_HDR; 49 -> ^(FUNC_HDR type ID formalParameter+)
|
D | t047treeparserWalker.g | 36 : ^(FUNC_HDR type ID formalParameter+)
|