Class CatchStatement

java.lang.Object
org.codehaus.groovy.ast.ASTNode
org.codehaus.groovy.ast.stmt.Statement
org.codehaus.groovy.ast.stmt.CatchStatement
All Implemented Interfaces:
NodeMetaDataHandler

public class CatchStatement
extends Statement
Represents a catch (Exception var) { } statement