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.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
Methods 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)