final class jdk.nashorn.internal.codegen.CompilationPhase$DeclareLocalSymbolsPhase 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$DeclareLocalSymbolsPhase
  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$DeclareLocalSymbolsPhase this
         0: .line 218
            aload 0 /* this */
            invokespecial jdk.nashorn.internal.codegen.CompilationPhase.<init>:()V
            return
        end local 0 // jdk.nashorn.internal.codegen.CompilationPhase$DeclareLocalSymbolsPhase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/codegen/CompilationPhase$DeclareLocalSymbolsPhase;

  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=5, locals=4, args_size=4
        start local 0 // jdk.nashorn.internal.codegen.CompilationPhase$DeclareLocalSymbolsPhase 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 224
            aload 1 /* compiler */
            invokevirtual jdk.nashorn.internal.codegen.Compiler.useOptimisticTypes:()Z
            ifeq 2
            aload 1 /* compiler */
            invokevirtual jdk.nashorn.internal.codegen.Compiler.isOnDemandCompilation:()Z
            ifeq 2
         1: .line 225
            aload 3 /* fn */
            invokevirtual jdk.nashorn.internal.ir.FunctionNode.getBody:()Ljdk/nashorn/internal/ir/Block;
            new jdk.nashorn.internal.codegen.CompilationPhase$DeclareLocalSymbolsPhase$1
            dup
            aload 0 /* this */
            aload 1 /* compiler */
            invokespecial jdk.nashorn.internal.codegen.CompilationPhase$DeclareLocalSymbolsPhase$1.<init>:(Ljdk/nashorn/internal/codegen/CompilationPhase$DeclareLocalSymbolsPhase;Ljdk/nashorn/internal/codegen/Compiler;)V
            invokevirtual jdk.nashorn.internal.ir.Block.accept:(Ljdk/nashorn/internal/ir/visitor/NodeVisitor;)Ljdk/nashorn/internal/ir/Node;
            pop
         2: .line 245
      StackMap locals:
      StackMap stack:
            aload 3 /* fn */
            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$DeclareLocalSymbolsPhase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Ljdk/nashorn/internal/codegen/CompilationPhase$DeclareLocalSymbolsPhase;
            0    3     1  compiler  Ljdk/nashorn/internal/codegen/Compiler;
            0    3     2    phases  Ljdk/nashorn/internal/codegen/Compiler$CompilationPhases;
            0    3     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$DeclareLocalSymbolsPhase this
         0: .line 250
            ldc "'Local Symbols Declaration'"
            areturn
        end local 0 // jdk.nashorn.internal.codegen.CompilationPhase$DeclareLocalSymbolsPhase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/codegen/CompilationPhase$DeclareLocalSymbolsPhase;
}
SourceFile: "CompilationPhase.java"
NestHost: jdk.nashorn.internal.codegen.CompilationPhase
InnerClasses:
  private final DeclareLocalSymbolsPhase = jdk.nashorn.internal.codegen.CompilationPhase$DeclareLocalSymbolsPhase of jdk.nashorn.internal.codegen.CompilationPhase
  jdk.nashorn.internal.codegen.CompilationPhase$DeclareLocalSymbolsPhase$1
  public CompilationPhases = jdk.nashorn.internal.codegen.Compiler$CompilationPhases of jdk.nashorn.internal.codegen.Compiler