public class com.sun.tools.jdi.IntegerValueImpl extends com.sun.tools.jdi.PrimitiveValueImpl implements com.sun.jdi.IntegerValue
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.jdi.IntegerValueImpl
  super_class: com.sun.tools.jdi.PrimitiveValueImpl
{
  private int value;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  void <init>(com.sun.jdi.VirtualMachine, int);
    descriptor: (Lcom/sun/jdi/VirtualMachine;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.jdi.IntegerValueImpl this
        start local 1 // com.sun.jdi.VirtualMachine aVm
        start local 2 // int aValue
         0: .line 38
            aload 0 /* this */
            aload 1 /* aVm */
            invokespecial com.sun.tools.jdi.PrimitiveValueImpl.<init>:(Lcom/sun/jdi/VirtualMachine;)V
         1: .line 39
            aload 0 /* this */
            iload 2 /* aValue */
            putfield com.sun.tools.jdi.IntegerValueImpl.value:I
         2: .line 40
            return
        end local 2 // int aValue
        end local 1 // com.sun.jdi.VirtualMachine aVm
        end local 0 // com.sun.tools.jdi.IntegerValueImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/tools/jdi/IntegerValueImpl;
            0    3     1     aVm  Lcom/sun/jdi/VirtualMachine;
            0    3     2  aValue  I
    MethodParameters:
        Name  Flags
      aVm     
      aValue  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.IntegerValueImpl this
        start local 1 // java.lang.Object obj
         0: .line 43
            aload 1 /* obj */
            ifnull 5
            aload 1 /* obj */
            instanceof com.sun.jdi.IntegerValue
            ifeq 5
         1: .line 44
            aload 0 /* this */
            getfield com.sun.tools.jdi.IntegerValueImpl.value:I
            aload 1 /* obj */
            checkcast com.sun.jdi.IntegerValue
            invokeinterface com.sun.jdi.IntegerValue.value:()I
            if_icmpne 4
         2: .line 45
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial com.sun.tools.jdi.PrimitiveValueImpl.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 44
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
         5: .line 47
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.sun.tools.jdi.IntegerValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/jdi/IntegerValueImpl;
            0    6     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.IntegerValueImpl this
         0: .line 55
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.IntegerValueImpl.intValue:()I
            ireturn
        end local 0 // com.sun.tools.jdi.IntegerValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/IntegerValueImpl;

  public int compareTo(com.sun.jdi.IntegerValue);
    descriptor: (Lcom/sun/jdi/IntegerValue;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.IntegerValueImpl this
        start local 1 // com.sun.jdi.IntegerValue obj
         0: .line 59
            aload 1 /* obj */
            invokeinterface com.sun.jdi.IntegerValue.value:()I
            istore 2 /* other */
        start local 2 // int other
         1: .line 60
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.IntegerValueImpl.value:()I
            iload 2 /* other */
            if_icmpge 2
            iconst_m1
            goto 4
      StackMap locals: int
      StackMap stack:
         2: aload 0 /* this */
            invokevirtual com.sun.tools.jdi.IntegerValueImpl.value:()I
            iload 2 /* other */
            if_icmpne 3
            iconst_0
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_1
      StackMap locals:
      StackMap stack: int
         4: ireturn
        end local 2 // int other
        end local 1 // com.sun.jdi.IntegerValue obj
        end local 0 // com.sun.tools.jdi.IntegerValueImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/tools/jdi/IntegerValueImpl;
            0    5     1    obj  Lcom/sun/jdi/IntegerValue;
            1    5     2  other  I
    MethodParameters:
      Name  Flags
      obj   

  public com.sun.jdi.Type type();
    descriptor: ()Lcom/sun/jdi/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.IntegerValueImpl this
         0: .line 64
            aload 0 /* this */
            getfield com.sun.tools.jdi.IntegerValueImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.theIntegerType:()Lcom/sun/jdi/IntegerType;
            areturn
        end local 0 // com.sun.tools.jdi.IntegerValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/IntegerValueImpl;

  public int value();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.IntegerValueImpl this
         0: .line 68
            aload 0 /* this */
            getfield com.sun.tools.jdi.IntegerValueImpl.value:I
            ireturn
        end local 0 // com.sun.tools.jdi.IntegerValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/IntegerValueImpl;

  public boolean booleanValue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.IntegerValueImpl this
         0: .line 72
            aload 0 /* this */
            getfield com.sun.tools.jdi.IntegerValueImpl.value:I
            ifne 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // com.sun.tools.jdi.IntegerValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/IntegerValueImpl;

  public byte byteValue();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.IntegerValueImpl this
         0: .line 76
            aload 0 /* this */
            getfield com.sun.tools.jdi.IntegerValueImpl.value:I
            i2b
            ireturn
        end local 0 // com.sun.tools.jdi.IntegerValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/IntegerValueImpl;

  public char charValue();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.IntegerValueImpl this
         0: .line 80
            aload 0 /* this */
            getfield com.sun.tools.jdi.IntegerValueImpl.value:I
            i2c
            ireturn
        end local 0 // com.sun.tools.jdi.IntegerValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/IntegerValueImpl;

  public short shortValue();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.IntegerValueImpl this
         0: .line 84
            aload 0 /* this */
            getfield com.sun.tools.jdi.IntegerValueImpl.value:I
            i2s
            ireturn
        end local 0 // com.sun.tools.jdi.IntegerValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/IntegerValueImpl;

  public int intValue();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.IntegerValueImpl this
         0: .line 88
            aload 0 /* this */
            getfield com.sun.tools.jdi.IntegerValueImpl.value:I
            ireturn
        end local 0 // com.sun.tools.jdi.IntegerValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/IntegerValueImpl;

  public long longValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.IntegerValueImpl this
         0: .line 92
            aload 0 /* this */
            getfield com.sun.tools.jdi.IntegerValueImpl.value:I
            i2l
            lreturn
        end local 0 // com.sun.tools.jdi.IntegerValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/IntegerValueImpl;

  public float floatValue();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.IntegerValueImpl this
         0: .line 96
            aload 0 /* this */
            getfield com.sun.tools.jdi.IntegerValueImpl.value:I
            i2f
            freturn
        end local 0 // com.sun.tools.jdi.IntegerValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/IntegerValueImpl;

  public double doubleValue();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.IntegerValueImpl this
         0: .line 100
            aload 0 /* this */
            getfield com.sun.tools.jdi.IntegerValueImpl.value:I
            i2d
            dreturn
        end local 0 // com.sun.tools.jdi.IntegerValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/IntegerValueImpl;

  byte checkedByteValue();
    descriptor: ()B
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.IntegerValueImpl this
         0: .line 104
            aload 0 /* this */
            getfield com.sun.tools.jdi.IntegerValueImpl.value:I
            bipush 127
            if_icmpgt 1
            aload 0 /* this */
            getfield com.sun.tools.jdi.IntegerValueImpl.value:I
            bipush -128
            if_icmpge 2
         1: .line 105
      StackMap locals:
      StackMap stack:
            new com.sun.jdi.InvalidTypeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Can't convert "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.tools.jdi.IntegerValueImpl.value:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " to byte"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial com.sun.jdi.InvalidTypeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.PrimitiveValueImpl.checkedByteValue:()B
            ireturn
        end local 0 // com.sun.tools.jdi.IntegerValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/IntegerValueImpl;
    Exceptions:
      throws com.sun.jdi.InvalidTypeException

  char checkedCharValue();
    descriptor: ()C
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.IntegerValueImpl this
         0: .line 112
            aload 0 /* this */
            getfield com.sun.tools.jdi.IntegerValueImpl.value:I
            ldc 65535
            if_icmpgt 1
            aload 0 /* this */
            getfield com.sun.tools.jdi.IntegerValueImpl.value:I
            ifge 2
         1: .line 113
      StackMap locals:
      StackMap stack:
            new com.sun.jdi.InvalidTypeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Can't convert "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.tools.jdi.IntegerValueImpl.value:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " to char"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial com.sun.jdi.InvalidTypeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.PrimitiveValueImpl.checkedCharValue:()C
            ireturn
        end local 0 // com.sun.tools.jdi.IntegerValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/IntegerValueImpl;
    Exceptions:
      throws com.sun.jdi.InvalidTypeException

  short checkedShortValue();
    descriptor: ()S
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.IntegerValueImpl this
         0: .line 120
            aload 0 /* this */
            getfield com.sun.tools.jdi.IntegerValueImpl.value:I
            sipush 32767
            if_icmpgt 1
            aload 0 /* this */
            getfield com.sun.tools.jdi.IntegerValueImpl.value:I
            sipush -32768
            if_icmpge 2
         1: .line 121
      StackMap locals:
      StackMap stack:
            new com.sun.jdi.InvalidTypeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Can't convert "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.tools.jdi.IntegerValueImpl.value:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " to short"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial com.sun.jdi.InvalidTypeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.PrimitiveValueImpl.checkedShortValue:()S
            ireturn
        end local 0 // com.sun.tools.jdi.IntegerValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/IntegerValueImpl;
    Exceptions:
      throws com.sun.jdi.InvalidTypeException

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.IntegerValueImpl this
         0: .line 128
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            getfield com.sun.tools.jdi.IntegerValueImpl.value:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.IntegerValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/IntegerValueImpl;

  byte typeValueKey();
    descriptor: ()B
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.IntegerValueImpl this
         0: .line 132
            bipush 73
            ireturn
        end local 0 // com.sun.tools.jdi.IntegerValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/IntegerValueImpl;

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.sun.jdi.IntegerValue
            invokevirtual com.sun.tools.jdi.IntegerValueImpl.compareTo:(Lcom/sun/jdi/IntegerValue;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.sun.jdi.VirtualMachine virtualMachine();
    descriptor: ()Lcom/sun/jdi/VirtualMachine;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.sun.tools.jdi.PrimitiveValueImpl.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "IntegerValueImpl.java"