public final class net.bytebuddy.implementation.bytecode.constant.IntegerConstant extends java.lang.Enum<net.bytebuddy.implementation.bytecode.constant.IntegerConstant> implements net.bytebuddy.implementation.bytecode.StackManipulation
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.implementation.bytecode.constant.IntegerConstant
  super_class: java.lang.Enum
{
  public static final net.bytebuddy.implementation.bytecode.constant.IntegerConstant MINUS_ONE;
    descriptor: Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.implementation.bytecode.constant.IntegerConstant ZERO;
    descriptor: Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.implementation.bytecode.constant.IntegerConstant ONE;
    descriptor: Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.implementation.bytecode.constant.IntegerConstant TWO;
    descriptor: Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.implementation.bytecode.constant.IntegerConstant THREE;
    descriptor: Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.implementation.bytecode.constant.IntegerConstant FOUR;
    descriptor: Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final net.bytebuddy.implementation.bytecode.constant.IntegerConstant FIVE;
    descriptor: Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final net.bytebuddy.implementation.bytecode.StackManipulation$Size SIZE;
    descriptor: Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final int opcode;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final net.bytebuddy.implementation.bytecode.constant.IntegerConstant[] ENUM$VALUES;
    descriptor: [Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 33
            new net.bytebuddy.implementation.bytecode.constant.IntegerConstant
            dup
            ldc "MINUS_ONE"
            iconst_0
         1: .line 36
            iconst_2
            invokespecial net.bytebuddy.implementation.bytecode.constant.IntegerConstant.<init>:(Ljava/lang/String;II)V
            putstatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.MINUS_ONE:Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
         2: .line 38
            new net.bytebuddy.implementation.bytecode.constant.IntegerConstant
            dup
            ldc "ZERO"
            iconst_1
         3: .line 41
            iconst_3
            invokespecial net.bytebuddy.implementation.bytecode.constant.IntegerConstant.<init>:(Ljava/lang/String;II)V
            putstatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.ZERO:Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
         4: .line 43
            new net.bytebuddy.implementation.bytecode.constant.IntegerConstant
            dup
            ldc "ONE"
            iconst_2
         5: .line 46
            iconst_4
            invokespecial net.bytebuddy.implementation.bytecode.constant.IntegerConstant.<init>:(Ljava/lang/String;II)V
            putstatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.ONE:Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
         6: .line 48
            new net.bytebuddy.implementation.bytecode.constant.IntegerConstant
            dup
            ldc "TWO"
            iconst_3
         7: .line 51
            iconst_5
            invokespecial net.bytebuddy.implementation.bytecode.constant.IntegerConstant.<init>:(Ljava/lang/String;II)V
            putstatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.TWO:Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
         8: .line 53
            new net.bytebuddy.implementation.bytecode.constant.IntegerConstant
            dup
            ldc "THREE"
            iconst_4
         9: .line 56
            bipush 6
            invokespecial net.bytebuddy.implementation.bytecode.constant.IntegerConstant.<init>:(Ljava/lang/String;II)V
            putstatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.THREE:Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
        10: .line 58
            new net.bytebuddy.implementation.bytecode.constant.IntegerConstant
            dup
            ldc "FOUR"
            iconst_5
        11: .line 61
            bipush 7
            invokespecial net.bytebuddy.implementation.bytecode.constant.IntegerConstant.<init>:(Ljava/lang/String;II)V
            putstatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.FOUR:Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
        12: .line 63
            new net.bytebuddy.implementation.bytecode.constant.IntegerConstant
            dup
            ldc "FIVE"
            bipush 6
        13: .line 66
            bipush 8
            invokespecial net.bytebuddy.implementation.bytecode.constant.IntegerConstant.<init>:(Ljava/lang/String;II)V
            putstatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.FIVE:Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
            bipush 7
            anewarray net.bytebuddy.implementation.bytecode.constant.IntegerConstant
            dup
            iconst_0
            getstatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.MINUS_ONE:Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
            aastore
            dup
            iconst_1
            getstatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.ZERO:Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
            aastore
            dup
            iconst_2
            getstatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.ONE:Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
            aastore
            dup
            iconst_3
            getstatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.TWO:Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
            aastore
            dup
            iconst_4
            getstatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.THREE:Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
            aastore
            dup
            iconst_5
            getstatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.FOUR:Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
            aastore
            dup
            bipush 6
            getstatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.FIVE:Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
            aastore
            putstatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.ENUM$VALUES:[Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
        14: .line 71
            getstatic net.bytebuddy.implementation.bytecode.StackSize.SINGLE:Lnet/bytebuddy/implementation/bytecode/StackSize;
            invokevirtual net.bytebuddy.implementation.bytecode.StackSize.toIncreasingSize:()Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
            putstatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.SIZE:Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // net.bytebuddy.implementation.bytecode.constant.IntegerConstant this
        start local 3 // int opcode
         0: .line 83
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 84
            aload 0 /* this */
            iload 3 /* opcode */
            putfield net.bytebuddy.implementation.bytecode.constant.IntegerConstant.opcode:I
         2: .line 85
            return
        end local 3 // int opcode
        end local 0 // net.bytebuddy.implementation.bytecode.constant.IntegerConstant this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
            0    3     3  opcode  I
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      opcode         

  public static net.bytebuddy.implementation.bytecode.StackManipulation forValue(boolean);
    descriptor: (Z)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // boolean value
         0: .line 94
            iload 0 /* value */
            ifeq 1
            getstatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.ONE:Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.ZERO:Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
      StackMap locals:
      StackMap stack: net.bytebuddy.implementation.bytecode.constant.IntegerConstant
         2: areturn
        end local 0 // boolean value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  value  Z
    MethodParameters:
       Name  Flags
      value  

  public static net.bytebuddy.implementation.bytecode.StackManipulation forValue(int);
    descriptor: (I)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int value
         0: .line 106
            iload 0 /* value */
            tableswitch { // -1 - 5
                   -1: 1
                    0: 2
                    1: 3
                    2: 4
                    3: 5
                    4: 6
                    5: 7
              default: 8
          }
         1: .line 108
      StackMap locals:
      StackMap stack:
            getstatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.MINUS_ONE:Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
            areturn
         2: .line 110
      StackMap locals:
      StackMap stack:
            getstatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.ZERO:Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
            areturn
         3: .line 112
      StackMap locals:
      StackMap stack:
            getstatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.ONE:Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
            areturn
         4: .line 114
      StackMap locals:
      StackMap stack:
            getstatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.TWO:Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
            areturn
         5: .line 116
      StackMap locals:
      StackMap stack:
            getstatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.THREE:Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
            areturn
         6: .line 118
      StackMap locals:
      StackMap stack:
            getstatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.FOUR:Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
            areturn
         7: .line 120
      StackMap locals:
      StackMap stack:
            getstatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.FIVE:Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
            areturn
         8: .line 122
      StackMap locals:
      StackMap stack:
            iload 0 /* value */
            bipush -128
            if_icmplt 10
            iload 0 /* value */
            bipush 127
            if_icmpgt 10
         9: .line 123
            new net.bytebuddy.implementation.bytecode.constant.IntegerConstant$SingleBytePush
            dup
            iload 0 /* value */
            i2b
            invokespecial net.bytebuddy.implementation.bytecode.constant.IntegerConstant$SingleBytePush.<init>:(B)V
            areturn
        10: .line 124
      StackMap locals:
      StackMap stack:
            iload 0 /* value */
            sipush -32768
            if_icmplt 12
            iload 0 /* value */
            sipush 32767
            if_icmpgt 12
        11: .line 125
            new net.bytebuddy.implementation.bytecode.constant.IntegerConstant$TwoBytePush
            dup
            iload 0 /* value */
            i2s
            invokespecial net.bytebuddy.implementation.bytecode.constant.IntegerConstant$TwoBytePush.<init>:(S)V
            areturn
        12: .line 127
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.implementation.bytecode.constant.IntegerConstant$ConstantPool
            dup
            iload 0 /* value */
            invokespecial net.bytebuddy.implementation.bytecode.constant.IntegerConstant$ConstantPool.<init>:(I)V
            areturn
        end local 0 // int value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0  value  I
    MethodParameters:
       Name  Flags
      value  

  public boolean isValid();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.bytecode.constant.IntegerConstant this
         0: .line 136
            iconst_1
            ireturn
        end local 0 // net.bytebuddy.implementation.bytecode.constant.IntegerConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;

  public net.bytebuddy.implementation.bytecode.StackManipulation$Size apply(org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;)Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.bytecode.constant.IntegerConstant this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
         0: .line 143
            aload 1 /* methodVisitor */
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bytecode.constant.IntegerConstant.opcode:I
            invokevirtual org.objectweb.asm.MethodVisitor.visitInsn:(I)V
         1: .line 144
            getstatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.SIZE:Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
            areturn
        end local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.implementation.bytecode.constant.IntegerConstant this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
            0    2     1          methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    2     2  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
    MethodParameters:
                       Name  Flags
      methodVisitor          
      implementationContext  

  public static net.bytebuddy.implementation.bytecode.constant.IntegerConstant[] values();
    descriptor: ()[Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.bytebuddy.implementation.bytecode.constant.IntegerConstant.ENUM$VALUES:[Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.bytebuddy.implementation.bytecode.constant.IntegerConstant
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static net.bytebuddy.implementation.bytecode.constant.IntegerConstant valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.bytebuddy.implementation.bytecode.constant.IntegerConstant
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/implementation/bytecode/constant/IntegerConstant;>;Lnet/bytebuddy/implementation/bytecode/StackManipulation;
SourceFile: "IntegerConstant.java"
NestMembers:
  net.bytebuddy.implementation.bytecode.constant.IntegerConstant$ConstantPool  net.bytebuddy.implementation.bytecode.constant.IntegerConstant$SingleBytePush  net.bytebuddy.implementation.bytecode.constant.IntegerConstant$TwoBytePush
InnerClasses:
  public abstract Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation
  public Size = net.bytebuddy.implementation.bytecode.StackManipulation$Size of net.bytebuddy.implementation.bytecode.StackManipulation
  protected ConstantPool = net.bytebuddy.implementation.bytecode.constant.IntegerConstant$ConstantPool of net.bytebuddy.implementation.bytecode.constant.IntegerConstant
  protected SingleBytePush = net.bytebuddy.implementation.bytecode.constant.IntegerConstant$SingleBytePush of net.bytebuddy.implementation.bytecode.constant.IntegerConstant
  protected TwoBytePush = net.bytebuddy.implementation.bytecode.constant.IntegerConstant$TwoBytePush of net.bytebuddy.implementation.bytecode.constant.IntegerConstant