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

  final int stride;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int length;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  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, int, int);
    descriptor: (Lcom/oracle/truffle/api/library/test/examples/ArrayStrategy1;III)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // com.oracle.truffle.api.library.test.examples.ArrayStrategy1$SequenceArray this
        start local 2 // int start
        start local 3 // int stride
        start local 4 // int length
         0: .line 78
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.library.test.examples.ArrayStrategy1$SequenceArray.this$0:Lcom/oracle/truffle/api/library/test/examples/ArrayStrategy1;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 79
            aload 0 /* this */
            iload 2 /* start */
            putfield com.oracle.truffle.api.library.test.examples.ArrayStrategy1$SequenceArray.start:I
         2: .line 80
            aload 0 /* this */
            iload 3 /* stride */
            putfield com.oracle.truffle.api.library.test.examples.ArrayStrategy1$SequenceArray.stride:I
         3: .line 81
            aload 0 /* this */
            iload 4 /* length */
            putfield com.oracle.truffle.api.library.test.examples.ArrayStrategy1$SequenceArray.length:I
         4: .line 82
            return
        end local 4 // int length
        end local 3 // int stride
        end local 2 // int start
        end local 0 // com.oracle.truffle.api.library.test.examples.ArrayStrategy1$SequenceArray this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/oracle/truffle/api/library/test/examples/ArrayStrategy1$SequenceArray;
            0    5     2   start  I
            0    5     3  stride  I
            0    5     4  length  I
    MethodParameters:
        Name  Flags
      this$0  final
      start   
      stride  
      length  
}
SourceFile: "ArrayStrategy1.java"
NestHost: com.oracle.truffle.api.library.test.examples.ArrayStrategy1
InnerClasses:
  final SequenceArray = com.oracle.truffle.api.library.test.examples.ArrayStrategy1$SequenceArray of com.oracle.truffle.api.library.test.examples.ArrayStrategy1