Package org.stianloader.softmap.insns
Class VarInsn
java.lang.Object
org.stianloader.softmap.insns.VarInsn
- All Implemented Interfaces:
InsnBlock
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NotNull InsnParser<VarInsn>static final @NotNull InsnParser<VarInsn>static final @NotNull InsnParser<VarInsn>static final @NotNull InsnParser<VarInsn>static final @NotNull InsnParser<VarInsn>static final @NotNull InsnParser<VarInsn>static final @NotNull InsnParser<VarInsn>static final @NotNull InsnParser<VarInsn>static final @NotNull InsnParser<VarInsn>static final @NotNull InsnParser<VarInsn> -
Constructor Summary
ConstructorsConstructorDescriptionVarInsn(int opcode, @NotNull StringToken opcodeToken, int var, @Nullable StringToken varToken) -
Method Summary
Modifier and TypeMethodDescription@NotNull MatchResultmatchesInstruction(@NotNull org.objectweb.asm.tree.AbstractInsnNode insn, @NotNull FramedRemapper remapper)
-
Field Details
-
PARSER_ALOAD
-
PARSER_ASTORE
-
PARSER_DLOAD
-
PARSER_DSTORE
-
PARSER_FLOAD
-
PARSER_FSTORE
-
PARSER_ILOAD
-
PARSER_ISTORE
-
PARSER_LLOAD
-
PARSER_LSTORE
-
-
Constructor Details
-
VarInsn
public VarInsn(int opcode, @NotNull @NotNull StringToken opcodeToken, int var, @Nullable @Nullable StringToken varToken)
-
-
Method Details
-
matchesInstruction
@NotNull public @NotNull MatchResult matchesInstruction(@NotNull @NotNull org.objectweb.asm.tree.AbstractInsnNode insn, @NotNull @NotNull FramedRemapper remapper) - Specified by:
matchesInstructionin interfaceInsnBlock
-