Class IfStatement


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