public class com.oracle.truffle.api.library.test.examples.ArrayStrategy1
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.examples.ArrayStrategy1
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.examples.ArrayStrategy1 this
         0: .line 61
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.examples.ArrayStrategy1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/examples/ArrayStrategy1;

  public void runExample();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.examples.ArrayStrategy1 this
         0: .line 135
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tArrayReadNodeGen cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.library.test.examples.ArrayStrategy1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/examples/ArrayStrategy1;
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "ArrayStrategy1.java"
NestMembers:
  com.oracle.truffle.api.library.test.examples.ArrayStrategy1$ArgumentNode  com.oracle.truffle.api.library.test.examples.ArrayStrategy1$ArrayReadNode  com.oracle.truffle.api.library.test.examples.ArrayStrategy1$BufferArray  com.oracle.truffle.api.library.test.examples.ArrayStrategy1$ExampleRootNode  com.oracle.truffle.api.library.test.examples.ArrayStrategy1$ExpressionNode  com.oracle.truffle.api.library.test.examples.ArrayStrategy1$SequenceArray
InnerClasses:
  final ArgumentNode = com.oracle.truffle.api.library.test.examples.ArrayStrategy1$ArgumentNode of com.oracle.truffle.api.library.test.examples.ArrayStrategy1
  abstract ArrayReadNode = com.oracle.truffle.api.library.test.examples.ArrayStrategy1$ArrayReadNode of com.oracle.truffle.api.library.test.examples.ArrayStrategy1
  final BufferArray = com.oracle.truffle.api.library.test.examples.ArrayStrategy1$BufferArray of com.oracle.truffle.api.library.test.examples.ArrayStrategy1
  final ExampleRootNode = com.oracle.truffle.api.library.test.examples.ArrayStrategy1$ExampleRootNode of com.oracle.truffle.api.library.test.examples.ArrayStrategy1
  abstract ExpressionNode = com.oracle.truffle.api.library.test.examples.ArrayStrategy1$ExpressionNode of com.oracle.truffle.api.library.test.examples.ArrayStrategy1
  final SequenceArray = com.oracle.truffle.api.library.test.examples.ArrayStrategy1$SequenceArray of com.oracle.truffle.api.library.test.examples.ArrayStrategy1