Uses of Class
org.codehaus.janino.Java.TryStatement.Resource
Packages that use Java.TryStatement.Resource
Package
Description
The core of the Janino Java compiler.
Application-independent helper classes.
-
Uses of Java.TryStatement.Resource in org.codehaus.janino
Subclasses of Java.TryStatement.Resource in org.codehaus.janinoModifier and TypeClassDescriptionstatic classRepresentation of a JLS9 14.20.2 "local-variable-declarator resource" in a TRY-with-resources statement.static classRepresentation of a JLS9 14.20.2 "variable-access resource" in a TRY-with-resources statement.Fields in org.codehaus.janino with type parameters of type Java.TryStatement.ResourceModifier and TypeFieldDescriptionfinal List<Java.TryStatement.Resource> Java.TryStatement.resourcesThe "resources" managed by the TRY-with-resources statement.Methods in org.codehaus.janino that return Java.TryStatement.ResourceModifier and TypeMethodDescriptionprivate Java.TryStatement.ResourceParser.parseResource()Resource := Modifiers Type VariableDeclarator | VariableAccessMethods in org.codehaus.janino with parameters of type Java.TryStatement.ResourceModifier and TypeMethodDescriptionprivate voidUnparser.unparseResource(Java.TryStatement.Resource r) private voidUnparser.unparseResources(Java.TryStatement.Resource[] resources) Method parameters in org.codehaus.janino with type arguments of type Java.TryStatement.ResourceModifier and TypeMethodDescriptionprivate booleanUnitCompiler.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.Constructor parameters in org.codehaus.janino with type arguments of type Java.TryStatement.ResourceModifierConstructorDescriptionTryStatement(Location location, List<Java.TryStatement.Resource> resources, Java.BlockStatement body, List<Java.CatchClause> catchClauses) A TRY statement without a FINALLY clause.TryStatement(Location location, List<Java.TryStatement.Resource> resources, Java.BlockStatement body, List<Java.CatchClause> catchClauses, Java.Block finallY) -
Uses of Java.TryStatement.Resource in org.codehaus.janino.util
Fields in org.codehaus.janino.util with type parameters of type Java.TryStatement.ResourceMethods in org.codehaus.janino.util that return Java.TryStatement.ResourceModifier and TypeMethodDescriptionDeepCopier.copyLocalVariableDeclaratorResource(Java.TryStatement.LocalVariableDeclaratorResource subject) DeepCopier.copyResource(Java.TryStatement.Resource subject) DeepCopier.copyVariableAccessResource(Java.TryStatement.VariableAccessResource subject) Methods in org.codehaus.janino.util that return types with arguments of type Java.TryStatement.ResourceModifier and TypeMethodDescriptionDeepCopier.copyResources(Collection<? extends Java.TryStatement.Resource> subject) Methods in org.codehaus.janino.util with parameters of type Java.TryStatement.ResourceMethod parameters in org.codehaus.janino.util with type arguments of type Java.TryStatement.ResourceModifier and TypeMethodDescriptionDeepCopier.copyResources(Collection<? extends Java.TryStatement.Resource> subject)