Class TryCatches
java.lang.Object
net.covers1624.coffeegrinder.bytecode.transform.transformers.TryCatches
- All Implemented Interfaces:
MethodTransformer,Transformer
Created by covers1624 on 31/5/21.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidinlinedHandlerVariables(MethodDecl function, MethodTransformContext ctx) voidtransform(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
-
TryCatches
public TryCatches()
-
-
Method Details
-
transform
Description copied from interface:MethodTransformerTransform theMethodDecl.- Specified by:
transformin interfaceMethodTransformer- Parameters:
function- The function to transform.ctx- TheMethodTransformContext.
-
inlinedHandlerVariables
-