public class J11TryWithResourcesTransform extends java.lang.Object implements MethodTransformer
See the commit.
Created by covers1624 on 13/3/23.
| Constructor and Description |
|---|
J11TryWithResourcesTransform(TypeResolver typeResolver) |
| Modifier and Type | Method and Description |
|---|---|
void |
transform(MethodDecl function,
MethodTransformContext ctx)
Transform the
MethodDecl. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, stepTypepublic J11TryWithResourcesTransform(TypeResolver typeResolver)
public void transform(MethodDecl function, MethodTransformContext ctx)
MethodTransformerMethodDecl.transform in interface MethodTransformerfunction - The function to transform.ctx - The MethodTransformContext.