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 List<Java.CatchClause>Java.TryStatement. catchClausesThe 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 voidUnitCompiler. buildLocalVariableMap(Java.CatchClause catchClause, Map<String,Java.LocalVariable> localVars)Adds the givenlocalVarsto 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, List<Java.CatchClause> catchClauses, Java.Block optionalFinally)
-