Class WildcardInsnBlock

java.lang.Object
org.stianloader.softmap.insns.WildcardInsnBlock
All Implemented Interfaces:
InsnBlock

public class WildcardInsnBlock extends Object implements InsnBlock
  • Field Details

  • Method Details

    • matchesInstruction

      @Contract(pure=false, mutates="param2") @CheckReturnValue @NotNull public @NotNull MatchResult matchesInstruction(@NotNull @NotNull org.objectweb.asm.tree.AbstractInsnNode insn, @NotNull @NotNull FramedRemapper remapper)
      Specified by:
      matchesInstruction in interface InsnBlock