Class InsnExpander.Expansion

java.lang.Object
com.llamalad7.mixinextras.expression.impl.flow.expansion.InsnExpander.Expansion
Enclosing class:
InsnExpander

public class InsnExpander.Expansion extends Object
  • 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

      public void decorate(org.spongepowered.asm.mixin.injection.struct.InjectionInfo info, String key, Object value)
    • decorateInjectorSpecific

      public void decorateInjectorSpecific(org.spongepowered.asm.mixin.injection.struct.InjectionInfo info, String key, Object value)
    • registeredInterests

      public Set<InsnExpander.InsnComponent> registeredInterests()
    • registerInsn

      protected org.objectweb.asm.tree.AbstractInsnNode registerInsn(InsnExpander.InsnComponent component, org.objectweb.asm.tree.AbstractInsnNode insn)