final class com.oracle.truffle.api.library.test.examples.ArrayStrategy1$BufferArray
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.examples.ArrayStrategy1$BufferArray
  super_class: java.lang.Object
{
  int length;
    descriptor: I
    flags: (0x0000) 

  int[] buffer;
    descriptor: [I
    flags: (0x0000) 

  final com.oracle.truffle.api.library.test.examples.ArrayStrategy1 this$0;
    descriptor: Lcom/oracle/truffle/api/library/test/examples/ArrayStrategy1;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.api.library.test.examples.ArrayStrategy1, int);
    descriptor: (Lcom/oracle/truffle/api/library/test/examples/ArrayStrategy1;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.library.test.examples.ArrayStrategy1$BufferArray this
        start local 2 // int length
         0: .line 67
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.library.test.examples.ArrayStrategy1$BufferArray.this$0:Lcom/oracle/truffle/api/library/test/examples/ArrayStrategy1;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 68
            aload 0 /* this */
            iload 2 /* length */
            putfield com.oracle.truffle.api.library.test.examples.ArrayStrategy1$BufferArray.length:I
         2: .line 69
            aload 0 /* this */
            iload 2 /* length */
            newarray 10
            putfield com.oracle.truffle.api.library.test.examples.ArrayStrategy1$BufferArray.buffer:[I
         3: .line 70
            return
        end local 2 // int length
        end local 0 // com.oracle.truffle.api.library.test.examples.ArrayStrategy1$BufferArray this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/oracle/truffle/api/library/test/examples/ArrayStrategy1$BufferArray;
            0    4     2  length  I
    MethodParameters:
        Name  Flags
      this$0  final
      length  
}
SourceFile: "ArrayStrategy1.java"
NestHost: com.oracle.truffle.api.library.test.examples.ArrayStrategy1
InnerClasses:
  final BufferArray = com.oracle.truffle.api.library.test.examples.ArrayStrategy1$BufferArray of com.oracle.truffle.api.library.test.examples.ArrayStrategy1