public abstract class org.graalvm.compiler.replacements.GraphKit$Structure
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.graalvm.compiler.replacements.GraphKit$Structure
  super_class: java.lang.Object
{
  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.GraphKit$Structure this
         0: .line 107
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.replacements.GraphKit$Structure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/GraphKit$Structure;
}
SourceFile: "GraphKit.java"
NestHost: org.graalvm.compiler.replacements.GraphKit
InnerClasses:
  protected abstract Structure = org.graalvm.compiler.replacements.GraphKit$Structure of org.graalvm.compiler.replacements.GraphKit