org.jboss.errai.ioc.rebind.ioc.codegen.control
Class ForeachLoop
java.lang.Object
org.jboss.errai.ioc.rebind.ioc.codegen.AbstractStatement
org.jboss.errai.ioc.rebind.ioc.codegen.control.ForeachLoop
- All Implemented Interfaces:
- Statement
public class ForeachLoop
- extends AbstractStatement
Foreach statement (enhanced for loop).
- Author:
- Christian Sadilek
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForeachLoop
public ForeachLoop(Variable loopVar,
String collectionExpr,
Statement body)
generate
public String generate(Context context)
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.