Uses of Interface
org.codehaus.janino.UnitCompiler.Compilable2
Packages that use UnitCompiler.Compilable2
-
Uses of UnitCompiler.Compilable2 in org.codehaus.janino
Methods in org.codehaus.janino with parameters of type UnitCompiler.Compilable2Modifier and TypeMethodDescriptionprivate 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, 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.