org.codehaus.janino
Class Java.CatchClause
java.lang.Object
org.codehaus.janino.Java.Located
org.codehaus.janino.Java.CatchClause
- All Implemented Interfaces:
- Java.Locatable, Java.Scope
- Enclosing class:
- Java
public static class Java.CatchClause
- extends Java.Located
- implements Java.Scope
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
caughtException
public final Java.FunctionDeclarator.FormalParameter caughtException
body
public final Java.Block body
Java.CatchClause
public Java.CatchClause(Location location,
Java.FunctionDeclarator.FormalParameter caughtException,
Java.Block body)
setEnclosingTryStatement
public void setEnclosingTryStatement(Java.TryStatement enclosingTryStatement)
getEnclosingScope
public Java.Scope getEnclosingScope()
- Specified by:
getEnclosingScope
in interface Java.Scope