Searched refs:K_SEMICOLON (Results 1 - 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCLexer.h40 #define K_SEMICOLON 23 macro
H A DSimpleCTP.h49 #define K_SEMICOLON 23 macro
H A DSimpleCParser.h58 #define K_SEMICOLON 23 macro
H A DSimpleCParser.m104 return @"20:1: declaration : ( variable | functionHeader K_SEMICOLON -> ^( FUNC_DECL functionHeader ) | functionHeader block -> ^( FUNC_DEF functionHeader block ) );";
916 @"K_SEMICOLON", @"K_VOID", @"VAR_DEF", @"WS", nil] retain]];
1069 * SimpleC.g:20:1: declaration : ( variable | functionHeader K_SEMICOLON -> ^( FUNC_DECL functionHeader ) | functionHeader block -> ^( FUNC_DEF functionHeader block ) );
1098 description:@"token K_SEMICOLON"] retain];
1105 // SimpleC.g:21:5: ( variable | functionHeader K_SEMICOLON -> ^( FUNC_DECL functionHeader ) | functionHeader block -> ^( FUNC_DEF functionHeader block ) ) //ruleblock
1128 // SimpleC.g:22:9: functionHeader K_SEMICOLON // alt
1139 K_SEMICOLON4=(ANTLRCommonToken *)[self match:input TokenType:K_SEMICOLON Follow:FOLLOW_K_SEMICOLON_in_declaration117];
1274 * SimpleC.g:26:1: variable : type declarator K_SEMICOLON -> ^( VAR_DEF type declarator ) ;
1299 description:@"token K_SEMICOLON"] retain];
1306 // SimpleC.g:27:5: ( type declarator K_SEMICOLON
[all...]
H A DSimpleCLexer.m471 // $ANTLR start "K_SEMICOLON"
479 NSInteger _type = K_SEMICOLON;
501 /* $ANTLR end "K_SEMICOLON" */
736 // SimpleC.g:1:8: ( K_FOR | K_CHAR | K_INT_TYPE | K_VOID | K_ID | K_INT | K_LCURVE | K_RCURVE | K_PLUS | K_COMMA | K_SEMICOLON | K_LT | K_EQ | K_EQEQ | K_LCURLY | K_RCURLY | WS ) //ruleblock
1085 // SimpleC.g:1:85: K_SEMICOLON // alt

Completed in 6286 milliseconds