Class PrepareSwitchOnType
java.lang.Object
net.covers1624.coffeegrinder.bytecode.transform.transformers.PrepareSwitchOnType
- All Implemented Interfaces:
MethodTransformer,Transformer
Created by covers1624 on 1/20/26.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable InvokeDynamicmatchTypeSwitchIndy(@Nullable Instruction insn, ClassType switchBootstraps) 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
-
PrepareSwitchOnType
-
-
Method Details
-
transform
Description copied from interface:MethodTransformerTransform theMethodDecl.- Specified by:
transformin interfaceMethodTransformer- Parameters:
function- The function to transform.ctx- TheMethodTransformContext.
-
matchTypeSwitchIndy
@Nullable public static @Nullable InvokeDynamic matchTypeSwitchIndy(@Nullable @Nullable Instruction insn, ClassType switchBootstraps)
-