Package org.stianloader.softmap.insns
Interface InsnBlock
- All Known Implementing Classes:
FieldInsn,InvokeInsn,SimpleInsnBlock,VarInsn,WildcardInsnBlock
public interface InsnBlock
-
Method Summary
Modifier and TypeMethodDescription@NotNull MatchResultmatchesInstruction(@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)
-