Class SwitchOnEnum
java.lang.Object
net.covers1624.coffeegrinder.bytecode.transform.transformers.SwitchOnEnum
- All Implemented Interfaces:
TopLevelClassTransformer,Transformer
Created by covers1624 on 5/12/21.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtransform(ClassDecl cInsn, ClassTransformContext ctx) Transform a top-level class.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
-
SwitchOnEnum
public SwitchOnEnum()
-
-
Method Details
-
transform
Description copied from interface:TopLevelClassTransformerTransform a top-level class.All methods have already been fully processed.
All nested/inner/local/anon classes are present and already fully processed.
- Specified by:
transformin interfaceTopLevelClassTransformer- Parameters:
cInsn- The class.ctx- The context.
-