Class WhileStatement

All Implemented Interfaces:
LoopingStatement

public class WhileStatement extends Statement implements LoopingStatement
Represents a while (condition) { ... } loop in Groovy
Version:
$Revision$
Author:
James Strachan