class org.graalvm.compiler.jtt.loop.Loop17$L
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.jtt.loop.Loop17$L
  super_class: java.lang.Object
{
  public int a;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int b;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int c;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public void <init>(int, int, int);
    descriptor: (III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.graalvm.compiler.jtt.loop.Loop17$L this
        start local 1 // int a
        start local 2 // int b
        start local 3 // int c
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            iload 1 /* a */
            putfield org.graalvm.compiler.jtt.loop.Loop17$L.a:I
         2: .line 45
            aload 0 /* this */
            iload 2 /* b */
            putfield org.graalvm.compiler.jtt.loop.Loop17$L.b:I
         3: .line 46
            aload 0 /* this */
            iload 3 /* c */
            putfield org.graalvm.compiler.jtt.loop.Loop17$L.c:I
         4: .line 47
            return
        end local 3 // int c
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.graalvm.compiler.jtt.loop.Loop17$L this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/graalvm/compiler/jtt/loop/Loop17$L;
            0    5     1     a  I
            0    5     2     b  I
            0    5     3     c  I
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
}
SourceFile: "Loop17.java"
NestHost: org.graalvm.compiler.jtt.loop.Loop17
InnerClasses:
  private L = org.graalvm.compiler.jtt.loop.Loop17$L of org.graalvm.compiler.jtt.loop.Loop17