org.codehaus.groovy.ast.stmt
Class CatchStatement
java.lang.Object
org.codehaus.groovy.ast.ASTNode
org.codehaus.groovy.ast.stmt.Statement
org.codehaus.groovy.ast.stmt.CatchStatement
- public class CatchStatement
- extends Statement
Represents a catch (Exception var) { } statement
- Version:
- $Revision: 1.1 $
- Author:
- James Strachan
Fields inherited from class org.codehaus.groovy.ast.stmt.Statement |
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
exceptionType
private java.lang.String exceptionType
variable
private java.lang.String variable
code
private Statement code
CatchStatement
public CatchStatement(java.lang.String exceptionType,
java.lang.String variable,
Statement code)
visit
public void visit(GroovyCodeVisitor visitor)
- Overrides:
visit
in class ASTNode
getCode
public Statement getCode()
getExceptionType
public java.lang.String getExceptionType()
getVariable
public java.lang.String getVariable()
Copyright © 2003-2005 The Codehaus. All Rights Reserved.