org.jboss.errai.codegen.control
Class ForeachLoop
java.lang.Object
org.jboss.errai.codegen.AbstractStatement
org.jboss.errai.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 © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.