| Package | Description |
|---|---|
| org.codehaus.janino |
The core of the Janino JavaTM compiler.
|
| org.codehaus.janino.util |
Application-independent helper classes.
|
| Modifier and Type | Field and Description |
|---|---|
List<Java.CatchClause> |
Java.TryStatement.catchClauses
The list of catch clauses (including the "default" clause) of the TRY statement.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
UnitCompiler.buildLocalVariableMap(Java.CatchClause catchClause,
Map<String,Java.LocalVariable> localVars)
Adds the given localVars to the 'local variable map' of the given catchClause.
|
| Constructor and Description |
|---|
TryStatement(Location location,
Java.BlockStatement body,
List<Java.CatchClause> catchClauses)
A TRY statement with no resources and no FINALLY clause.
|
TryStatement(Location location,
List<Java.TryStatement.Resource> resources,
Java.BlockStatement body,
List<Java.CatchClause> catchClauses)
A TRY statement without a FINALLY clause.
|
TryStatement(Location location,
List<Java.TryStatement.Resource> resources,
Java.BlockStatement body,
List<Java.CatchClause> catchClauses,
Java.Block finallY) |
| Modifier and Type | Method and Description |
|---|---|
Java.CatchClause |
DeepCopier.copyCatchClause(Java.CatchClause subject) |
| Modifier and Type | Method and Description |
|---|---|
List<Java.CatchClause> |
DeepCopier.copyCatchClauses(Collection<? extends Java.CatchClause> subject) |
| Modifier and Type | Method and Description |
|---|---|
Java.CatchClause |
DeepCopier.copyCatchClause(Java.CatchClause subject) |
| Modifier and Type | Method and Description |
|---|---|
List<Java.CatchClause> |
DeepCopier.copyCatchClauses(Collection<? extends Java.CatchClause> subject) |
Copyright © 2019. All rights reserved.