Home | History | Annotate | Download | only in simplecTreeParser

Lines Matching refs:forStat

821  * SimpleCTP.g:50:1: stat : ( forStat | expr | block );
829 // SimpleCTP.g:50:5: ( forStat | expr | block ) //ruleblock
863 // SimpleCTP.g:50:7: forStat // alt
867 [self forStat];
920 * $ANTLR start forStat
921 * SimpleCTP.g:55:1: forStat : ^( K_FOR expr expr expr block ) ;
923 - (void) forStat
986 /* $ANTLR end forStat */