final class com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Char extends com.oracle.truffle.llvm.tests.debug.LLVMDebugValue
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Char
  super_class: com.oracle.truffle.llvm.tests.debug.LLVMDebugValue
{
  private final char expected;
    descriptor: C
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.lang.String, char, boolean);
    descriptor: (Ljava/lang/String;CZ)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Char this
        start local 1 // java.lang.String expectedType
        start local 2 // char expected
        start local 3 // boolean isBuggy
         0: .line 129
            aload 0 /* this */
            ldc "char"
            aload 1 /* expectedType */
            iload 3 /* isBuggy */
            invokespecial com.oracle.truffle.llvm.tests.debug.LLVMDebugValue.<init>:(Ljava/lang/String;Ljava/lang/String;Z)V
         1: .line 130
            aload 0 /* this */
            iload 2 /* expected */
            putfield com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Char.expected:C
         2: .line 131
            return
        end local 3 // boolean isBuggy
        end local 2 // char expected
        end local 1 // java.lang.String expectedType
        end local 0 // com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Char this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/oracle/truffle/llvm/tests/debug/LLVMDebugValue$Char;
            0    3     1  expectedType  Ljava/lang/String;
            0    3     2      expected  C
            0    3     3       isBuggy  Z
    MethodParameters:
              Name  Flags
      expectedType  
      expected      
      isBuggy       

  java.lang.String getExpectedDisplayValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Char this
         0: .line 135
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Char.expected:C
            invokestatic java.lang.String.valueOf:(C)Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Char this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/tests/debug/LLVMDebugValue$Char;

  void checkValue(com.oracle.truffle.api.debug.DebugValue);
    descriptor: (Lcom/oracle/truffle/api/debug/DebugValue;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Char this
        start local 1 // com.oracle.truffle.api.debug.DebugValue value
         0: .line 140
            aload 1 /* value */
            invokevirtual com.oracle.truffle.api.debug.DebugValue.toDisplayString:()Ljava/lang/String;
            astore 2 /* val */
        start local 2 // java.lang.String val
         1: .line 141
            aload 2 /* val */
            ifnull 2
            aload 2 /* val */
            invokevirtual java.lang.String.length:()I
            iconst_1
            if_icmpeq 3
         2: .line 142
      StackMap locals: java.lang.String
      StackMap stack:
            new java.lang.AssertionError
            dup
            ldc "Expected character '%s', but was %s"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Char.expected:C
            invokestatic java.lang.Character.valueOf:(C)Ljava/lang/Character;
            aastore
            dup
            iconst_1
            aload 2 /* val */
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         3: .line 144
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Char.expected:C
            i2l
            aload 2 /* val */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         4: .line 145
            return
        end local 2 // java.lang.String val
        end local 1 // com.oracle.truffle.api.debug.DebugValue value
        end local 0 // com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Char this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/oracle/truffle/llvm/tests/debug/LLVMDebugValue$Char;
            0    5     1  value  Lcom/oracle/truffle/api/debug/DebugValue;
            1    5     2    val  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "LLVMDebugValue.java"
NestHost: com.oracle.truffle.llvm.tests.debug.LLVMDebugValue
InnerClasses:
  final Char = com.oracle.truffle.llvm.tests.debug.LLVMDebugValue$Char of com.oracle.truffle.llvm.tests.debug.LLVMDebugValue