Class FieldInsn

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

public final class FieldInsn extends Object implements InsnBlock
  • Field Details

    • PARSER_GETFIELD

      @NotNull public static final @NotNull InsnParser<FieldInsn> PARSER_GETFIELD
    • PARSER_GETSTATIC

      @NotNull public static final @NotNull InsnParser<FieldInsn> PARSER_GETSTATIC
    • PARSER_PUTFIELD

      @NotNull public static final @NotNull InsnParser<FieldInsn> PARSER_PUTFIELD
    • PARSER_PUTSTATIC

      @NotNull public static final @NotNull InsnParser<FieldInsn> PARSER_PUTSTATIC
  • Method Details