Class WhileStatement

All Implemented Interfaces:
LoopingStatement

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