* @param parser
* @param state
* @return The object
**/
private static final ImmutableCollection<Statement> reduce50(PositionRange range,Parser parser,ParserState state) {
ForInitializer for_init = (ForInitializer)state.reductions.tail.tail.tail.tail.tail.tail.head.o ;
Expr term = (Expr)state.reductions.tail.tail.tail.tail.head.o ;
Expr inc = (Expr)state.reductions.tail.tail.head.o ;
ImmutableCollection<Statement> statement = (ImmutableCollection<Statement>)state.reductions.head.o ;
{
return org.allspice.javacompiler.JavaGrammarUtils.createForStatement(range,for_init,term,inc,statement) ;