public class DoWhileLoop extends AbstractConditionalBlock
Constructor and Description |
---|
DoWhileLoop(BooleanExpression condition,
BlockStatement block) |
Modifier and Type | Method and Description |
---|---|
String |
generate(Context context) |
getBlock, getCondition
getType
public DoWhileLoop(BooleanExpression condition, BlockStatement block)
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.