Uses of Class
org.codehaus.janino.Java.TryStatement
-
Packages that use Java.TryStatement Package Description org.codehaus.janino The core of the Janino Java compiler.org.codehaus.janino.util Application-independent helper classes. -
-
Uses of Java.TryStatement in org.codehaus.janino
Fields in org.codehaus.janino declared as Java.TryStatement Modifier and Type Field Description private Java.TryStatementJava.CatchClause. enclosingTryStatementLink to the enclosing TRY statement.Methods in org.codehaus.janino with parameters of type Java.TryStatement Modifier and Type Method Description private voidUnitCompiler. buildLocalVariableMap(Java.TryStatement ts, java.util.Map<java.lang.String,Java.LocalVariable> localVars)private booleanUnitCompiler. compile2(Java.TryStatement ts)private booleanUnitCompiler. compileTryCatch(Java.TryStatement tryStatement, UnitCompiler.Compilable2 compileBody, CodeContext.Offset beginningOfBody, CodeContext.Offset afterStatement)Generates code for a TRY statement without resources and without a FINALLY clause.private booleanUnitCompiler. compileTryCatchFinally(Java.TryStatement ts, UnitCompiler.Compilable2 compileBody, Java.BlockStatement finallY)Generates code for a TRY statement without resources, but with an (optional) FINALLY clause.private booleanUnitCompiler. compileTryCatchFinallyWithResources(Java.TryStatement ts, java.util.List<Java.TryStatement.Resource> resources, UnitCompiler.Compilable2 compileBody, Java.Block finallY)Generates code for a TRY statement with (possibly zero) resources and an (optional) FINALLY clause.private voidUnitCompiler. leave2(Java.TryStatement ts)voidJava.CatchClause. setEnclosingTryStatement(Java.TryStatement enclosingTryStatement)Links this CATCH clause to the enclosing TRY statement.voidJava.TryStatement.LocalVariableDeclaratorResource. setEnclosingTryStatement(Java.TryStatement ts)abstract voidJava.TryStatement.Resource. setEnclosingTryStatement(Java.TryStatement tryStatement)Sets the enclosing scope for this object and all subordinateJava.TryStatement.Resourceobjects.voidJava.TryStatement.VariableAccessResource. setEnclosingTryStatement(Java.TryStatement ts)RVisitor.BlockStatementVisitor. visitTryStatement(Java.TryStatement ts)Invoked byaccept(Visitor.BlockStatementVisitor) -
Uses of Java.TryStatement in org.codehaus.janino.util
Methods in org.codehaus.janino.util with parameters of type Java.TryStatement Modifier and Type Method Description Java.BlockStatementDeepCopier. copyTryStatement(Java.TryStatement ts)voidAbstractTraverser. traverseTryStatement(Java.TryStatement ts)voidTraverser. traverseTryStatement(Java.TryStatement ts)
-