Class LabelledBlocks
java.lang.Object
net.covers1624.coffeegrinder.bytecode.transform.LabelledBlocks
- All Implemented Interfaces:
BlockTransformer,Transformer
Created by covers1624 on 5/12/22.
-
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
-
LabelledBlocks
public LabelledBlocks()
-
-
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.
-