Package | Description |
---|---|
org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM compiler.
|
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,
Java.Block optionalFinally) |
Copyright © 2001–2016. All rights reserved.