class com.oracle.truffle.js.test.runtime.JSRuntimeTest$TestCharSequence implements java.lang.CharSequence
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.js.test.runtime.JSRuntimeTest$TestCharSequence
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.runtime.JSRuntimeTest$TestCharSequence this
         0: .line 420
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.js.test.runtime.JSRuntimeTest$TestCharSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/runtime/JSRuntimeTest$TestCharSequence;

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.runtime.JSRuntimeTest$TestCharSequence this
         0: .line 423
            bipush 42
            ireturn
        end local 0 // com.oracle.truffle.js.test.runtime.JSRuntimeTest$TestCharSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/runtime/JSRuntimeTest$TestCharSequence;

  public char charAt(int);
    descriptor: (I)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.test.runtime.JSRuntimeTest$TestCharSequence this
        start local 1 // int index
         0: .line 428
            bipush 65
            ireturn
        end local 1 // int index
        end local 0 // com.oracle.truffle.js.test.runtime.JSRuntimeTest$TestCharSequence this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/js/test/runtime/JSRuntimeTest$TestCharSequence;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.lang.CharSequence subSequence(int, int);
    descriptor: (II)Ljava/lang/CharSequence;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.test.runtime.JSRuntimeTest$TestCharSequence this
        start local 1 // int start
        start local 2 // int end
         0: .line 433
            aconst_null
            areturn
        end local 2 // int end
        end local 1 // int start
        end local 0 // com.oracle.truffle.js.test.runtime.JSRuntimeTest$TestCharSequence this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/js/test/runtime/JSRuntimeTest$TestCharSequence;
            0    1     1  start  I
            0    1     2    end  I
    MethodParameters:
       Name  Flags
      start  
      end    
}
SourceFile: "JSRuntimeTest.java"
NestHost: com.oracle.truffle.js.test.runtime.JSRuntimeTest
InnerClasses:
  private TestCharSequence = com.oracle.truffle.js.test.runtime.JSRuntimeTest$TestCharSequence of com.oracle.truffle.js.test.runtime.JSRuntimeTest