public class TryWithResourcesASTTransformation
extends java.lang.Object
Constructor and Description |
---|
TryWithResourcesASTTransformation(AstBuilder astBuilder) |
Modifier and Type | Method and Description |
---|---|
Statement |
transform(TryCatchStatement tryCatchStatement)
Reference JLS "14.20.3.
|
public TryWithResourcesASTTransformation(AstBuilder astBuilder)
public Statement transform(TryCatchStatement tryCatchStatement)
tryCatchStatement
- the try-with-resources statement to transform