new ArrayList<stmt>());
}
java.util.List<stmt> bod = new ArrayList<stmt>();
bod.add(n);
if (i != 0) {
n = new For(comp, comp.getInternalTarget(), comp.getInternalIter(), bod,
new ArrayList<stmt>());
} else {
n = new For(comp, comp.getInternalTarget(), new Name(node, bound_exp,
expr_contextType.Load), bod, new ArrayList<stmt>());
iter = comp.getInternalIter();
}
}