Uses of Interface
org.codehaus.janino.UnitCompiler.Compilable2
-
Packages that use UnitCompiler.Compilable2 Package Description org.codehaus.janino The core of the Janino Java compiler. -
-
Uses of UnitCompiler.Compilable2 in org.codehaus.janino
Methods in org.codehaus.janino with parameters of type UnitCompiler.Compilable2 Modifier and Type Method Description private boolean
UnitCompiler. 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 boolean
UnitCompiler. 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 boolean
UnitCompiler. 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.
-