Package | Description |
---|---|
org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM compiler.
|
org.codehaus.janino.util |
Application-independent helper classes.
|
Modifier and Type | Field and Description |
---|---|
private Java.TryStatement |
Java.CatchClause.enclosingTryStatement
Link to the enclosing TRY statement.
|
Modifier and Type | Method and Description |
---|---|
private void |
UnitCompiler.buildLocalVariableMap(Java.TryStatement ts,
java.util.Map<java.lang.String,Java.LocalVariable> localVars) |
private boolean |
UnitCompiler.compile2(Java.TryStatement ts) |
private void |
UnitCompiler.leave2(Java.TryStatement ts,
IClass optionalStackValueType) |
void |
Java.CatchClause.setEnclosingTryStatement(Java.TryStatement enclosingTryStatement)
Links this CATCH clause to the enclosing TRY statement.
|
void |
Visitor.BlockStatementVisitor.visitTryStatement(Java.TryStatement ts)
Invoked by
accept(Visitor.BlockStatementVisitor) |
void |
UnparseVisitor.visitTryStatement(Java.TryStatement ts) |
Modifier and Type | Method and Description |
---|---|
void |
Traverser.traverseTryStatement(Java.TryStatement ts) |