Class DoWhileStatement

java.lang.Object
org.codehaus.groovy.ast.ASTNode
org.codehaus.groovy.ast.stmt.Statement
org.codehaus.groovy.ast.stmt.DoWhileStatement
All Implemented Interfaces:
NodeMetaDataHandler, LoopingStatement

public class DoWhileStatement
extends Statement
implements LoopingStatement
Represents a do { ... } while (condition) loop in Groovy