Class WhileStatement

All Implemented Interfaces:
NodeMetaDataHandler, LoopingStatement

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