abstract class org.graalvm.compiler.jtt.micro.InvokeInterface_03$A implements org.graalvm.compiler.jtt.micro.InvokeInterface_03$I
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: org.graalvm.compiler.jtt.micro.InvokeInterface_03$A
super_class: java.lang.Object
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 // org.graalvm.compiler.jtt.micro.InvokeInterface_03$A this
0: .line 41
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // org.graalvm.compiler.jtt.micro.InvokeInterface_03$A this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/jtt/micro/InvokeInterface_03$A;
}
SourceFile: "InvokeInterface_03.java"
NestHost: org.graalvm.compiler.jtt.micro.InvokeInterface_03
InnerClasses:
abstract A = org.graalvm.compiler.jtt.micro.InvokeInterface_03$A of org.graalvm.compiler.jtt.micro.InvokeInterface_03
abstract I = org.graalvm.compiler.jtt.micro.InvokeInterface_03$I of org.graalvm.compiler.jtt.micro.InvokeInterface_03