class org.graalvm.compiler.jtt.micro.InvokeInterface_04$C9 extends org.graalvm.compiler.jtt.micro.InvokeInterface_04$A
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.jtt.micro.InvokeInterface_04$C9
  super_class: org.graalvm.compiler.jtt.micro.InvokeInterface_04$A
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.micro.InvokeInterface_04$C9 this
         0: .line 110
            aload 0 /* this */
            invokespecial org.graalvm.compiler.jtt.micro.InvokeInterface_04$A.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.micro.InvokeInterface_04$C9 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/micro/InvokeInterface_04$C9;

  public int plus(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.jtt.micro.InvokeInterface_04$C9 this
        start local 1 // int a
         0: .line 114
            iload 1 /* a */
            ireturn
        end local 1 // int a
        end local 0 // org.graalvm.compiler.jtt.micro.InvokeInterface_04$C9 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/micro/InvokeInterface_04$C9;
            0    1     1     a  I
    MethodParameters:
      Name  Flags
      a     
}
SourceFile: "InvokeInterface_04.java"
NestHost: org.graalvm.compiler.jtt.micro.InvokeInterface_04
InnerClasses:
  abstract A = org.graalvm.compiler.jtt.micro.InvokeInterface_04$A of org.graalvm.compiler.jtt.micro.InvokeInterface_04
  C9 = org.graalvm.compiler.jtt.micro.InvokeInterface_04$C9 of org.graalvm.compiler.jtt.micro.InvokeInterface_04