class jdk.nashorn.internal.codegen.CompilationPhase$DeclareLocalSymbolsPhase$1 extends jdk.nashorn.internal.ir.visitor.SimpleNodeVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.nashorn.internal.codegen.CompilationPhase$DeclareLocalSymbolsPhase$1
  super_class: jdk.nashorn.internal.ir.visitor.SimpleNodeVisitor
{
  final jdk.nashorn.internal.codegen.CompilationPhase$DeclareLocalSymbolsPhase this$1;
    descriptor: Ljdk/nashorn/internal/codegen/CompilationPhase$DeclareLocalSymbolsPhase;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final jdk.nashorn.internal.codegen.Compiler val$compiler;
    descriptor: Ljdk/nashorn/internal/codegen/Compiler;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(jdk.nashorn.internal.codegen.CompilationPhase$DeclareLocalSymbolsPhase, jdk.nashorn.internal.codegen.Compiler);
    descriptor: (Ljdk/nashorn/internal/codegen/CompilationPhase$DeclareLocalSymbolsPhase;Ljdk/nashorn/internal/codegen/Compiler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // jdk.nashorn.internal.codegen.CompilationPhase$DeclareLocalSymbolsPhase$1 this
         0: .line 225
            aload 0 /* this */
            aload 1
            putfield jdk.nashorn.internal.codegen.CompilationPhase$DeclareLocalSymbolsPhase$1.this$1:Ljdk/nashorn/internal/codegen/CompilationPhase$DeclareLocalSymbolsPhase;
            aload 0 /* this */
            aload 2
            putfield jdk.nashorn.internal.codegen.CompilationPhase$DeclareLocalSymbolsPhase$1.val$compiler:Ljdk/nashorn/internal/codegen/Compiler;
            aload 0 /* this */
            invokespecial jdk.nashorn.internal.ir.visitor.SimpleNodeVisitor.<init>:()V
            return
        end local 0 // jdk.nashorn.internal.codegen.CompilationPhase$DeclareLocalSymbolsPhase$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/codegen/CompilationPhase$DeclareLocalSymbolsPhase$1;
    MethodParameters:
              Name  Flags
      this$0        final
      val$compiler  final

  public boolean enterFunctionNode(jdk.nashorn.internal.ir.FunctionNode);
    descriptor: (Ljdk/nashorn/internal/ir/FunctionNode;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // jdk.nashorn.internal.codegen.CompilationPhase$DeclareLocalSymbolsPhase$1 this
        start local 1 // jdk.nashorn.internal.ir.FunctionNode functionNode
         0: .line 232
            iconst_0
            ireturn
        end local 1 // jdk.nashorn.internal.ir.FunctionNode functionNode
        end local 0 // jdk.nashorn.internal.codegen.CompilationPhase$DeclareLocalSymbolsPhase$1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Ljdk/nashorn/internal/codegen/CompilationPhase$DeclareLocalSymbolsPhase$1;
            0    1     1  functionNode  Ljdk/nashorn/internal/ir/FunctionNode;
    MethodParameters:
              Name  Flags
      functionNode  final

  public boolean enterBlock(jdk.nashorn.internal.ir.Block);
    descriptor: (Ljdk/nashorn/internal/ir/Block;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // jdk.nashorn.internal.codegen.CompilationPhase$DeclareLocalSymbolsPhase$1 this
        start local 1 // jdk.nashorn.internal.ir.Block block
         0: .line 236
            aload 1 /* block */
            invokevirtual jdk.nashorn.internal.ir.Block.getSymbols:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: jdk.nashorn.internal.codegen.CompilationPhase$DeclareLocalSymbolsPhase$1 jdk.nashorn.internal.ir.Block top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast jdk.nashorn.internal.ir.Symbol
            astore 2 /* symbol */
        start local 2 // jdk.nashorn.internal.ir.Symbol symbol
         2: .line 237
            aload 2 /* symbol */
            invokevirtual jdk.nashorn.internal.ir.Symbol.isScope:()Z
            ifne 4
         3: .line 238
            aload 0 /* this */
            getfield jdk.nashorn.internal.codegen.CompilationPhase$DeclareLocalSymbolsPhase$1.val$compiler:Ljdk/nashorn/internal/codegen/Compiler;
            aload 2 /* symbol */
            invokevirtual jdk.nashorn.internal.ir.Symbol.getName:()Ljava/lang/String;
            invokevirtual jdk.nashorn.internal.codegen.Compiler.declareLocalSymbol:(Ljava/lang/String;)V
        end local 2 // jdk.nashorn.internal.ir.Symbol symbol
         4: .line 236
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 241
            iconst_1
            ireturn
        end local 1 // jdk.nashorn.internal.ir.Block block
        end local 0 // jdk.nashorn.internal.codegen.CompilationPhase$DeclareLocalSymbolsPhase$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljdk/nashorn/internal/codegen/CompilationPhase$DeclareLocalSymbolsPhase$1;
            0    6     1   block  Ljdk/nashorn/internal/ir/Block;
            2    4     2  symbol  Ljdk/nashorn/internal/ir/Symbol;
    MethodParameters:
       Name  Flags
      block  final
}
SourceFile: "CompilationPhase.java"
EnclosingMethod: jdk.nashorn.internal.codegen.CompilationPhase$DeclareLocalSymbolsPhase.transform:(Ljdk/nashorn/internal/codegen/Compiler;Ljdk/nashorn/internal/codegen/Compiler$CompilationPhases;Ljdk/nashorn/internal/ir/FunctionNode;)Ljdk/nashorn/internal/ir/FunctionNode;
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