public class com.oracle.truffle.js.test.debug.TestScope$TestInteropClass
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.js.test.debug.TestScope$TestInteropClass
  super_class: java.lang.Object
{
  public int intField;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public com.oracle.truffle.js.test.debug.TestScope$TestInteropClass thisField;
    descriptor: Lcom/oracle/truffle/js/test/debug/TestScope$TestInteropClass;
    flags: (0x0001) ACC_PUBLIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.debug.TestScope$TestInteropClass this
         0: .line 814
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 816
            aload 0 /* this */
            bipush 10
            putfield com.oracle.truffle.js.test.debug.TestScope$TestInteropClass.intField:I
         2: .line 817
            aload 0 /* this */
            aload 0 /* this */
            putfield com.oracle.truffle.js.test.debug.TestScope$TestInteropClass.thisField:Lcom/oracle/truffle/js/test/debug/TestScope$TestInteropClass;
         3: .line 814
            return
        end local 0 // com.oracle.truffle.js.test.debug.TestScope$TestInteropClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/js/test/debug/TestScope$TestInteropClass;

  public java.lang.String[] getArray();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.debug.TestScope$TestInteropClass this
         0: .line 820
            iconst_3
            anewarray java.lang.String
            dup
            iconst_0
            ldc "A"
            aastore
            dup
            iconst_1
            ldc "B"
            aastore
            dup
            iconst_2
            ldc "C"
            aastore
            areturn
        end local 0 // com.oracle.truffle.js.test.debug.TestScope$TestInteropClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/debug/TestScope$TestInteropClass;
}
SourceFile: "TestScope.java"
NestHost: com.oracle.truffle.js.test.debug.TestScope
InnerClasses:
  public TestInteropClass = com.oracle.truffle.js.test.debug.TestScope$TestInteropClass of com.oracle.truffle.js.test.debug.TestScope