Class WhileStatement

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

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