public static class Java.CatchClause extends Java.Located implements Java.Scope
Modifier and Type | Field and Description |
---|---|
Java.Block |
body |
Java.FunctionDeclarator.FormalParameter |
caughtException |
NOWHERE
Constructor and Description |
---|
Java.CatchClause(Location location,
Java.FunctionDeclarator.FormalParameter caughtException,
Java.Block body) |
Modifier and Type | Method and Description |
---|---|
Java.Scope |
getEnclosingScope() |
void |
setEnclosingTryStatement(Java.TryStatement enclosingTryStatement) |
getLocation, throwCompileException
public final Java.FunctionDeclarator.FormalParameter caughtException
public final Java.Block body
public Java.CatchClause(Location location, Java.FunctionDeclarator.FormalParameter caughtException, Java.Block body)
public void setEnclosingTryStatement(Java.TryStatement enclosingTryStatement)
public Java.Scope getEnclosingScope()
getEnclosingScope
in interface Java.Scope
Copyright © 2001–2013. All rights reserved.