public class LegacyTryWithResourcesTransform extends java.lang.Object implements MethodTransformer
Created by covers1624 on 17/7/21.
| Constructor and Description |
|---|
LegacyTryWithResourcesTransform(TypeResolver typeResolver) |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable Store |
matchStoreNull(@Nullable Instruction insn) |
void |
transform(MethodDecl function,
MethodTransformContext ctx)
Transform the
MethodDecl. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, stepTypepublic LegacyTryWithResourcesTransform(TypeResolver typeResolver)
public void transform(MethodDecl function, MethodTransformContext ctx)
MethodTransformerMethodDecl.transform in interface MethodTransformerfunction - The function to transform.ctx - The MethodTransformContext.@Nullable public static @Nullable Store matchStoreNull(@Nullable @Nullable Instruction insn)