Package org.stianloader.softmap.insns
Class WildcardInsnBlock
java.lang.Object
org.stianloader.softmap.insns.WildcardInsnBlock
- All Implemented Interfaces:
InsnBlock
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NotNull WildcardInsnBlockstatic final @NotNull InsnParser<WildcardInsnBlock> -
Method Summary
Modifier and TypeMethodDescription@NotNull MatchResultmatchesInstruction(@NotNull org.objectweb.asm.tree.AbstractInsnNode insn, @NotNull FramedRemapper remapper)
-
Field Details
-
PARSER
-
INSTANCE
-
-
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:
matchesInstructionin interfaceInsnBlock
-