public class org.graalvm.compiler.jtt.loop.Loop13$Loop
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.jtt.loop.Loop13$Loop
  super_class: java.lang.Object
{
  private int index;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Object[] nodes;
    descriptor: [Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  private int size;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.jtt.loop.Loop13$Loop this
        start local 1 // int start
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            bipush 7
            anewarray java.lang.Object
            dup
            iconst_2
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            aastore
            dup
            iconst_5
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            aastore
            putfield org.graalvm.compiler.jtt.loop.Loop13$Loop.nodes:[Ljava/lang/Object;
         2: .line 39
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.compiler.jtt.loop.Loop13$Loop.nodes:[Ljava/lang/Object;
            arraylength
            putfield org.graalvm.compiler.jtt.loop.Loop13$Loop.size:I
         3: .line 42
            aload 0 /* this */
            iload 1 /* start */
            putfield org.graalvm.compiler.jtt.loop.Loop13$Loop.index:I
         4: .line 43
            return
        end local 1 // int start
        end local 0 // org.graalvm.compiler.jtt.loop.Loop13$Loop this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/graalvm/compiler/jtt/loop/Loop13$Loop;
            0    5     1  start  I
    MethodParameters:
       Name  Flags
      start  

  public void test0();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.loop.Loop13$Loop this
         0: .line 46
            aload 0 /* this */
            getfield org.graalvm.compiler.jtt.loop.Loop13$Loop.index:I
            aload 0 /* this */
            getfield org.graalvm.compiler.jtt.loop.Loop13$Loop.size:I
            if_icmpge 3
         1: .line 48
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.graalvm.compiler.jtt.loop.Loop13$Loop.index:I
            iconst_1
            iadd
            putfield org.graalvm.compiler.jtt.loop.Loop13$Loop.index:I
         2: .line 49
            aload 0 /* this */
            getfield org.graalvm.compiler.jtt.loop.Loop13$Loop.index:I
            aload 0 /* this */
            getfield org.graalvm.compiler.jtt.loop.Loop13$Loop.size:I
            if_icmpge 3
            aload 0 /* this */
            getfield org.graalvm.compiler.jtt.loop.Loop13$Loop.nodes:[Ljava/lang/Object;
            aload 0 /* this */
            getfield org.graalvm.compiler.jtt.loop.Loop13$Loop.index:I
            aaload
            ifnull 1
         3: .line 51
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.graalvm.compiler.jtt.loop.Loop13$Loop this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/jtt/loop/Loop13$Loop;

  public int getIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.loop.Loop13$Loop this
         0: .line 54
            aload 0 /* this */
            getfield org.graalvm.compiler.jtt.loop.Loop13$Loop.index:I
            ireturn
        end local 0 // org.graalvm.compiler.jtt.loop.Loop13$Loop this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/loop/Loop13$Loop;
}
SourceFile: "Loop13.java"
NestHost: org.graalvm.compiler.jtt.loop.Loop13
InnerClasses:
  public Loop = org.graalvm.compiler.jtt.loop.Loop13$Loop of org.graalvm.compiler.jtt.loop.Loop13