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

  void <init>(com.sun.jdi.VirtualMachine, char);
    descriptor: (Lcom/sun/jdi/VirtualMachine;C)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.jdi.CharValueImpl this
        start local 1 // com.sun.jdi.VirtualMachine aVm
        start local 2 // char aValue
         0: .line 39
            aload 0 /* this */
            aload 1 /* aVm */
            invokespecial com.sun.tools.jdi.PrimitiveValueImpl.<init>:(Lcom/sun/jdi/VirtualMachine;)V
         1: .line 40
            aload 0 /* this */
            iload 2 /* aValue */
            putfield com.sun.tools.jdi.CharValueImpl.value:C
         2: .line 41
            return
        end local 2 // char aValue
        end local 1 // com.sun.jdi.VirtualMachine aVm
        end local 0 // com.sun.tools.jdi.CharValueImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/tools/jdi/CharValueImpl;
            0    3     1     aVm  Lcom/sun/jdi/VirtualMachine;
            0    3     2  aValue  C
    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.CharValueImpl this
        start local 1 // java.lang.Object obj
         0: .line 44
            aload 1 /* obj */
            ifnull 5
            aload 1 /* obj */
            instanceof com.sun.jdi.CharValue
            ifeq 5
         1: .line 45
            aload 0 /* this */
            getfield com.sun.tools.jdi.CharValueImpl.value:C
            aload 1 /* obj */
            checkcast com.sun.jdi.CharValue
            invokeinterface com.sun.jdi.CharValue.value:()C
            if_icmpne 4
         2: .line 46
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial com.sun.tools.jdi.PrimitiveValueImpl.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 45
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
         5: .line 48
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.sun.tools.jdi.CharValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/jdi/CharValueImpl;
            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.CharValueImpl this
         0: .line 56
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.CharValueImpl.intValue:()I
            ireturn
        end local 0 // com.sun.tools.jdi.CharValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/CharValueImpl;

  public int compareTo(com.sun.jdi.CharValue);
    descriptor: (Lcom/sun/jdi/CharValue;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.CharValueImpl this
        start local 1 // com.sun.jdi.CharValue obj
         0: .line 60
            aload 1 /* obj */
            invokeinterface com.sun.jdi.CharValue.value:()C
            istore 2 /* other */
        start local 2 // char other
         1: .line 61
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.CharValueImpl.value:()C
            iload 2 /* other */
            isub
            ireturn
        end local 2 // char other
        end local 1 // com.sun.jdi.CharValue obj
        end local 0 // com.sun.tools.jdi.CharValueImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/tools/jdi/CharValueImpl;
            0    2     1    obj  Lcom/sun/jdi/CharValue;
            1    2     2  other  C
    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.CharValueImpl this
         0: .line 65
            aload 0 /* this */
            getfield com.sun.tools.jdi.CharValueImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.theCharType:()Lcom/sun/jdi/CharType;
            areturn
        end local 0 // com.sun.tools.jdi.CharValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/CharValueImpl;

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

  public boolean booleanValue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.CharValueImpl this
         0: .line 73
            aload 0 /* this */
            getfield com.sun.tools.jdi.CharValueImpl.value:C
            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.CharValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/CharValueImpl;

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

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

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

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

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

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

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

  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.CharValueImpl this
         0: .line 105
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            getfield com.sun.tools.jdi.CharValueImpl.value:C
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.CharValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/CharValueImpl;

  byte checkedByteValue();
    descriptor: ()B
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.CharValueImpl this
         0: .line 110
            aload 0 /* this */
            getfield com.sun.tools.jdi.CharValueImpl.value:C
            bipush 127
            if_icmple 2
         1: .line 111
            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.CharValueImpl.value:C
            invokevirtual java.lang.StringBuilder.append:(C)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 113
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.PrimitiveValueImpl.checkedByteValue:()B
            ireturn
        end local 0 // com.sun.tools.jdi.CharValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/CharValueImpl;
    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.CharValueImpl this
         0: .line 119
            aload 0 /* this */
            getfield com.sun.tools.jdi.CharValueImpl.value:C
            sipush 32767
            if_icmple 2
         1: .line 120
            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.CharValueImpl.value:C
            invokevirtual java.lang.StringBuilder.append:(C)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 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.PrimitiveValueImpl.checkedShortValue:()S
            ireturn
        end local 0 // com.sun.tools.jdi.CharValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/CharValueImpl;
    Exceptions:
      throws com.sun.jdi.InvalidTypeException

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

  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.CharValue
            invokevirtual com.sun.tools.jdi.CharValueImpl.compareTo:(Lcom/sun/jdi/CharValue;)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: "CharValueImpl.java"