Class IfStatement


public class IfStatement extends Statement
Represents an if (condition) { ... } else { ... } statement in Groovy
Version:
$Revision$
Author:
James Strachan