Uses of Class
org.codehaus.janino.Java.CatchClause
-
Packages that use Java.CatchClause Package Description org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. -
-
Uses of Java.CatchClause in org.codehaus.janino
Fields in org.codehaus.janino with type parameters of type Java.CatchClause Modifier and Type Field Description java.util.List<Java.CatchClause>
Java.TryStatement. catchClauses
The list of catch clauses (including the 'default' clause) of the TRY statement.Methods in org.codehaus.janino with parameters of type Java.CatchClause Modifier and Type Method Description protected void
UnitCompiler. buildLocalVariableMap(Java.CatchClause catchClause, java.util.Map<java.lang.String,Java.LocalVariable> localVars)
Adds the givenlocalVars
to the 'local variable map' of the givencatchClause
.Constructor parameters in org.codehaus.janino with type arguments of type Java.CatchClause Constructor Description TryStatement(Location location, Java.BlockStatement body, java.util.List<Java.CatchClause> catchClauses, Java.Block optionalFinally)
-