final class jdk.nashorn.internal.codegen.CompilationPhase$ApplySpecializationPhase extends jdk.nashorn.internal.codegen.CompilationPhase
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.nashorn.internal.codegen.CompilationPhase$ApplySpecializationPhase
  super_class: jdk.nashorn.internal.codegen.CompilationPhase
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.codegen.CompilationPhase$ApplySpecializationPhase this
         0: .line 96
            aload 0 /* this */
            invokespecial jdk.nashorn.internal.codegen.CompilationPhase.<init>:()V
            return
        end local 0 // jdk.nashorn.internal.codegen.CompilationPhase$ApplySpecializationPhase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/codegen/CompilationPhase$ApplySpecializationPhase;

  jdk.nashorn.internal.ir.FunctionNode transform(jdk.nashorn.internal.codegen.Compiler, jdk.nashorn.internal.codegen.Compiler$CompilationPhases, jdk.nashorn.internal.ir.FunctionNode);
    descriptor: (Ljdk/nashorn/internal/codegen/Compiler;Ljdk/nashorn/internal/codegen/Compiler$CompilationPhases;Ljdk/nashorn/internal/ir/FunctionNode;)Ljdk/nashorn/internal/ir/FunctionNode;
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // jdk.nashorn.internal.codegen.CompilationPhase$ApplySpecializationPhase this
        start local 1 // jdk.nashorn.internal.codegen.Compiler compiler
        start local 2 // jdk.nashorn.internal.codegen.Compiler$CompilationPhases phases
        start local 3 // jdk.nashorn.internal.ir.FunctionNode fn
         0: .line 99
            aload 3 /* fn */
            new jdk.nashorn.internal.codegen.ApplySpecialization
            dup
            aload 1 /* compiler */
            invokespecial jdk.nashorn.internal.codegen.ApplySpecialization.<init>:(Ljdk/nashorn/internal/codegen/Compiler;)V
            invokestatic jdk.nashorn.internal.codegen.CompilationPhase.transformFunction:(Ljdk/nashorn/internal/ir/FunctionNode;Ljdk/nashorn/internal/ir/visitor/NodeVisitor;)Ljdk/nashorn/internal/ir/FunctionNode;
            areturn
        end local 3 // jdk.nashorn.internal.ir.FunctionNode fn
        end local 2 // jdk.nashorn.internal.codegen.Compiler$CompilationPhases phases
        end local 1 // jdk.nashorn.internal.codegen.Compiler compiler
        end local 0 // jdk.nashorn.internal.codegen.CompilationPhase$ApplySpecializationPhase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Ljdk/nashorn/internal/codegen/CompilationPhase$ApplySpecializationPhase;
            0    1     1  compiler  Ljdk/nashorn/internal/codegen/Compiler;
            0    1     2    phases  Ljdk/nashorn/internal/codegen/Compiler$CompilationPhases;
            0    1     3        fn  Ljdk/nashorn/internal/ir/FunctionNode;
    MethodParameters:
          Name  Flags
      compiler  final
      phases    final
      fn        final

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.codegen.CompilationPhase$ApplySpecializationPhase this
         0: .line 104
            ldc "'Builtin Replacement'"
            areturn
        end local 0 // jdk.nashorn.internal.codegen.CompilationPhase$ApplySpecializationPhase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/codegen/CompilationPhase$ApplySpecializationPhase;
}
SourceFile: "CompilationPhase.java"
NestHost: jdk.nashorn.internal.codegen.CompilationPhase
InnerClasses:
  private final ApplySpecializationPhase = jdk.nashorn.internal.codegen.CompilationPhase$ApplySpecializationPhase of jdk.nashorn.internal.codegen.CompilationPhase
  public CompilationPhases = jdk.nashorn.internal.codegen.Compiler$CompilationPhases of jdk.nashorn.internal.codegen.Compiler