Searched refs:VAR_DEF (Results 1 - 17 of 17) sorted by relevance

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCLexer.h42 #define VAR_DEF 25 macro
H A DSimpleCTP.h51 #define VAR_DEF 25 macro
H A DSimpleCTP.java10 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
34 public static final int VAR_DEF=4; field in class:SimpleCTP
69 if ( (LA1_0==VAR_DEF||(LA1_0>=FUNC_DECL && LA1_0<=FUNC_DEF)) ) {
118 case VAR_DEF:
204 // SimpleCTP.g:18:1: variable : ^( VAR_DEF type declarator ) ;
207 // SimpleCTP.g:19:5: ( ^( VAR_DEF type declarator ) )
208 // SimpleCTP.g:19:9: ^( VAR_DEF type declarator )
210 match(input,VAR_DEF,FOLLOW_VAR_DEF_in_variable113);
415 if ( (LA4_0==VAR_DEF) ) {
H A DSimpleCTP.m235 @"K_SEMICOLON", @"K_VOID", @"VAR_DEF", @"WS", nil] retain]];
292 if ( ((LA1_0 >= FUNC_DECL && LA1_0 <= FUNC_DEF)||LA1_0==VAR_DEF) ) {
356 case VAR_DEF: ;
459 * SimpleCTP.g:23:1: variable : ^( VAR_DEF type declarator ) ;
467 // SimpleCTP.g:24:5: ( ^( VAR_DEF type declarator ) ) // ruleBlockSingleAlt
468 // SimpleCTP.g:24:9: ^( VAR_DEF type declarator ) // alt
470 [self match:input TokenType:VAR_DEF Follow:FOLLOW_VAR_DEF_in_variable126];
740 if ( (LA4_0==VAR_DEF) ) {
H A DSimpleCLexer.java31 public static final int VAR_DEF=4; field in class:SimpleCLexer
H A DSimpleCParser.h60 #define VAR_DEF 25 macro
H A DSimpleCParser.java13 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
37 public static final int VAR_DEF=4; field in class:SimpleCParser
304 // SimpleC.g:26:1: variable : type declarator ';' -> ^( VAR_DEF type declarator ) ;
322 // SimpleC.g:27:5: ( type declarator ';' -> ^( VAR_DEF type declarator ) )
353 // 27:29: -> ^( VAR_DEF type declarator )
355 // SimpleC.g:27:32: ^( VAR_DEF type declarator )
358 root_1 = (Object)adaptor.becomeRoot((Object)adaptor.create(VAR_DEF, "VAR_DEF"), root_1);
H A DSimpleCParser.m916 @"K_SEMICOLON", @"K_VOID", @"VAR_DEF", @"WS", nil] retain]];
1274 * SimpleC.g:26:1: variable : type declarator K_SEMICOLON -> ^( VAR_DEF type declarator ) ;
1306 // SimpleC.g:27:5: ( type declarator K_SEMICOLON -> ^( VAR_DEF type declarator ) ) // ruleBlockSingleAlt
1346 // 27:37: -> ^( VAR_DEF type declarator )
1348 // SimpleC.g:27:40: ^( VAR_DEF type declarator )
1352 [treeAdaptor createTree:VAR_DEF Text:@"VAR_DEF"]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCLexer.h47 #define VAR_DEF 4 macro
H A DSimpleCTP.h35 #define VAR_DEF 4 macro
H A DSimpleCTP.java10 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
34 public static final int VAR_DEF=4; field in class:SimpleCTP
69 if ( (LA1_0==VAR_DEF||(LA1_0>=FUNC_DECL && LA1_0<=FUNC_DEF)) ) {
118 case VAR_DEF:
204 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:18:1: variable : ^( VAR_DEF type declarator ) ;
207 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:19:5: ( ^( VAR_DEF type declarator ) )
208 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:19:9: ^( VAR_DEF type declarator )
210 match(input,VAR_DEF,FOLLOW_VAR_DEF_in_variable113);
415 if ( (LA4_0==VAR_DEF) ) {
H A DSimpleCTP.m237 @"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)) ) {
342 case VAR_DEF: ;
427 * /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:23:1: variable : ^( VAR_DEF type declarator ) ;
434 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:24:5: ( ^( VAR_DEF type declarator ) ) // ruleBlockSingleAlt
435 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:24:9: ^( VAR_DEF type declarator ) // alt
437 [self match:input TokenType:VAR_DEF Follow:FOLLOW_VAR_DEF_in_variable126]; /* element() */
657 if ( (LA4_0==VAR_DEF) ) {
H A DSimpleCLexer.java31 public static final int VAR_DEF=4; field in class:SimpleCLexer
H A DSimpleCParser.h43 #define VAR_DEF 4 macro
H A DSimpleCParser.java13 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
37 public static final int VAR_DEF=4; field in class:SimpleCParser
304 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:26:1: variable : type declarator ';' -> ^( VAR_DEF type declarator ) ;
322 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:27:5: ( type declarator ';' -> ^( VAR_DEF type declarator ) )
353 // 27:29: -> ^( VAR_DEF type declarator )
355 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:27:32: ^( VAR_DEF type declarator )
358 root_1 = (Object)adaptor.becomeRoot((Object)adaptor.create(VAR_DEF, "VAR_DEF"), root_1);
H A DSimpleCParser.m803 @"VAR_DEF", @"ARG_DEF", @"FUNC_HDR", @"FUNC_DECL", @"FUNC_DEF", @"BLOCK",
1127 * /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:26:1: variable : type declarator ';' -> ^( VAR_DEF type declarator ) ;
1157 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:27:5: ( type declarator ';' -> ^( VAR_DEF type declarator ) ) // ruleBlockSingleAlt
1195 // 27:29: -> ^( VAR_DEF type declarator )
1197 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:27:32: ^( VAR_DEF type declarator )
1200 root_1 = (ANTLRCommonTree *)[treeAdaptor becomeRoot:[[treeAdaptor createTree:(NSInteger)VAR_DEF Text:[[ANTLRBaseRecognizer getTokenNames] objectAtIndex:(NSUInteger)VAR_DEF]] retain]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/tree-parser/
H A Dbasic.rb473 VAR_DEF;
492 : type declarator ';' -> ^(VAR_DEF type declarator)
613 : ^(VAR_DEF type declarator)
686 (VAR_DEF char c)
687 (VAR_DEF int x)
692 (VAR_DEF int i)

Completed in 1211 milliseconds