Interface MethodTransformer
- All Superinterfaces:
Transformer
- All Known Implementing Classes:
CompoundAssignments,DetectExitPoints,ExitPointCleanup,HighLevelLoops,IntegerConstantInference,J11TryWithResourcesTransform,LegacyTryWithResourcesTransform,MethodBlockTransform,SwitchInlining,SynchronizedTransform,TryCatches,VariableDeclarations
A transform capable of running over an entire
MethodDecl.
Created by covers1624 on 21/2/21.
-
Method Summary
Modifier and TypeMethodDescriptionvoidtransform(MethodDecl function, MethodTransformContext ctx) Transform theMethodDecl.Methods inherited from interface net.covers1624.coffeegrinder.bytecode.transform.Transformer
getName, stepType
-
Method Details
-
transform
Transform theMethodDecl.- Parameters:
function- The function to transform.ctx- TheMethodTransformContext.
-