Class VarInsn

java.lang.Object
org.stianloader.softmap.insns.VarInsn
All Implemented Interfaces:
InsnBlock

public class VarInsn extends Object implements InsnBlock
  • Field Details

    • PARSER_ALOAD

      @NotNull public static final @NotNull InsnParser<VarInsn> PARSER_ALOAD
    • PARSER_ASTORE

      @NotNull public static final @NotNull InsnParser<VarInsn> PARSER_ASTORE
    • PARSER_DLOAD

      @NotNull public static final @NotNull InsnParser<VarInsn> PARSER_DLOAD
    • PARSER_DSTORE

      @NotNull public static final @NotNull InsnParser<VarInsn> PARSER_DSTORE
    • PARSER_FLOAD

      @NotNull public static final @NotNull InsnParser<VarInsn> PARSER_FLOAD
    • PARSER_FSTORE

      @NotNull public static final @NotNull InsnParser<VarInsn> PARSER_FSTORE
    • PARSER_ILOAD

      @NotNull public static final @NotNull InsnParser<VarInsn> PARSER_ILOAD
    • PARSER_ISTORE

      @NotNull public static final @NotNull InsnParser<VarInsn> PARSER_ISTORE
    • PARSER_LLOAD

      @NotNull public static final @NotNull InsnParser<VarInsn> PARSER_LLOAD
    • PARSER_LSTORE

      @NotNull public static final @NotNull InsnParser<VarInsn> PARSER_LSTORE
  • Constructor Details

    • VarInsn

      public VarInsn(int opcode, @NotNull @NotNull StringToken opcodeToken, int var, @Nullable @Nullable StringToken varToken)
  • Method Details