Class LoopDetection
java.lang.Object
net.covers1624.coffeegrinder.bytecode.transform.transformers.LoopDetection
- All Implemented Interfaces:
BlockTransformer,Transformer
Detects loops in Bytecode.
Created by covers1624 on 19/4/21.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtransform(Block block, BlockTransformContext ctx) Runs the transform on the specified block.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
-
LoopDetection
public LoopDetection()
-
-
Method Details
-
transform
Description copied from interface:BlockTransformerRuns the transform on the specified block.- Specified by:
transformin interfaceBlockTransformer- Parameters:
block- The block to transform.ctx- Additional context provided to the transform.
-