Class J11TryWithResourcesTransform
java.lang.Object
net.covers1624.coffeegrinder.bytecode.transform.transformers.J11TryWithResourcesTransform
- All Implemented Interfaces:
MethodTransformer,Transformer
The bytecode structure of TryWithResources was changed in Java 11.
See the commit.
Created by covers1624 on 13/3/23.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtransform(MethodDecl function, MethodTransformContext ctx) Transform theMethodDecl.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.covers1624.coffeegrinder.bytecode.transform.Transformer
getName, stepType
-
Constructor Details
-
J11TryWithResourcesTransform
-
-
Method Details
-
transform
Description copied from interface:MethodTransformerTransform theMethodDecl.- Specified by:
transformin interfaceMethodTransformer- Parameters:
function- The function to transform.ctx- TheMethodTransformContext.
-