org.jboss.errai.codegen.control
Class DoWhileLoop
java.lang.Object
org.jboss.errai.codegen.AbstractStatement
org.jboss.errai.codegen.control.AbstractConditionalBlock
org.jboss.errai.codegen.control.DoWhileLoop
- All Implemented Interfaces:
- Statement
public class DoWhileLoop
- extends AbstractConditionalBlock
- Author:
- Mike Brock , Christian Sadilek
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoWhileLoop
public DoWhileLoop(BooleanExpression condition,
BlockStatement block)
generate
public String generate(Context context)
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.