Home
last modified time | relevance | path

Searched refs:K_RCURLY (Results 1 – 9 of 9) sorted by relevance

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleC.g54 K_RCURLY
111 K_RCURLY : '}';
DSimpleC.tokens18 K_RCURLY=21
DSimpleCTP.tokens18 K_RCURLY=21
DSimpleCLexer.h38 #define K_RCURLY 21 macro
DSimpleCTP.h47 #define K_RCURLY 21 macro
DSimpleCLexer.m632 // $ANTLR start "K_RCURLY"
640 NSInteger _type = K_RCURLY;
662 /* $ANTLR end "K_RCURLY" */
736 …VE | K_PLUS | K_COMMA | K_SEMICOLON | K_LT | K_EQ | K_EQEQ | K_LCURLY | K_RCURLY | WS ) //ruleblock
1130 // SimpleC.g:1:123: K_RCURLY // alt
DSimpleCParser.h56 #define K_RCURLY 21 macro
DSimpleCParser.m915 @"K_LCURLY", @"K_LCURVE", @"K_LT", @"K_PLUS", @"K_RCURLY", @"K_RCURVE",
1881 …* SimpleC.g:50:1: block : lc= K_LCURLY ( variable )* ( stat )* K_RCURLY -> ^( BLOCK[$lc,@\"BLOCK\"…
1911 description:@"token K_RCURLY"] retain];
1918 …// SimpleC.g:51:5: (lc= K_LCURLY ( variable )* ( stat )* K_RCURLY -> ^( BLOCK[$lc,@\"BLOCK\"] ( va…
1919 // SimpleC.g:51:9: lc= K_LCURLY ( variable )* ( stat )* K_RCURLY // alt
1995 …K_RCURLY23=(ANTLRCommonToken *)[self match:input TokenType:K_RCURLY Follow:FOLLOW_K_RCURLY_in_bloc…
DSimpleCTP.m234 @"K_LCURLY", @"K_LCURVE", @"K_LT", @"K_PLUS", @"K_RCURLY", @"K_RCURVE",