Class InjectionPointReference
- java.lang.Object
-
- org.stianloader.micromixin.transform.internal.util.InjectionPointReference
-
public class InjectionPointReference extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description SlicedInjectionPointSelectoratSelectororg.objectweb.asm.tree.AbstractInsnNodeshiftedInstructionorg.objectweb.asm.tree.MethodNodetargetedMethodorg.objectweb.asm.tree.AbstractInsnNodeunshiftedInstruction
-
-
-
Field Detail
-
unshiftedInstruction
@NotNull public final org.objectweb.asm.tree.AbstractInsnNode unshiftedInstruction
-
shiftedInstruction
@NotNull public final org.objectweb.asm.tree.AbstractInsnNode shiftedInstruction
-
targetedMethod
@NotNull public final org.objectweb.asm.tree.MethodNode targetedMethod
-
atSelector
@NotNull public final SlicedInjectionPointSelector atSelector
-
-