class org.graalvm.compiler.truffle.compiler.TruffleCompilerImpl$TrufflePostCodeInstallationTaskFactory extends org.graalvm.compiler.core.target.Backend$CodeInstallationTaskFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.truffle.compiler.TruffleCompilerImpl$TrufflePostCodeInstallationTaskFactory
  super_class: org.graalvm.compiler.core.target.Backend$CodeInstallationTaskFactory
{
  final org.graalvm.compiler.truffle.compiler.TruffleCompilerImpl this$0;
    descriptor: Lorg/graalvm/compiler/truffle/compiler/TruffleCompilerImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.graalvm.compiler.truffle.compiler.TruffleCompilerImpl);
    descriptor: (Lorg/graalvm/compiler/truffle/compiler/TruffleCompilerImpl;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.compiler.TruffleCompilerImpl$TrufflePostCodeInstallationTaskFactory this
         0: .line 922
            aload 0 /* this */
            aload 1
            putfield org.graalvm.compiler.truffle.compiler.TruffleCompilerImpl$TrufflePostCodeInstallationTaskFactory.this$0:Lorg/graalvm/compiler/truffle/compiler/TruffleCompilerImpl;
            aload 0 /* this */
            invokespecial org.graalvm.compiler.core.target.Backend$CodeInstallationTaskFactory.<init>:()V
            return
        end local 0 // org.graalvm.compiler.truffle.compiler.TruffleCompilerImpl$TrufflePostCodeInstallationTaskFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/compiler/TruffleCompilerImpl$TrufflePostCodeInstallationTaskFactory;
    MethodParameters:
        Name  Flags
      this$0  final

  public org.graalvm.compiler.core.target.Backend$CodeInstallationTask create();
    descriptor: ()Lorg/graalvm/compiler/core/target/Backend$CodeInstallationTask;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.compiler.TruffleCompilerImpl$TrufflePostCodeInstallationTaskFactory this
         0: .line 926
            new org.graalvm.compiler.truffle.compiler.TruffleCompilerImpl$TruffleCodeInstallationTask
            dup
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.compiler.TruffleCompilerImpl$TrufflePostCodeInstallationTaskFactory.this$0:Lorg/graalvm/compiler/truffle/compiler/TruffleCompilerImpl;
            invokespecial org.graalvm.compiler.truffle.compiler.TruffleCompilerImpl$TruffleCodeInstallationTask.<init>:(Lorg/graalvm/compiler/truffle/compiler/TruffleCompilerImpl;)V
            areturn
        end local 0 // org.graalvm.compiler.truffle.compiler.TruffleCompilerImpl$TrufflePostCodeInstallationTaskFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/compiler/TruffleCompilerImpl$TrufflePostCodeInstallationTaskFactory;
}
SourceFile: "TruffleCompilerImpl.java"
NestHost: org.graalvm.compiler.truffle.compiler.TruffleCompilerImpl
InnerClasses:
  public abstract CodeInstallationTask = org.graalvm.compiler.core.target.Backend$CodeInstallationTask of org.graalvm.compiler.core.target.Backend
  public abstract CodeInstallationTaskFactory = org.graalvm.compiler.core.target.Backend$CodeInstallationTaskFactory of org.graalvm.compiler.core.target.Backend
  private final TruffleCodeInstallationTask = org.graalvm.compiler.truffle.compiler.TruffleCompilerImpl$TruffleCodeInstallationTask of org.graalvm.compiler.truffle.compiler.TruffleCompilerImpl
  private TrufflePostCodeInstallationTaskFactory = org.graalvm.compiler.truffle.compiler.TruffleCompilerImpl$TrufflePostCodeInstallationTaskFactory of org.graalvm.compiler.truffle.compiler.TruffleCompilerImpl