Package org.stianloader.softmap.insns
Class FieldInsn
java.lang.Object
org.stianloader.softmap.insns.FieldInsn
- All Implemented Interfaces:
InsnBlock
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NotNull InsnParser<FieldInsn>static final @NotNull InsnParser<FieldInsn>static final @NotNull InsnParser<FieldInsn>static final @NotNull InsnParser<FieldInsn> -
Method Summary
Modifier and TypeMethodDescription@NotNull MatchResultmatchesInstruction(@NotNull org.objectweb.asm.tree.AbstractInsnNode insn, @NotNull FramedRemapper remapper)
-
Field Details
-
PARSER_GETFIELD
-
PARSER_GETSTATIC
-
PARSER_PUTFIELD
-
PARSER_PUTSTATIC
-
-
Method Details
-
matchesInstruction
@NotNull public @NotNull MatchResult matchesInstruction(@NotNull @NotNull org.objectweb.asm.tree.AbstractInsnNode insn, @NotNull @NotNull FramedRemapper remapper) - Specified by:
matchesInstructionin interfaceInsnBlock
-