|
Web Site | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.janino.Java.Located
org.codehaus.janino.Java.CatchClause
public static class Java.CatchClause
| Field Summary | |
|---|---|
Java.Block |
body
|
Java.FunctionDeclarator.FormalParameter |
caughtException
|
| Constructor Summary | |
|---|---|
Java.CatchClause(Location location,
Java.FunctionDeclarator.FormalParameter caughtException,
Java.Block body)
|
|
| Method Summary | |
|---|---|
Java.Scope |
getEnclosingScope()
|
void |
setEnclosingTryStatement(Java.TryStatement enclosingTryStatement)
|
| Methods inherited from class org.codehaus.janino.Java.Located |
|---|
getLocation, throwParseException |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final Java.FunctionDeclarator.FormalParameter caughtException
public final Java.Block body
| Constructor Detail |
|---|
public Java.CatchClause(Location location,
Java.FunctionDeclarator.FormalParameter caughtException,
Java.Block body)
| Method Detail |
|---|
public void setEnclosingTryStatement(Java.TryStatement enclosingTryStatement)
public Java.Scope getEnclosingScope()
getEnclosingScope in interface Java.Scope
|
Web Site | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||