Class InsnExpander.Expansion
java.lang.Object
com.llamalad7.mixinextras.expression.impl.flow.expansion.InsnExpander.Expansion
- Enclosing class:
- InsnExpander
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddecorateInjectorSpecific(org.spongepowered.asm.mixin.injection.struct.InjectionInfo info, String key, Object value) protected org.objectweb.asm.tree.AbstractInsnNoderegisterInsn(InsnExpander.InsnComponent component, org.objectweb.asm.tree.AbstractInsnNode insn) voidregisterInterest(org.spongepowered.asm.mixin.injection.struct.InjectionInfo info, InsnExpander.InsnComponent component)
-
Field Details
-
compound
public final org.objectweb.asm.tree.AbstractInsnNode compound
-
-
Constructor Details
-
Expansion
public Expansion(org.objectweb.asm.tree.AbstractInsnNode compound)
-
-
Method Details
-
registerInterest
public void registerInterest(org.spongepowered.asm.mixin.injection.struct.InjectionInfo info, InsnExpander.InsnComponent component) -
decorate
-
decorateInjectorSpecific
-
registeredInterests
-
registerInsn
protected org.objectweb.asm.tree.AbstractInsnNode registerInsn(InsnExpander.InsnComponent component, org.objectweb.asm.tree.AbstractInsnNode insn)
-