Interface InsnBlock

All Known Implementing Classes:
FieldInsn, InvokeInsn, SimpleInsnBlock, VarInsn, WildcardInsnBlock

public interface InsnBlock
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull MatchResult
    matchesInstruction(@NotNull org.objectweb.asm.tree.AbstractInsnNode insn, @NotNull FramedRemapper remapper)
     
  • Method Details

    • matchesInstruction

      @Contract(pure=false, mutates="param2") @CheckReturnValue @NotNull @NotNull MatchResult matchesInstruction(@NotNull @NotNull org.objectweb.asm.tree.AbstractInsnNode insn, @NotNull @NotNull FramedRemapper remapper)