class com.sun.tools.javac.code.Scope$ScopeImpl extends com.sun.tools.javac.code.Scope$WriteableScope
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.code.Scope$ScopeImpl
  super_class: com.sun.tools.javac.code.Scope$WriteableScope
{
  private int shared;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public com.sun.tools.javac.code.Scope$ScopeImpl next;
    descriptor: Lcom/sun/tools/javac/code/Scope$ScopeImpl;
    flags: (0x0001) ACC_PUBLIC

  com.sun.tools.javac.code.Scope$Entry[] table;
    descriptor: [Lcom/sun/tools/javac/code/Scope$Entry;
    flags: (0x0000) 

  int hashMask;
    descriptor: I
    flags: (0x0000) 

  public com.sun.tools.javac.code.Scope$Entry elems;
    descriptor: Lcom/sun/tools/javac/code/Scope$Entry;
    flags: (0x0001) ACC_PUBLIC

  int nelems;
    descriptor: I
    flags: (0x0000) 

  int removeCount;
    descriptor: I
    flags: (0x0000) 

  private static final com.sun.tools.javac.code.Scope$Entry sentinel;
    descriptor: Lcom/sun/tools/javac/code/Scope$Entry;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int INITIAL_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=0, args_size=0
         0: .line 305
            new com.sun.tools.javac.code.Scope$Entry
            dup
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            invokespecial com.sun.tools.javac.code.Scope$Entry.<init>:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Scope$Entry;Lcom/sun/tools/javac/code/Scope$Entry;Lcom/sun/tools/javac/code/Scope$ScopeImpl;)V
            putstatic com.sun.tools.javac.code.Scope$ScopeImpl.sentinel:Lcom/sun/tools/javac/code/Scope$Entry;
         1: .line 309
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(com.sun.tools.javac.code.Scope$ScopeImpl, com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Scope$Entry[]);
    descriptor: (Lcom/sun/tools/javac/code/Scope$ScopeImpl;Lcom/sun/tools/javac/code/Symbol;[Lcom/sun/tools/javac/code/Scope$Entry;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
        start local 1 // com.sun.tools.javac.code.Scope$ScopeImpl next
        start local 2 // com.sun.tools.javac.code.Symbol owner
        start local 3 // com.sun.tools.javac.code.Scope$Entry[] table
         0: .line 315
            aload 0 /* this */
            aload 2 /* owner */
            invokespecial com.sun.tools.javac.code.Scope$WriteableScope.<init>:(Lcom/sun/tools/javac/code/Symbol;)V
         1: .line 298
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.javac.code.Scope$ScopeImpl.nelems:I
         2: .line 300
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.javac.code.Scope$ScopeImpl.removeCount:I
         3: .line 316
            aload 0 /* this */
            aload 1 /* next */
            putfield com.sun.tools.javac.code.Scope$ScopeImpl.next:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
         4: .line 317
            aload 2 /* owner */
            ifnull 5
            iconst_1
            goto 6
      StackMap locals: com.sun.tools.javac.code.Scope$ScopeImpl com.sun.tools.javac.code.Scope$ScopeImpl com.sun.tools.javac.code.Symbol com.sun.tools.javac.code.Scope$Entry[]
      StackMap stack:
         5: iconst_0
      StackMap locals:
      StackMap stack: int
         6: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         7: .line 318
            aload 0 /* this */
            aload 3 /* table */
            putfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
         8: .line 319
            aload 0 /* this */
            aload 3 /* table */
            arraylength
            iconst_1
            isub
            putfield com.sun.tools.javac.code.Scope$ScopeImpl.hashMask:I
         9: .line 320
            return
        end local 3 // com.sun.tools.javac.code.Scope$Entry[] table
        end local 2 // com.sun.tools.javac.code.Symbol owner
        end local 1 // com.sun.tools.javac.code.Scope$ScopeImpl next
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            0   10     1   next  Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            0   10     2  owner  Lcom/sun/tools/javac/code/Symbol;
            0   10     3  table  [Lcom/sun/tools/javac/code/Scope$Entry;
    MethodParameters:
       Name  Flags
      next   
      owner  
      table  

  private void <init>(com.sun.tools.javac.code.Scope$ScopeImpl, com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Scope$Entry[], int);
    descriptor: (Lcom/sun/tools/javac/code/Scope$ScopeImpl;Lcom/sun/tools/javac/code/Symbol;[Lcom/sun/tools/javac/code/Scope$Entry;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
        start local 1 // com.sun.tools.javac.code.Scope$ScopeImpl next
        start local 2 // com.sun.tools.javac.code.Symbol owner
        start local 3 // com.sun.tools.javac.code.Scope$Entry[] table
        start local 4 // int nelems
         0: .line 324
            aload 0 /* this */
            aload 1 /* next */
            aload 2 /* owner */
            aload 3 /* table */
            invokespecial com.sun.tools.javac.code.Scope$ScopeImpl.<init>:(Lcom/sun/tools/javac/code/Scope$ScopeImpl;Lcom/sun/tools/javac/code/Symbol;[Lcom/sun/tools/javac/code/Scope$Entry;)V
         1: .line 325
            aload 0 /* this */
            iload 4 /* nelems */
            putfield com.sun.tools.javac.code.Scope$ScopeImpl.nelems:I
         2: .line 326
            return
        end local 4 // int nelems
        end local 3 // com.sun.tools.javac.code.Scope$Entry[] table
        end local 2 // com.sun.tools.javac.code.Symbol owner
        end local 1 // com.sun.tools.javac.code.Scope$ScopeImpl next
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            0    3     1    next  Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            0    3     2   owner  Lcom/sun/tools/javac/code/Symbol;
            0    3     3   table  [Lcom/sun/tools/javac/code/Scope$Entry;
            0    3     4  nelems  I
    MethodParameters:
        Name  Flags
      next    
      owner   
      table   
      nelems  

  public void <init>(com.sun.tools.javac.code.Symbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
        start local 1 // com.sun.tools.javac.code.Symbol owner
         0: .line 332
            aload 0 /* this */
            aconst_null
            aload 1 /* owner */
            bipush 16
            anewarray com.sun.tools.javac.code.Scope$Entry
            invokespecial com.sun.tools.javac.code.Scope$ScopeImpl.<init>:(Lcom/sun/tools/javac/code/Scope$ScopeImpl;Lcom/sun/tools/javac/code/Symbol;[Lcom/sun/tools/javac/code/Scope$Entry;)V
         1: .line 333
            return
        end local 1 // com.sun.tools.javac.code.Symbol owner
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            0    2     1  owner  Lcom/sun/tools/javac/code/Symbol;
    MethodParameters:
       Name  Flags
      owner  

  public com.sun.tools.javac.code.Scope$WriteableScope dup(com.sun.tools.javac.code.Symbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Scope$WriteableScope;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
        start local 1 // com.sun.tools.javac.code.Symbol newOwner
         0: .line 341
            new com.sun.tools.javac.code.Scope$ScopeImpl
            dup
            aload 0 /* this */
            aload 1 /* newOwner */
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.nelems:I
            invokespecial com.sun.tools.javac.code.Scope$ScopeImpl.<init>:(Lcom/sun/tools/javac/code/Scope$ScopeImpl;Lcom/sun/tools/javac/code/Symbol;[Lcom/sun/tools/javac/code/Scope$Entry;I)V
            astore 2 /* result */
        start local 2 // com.sun.tools.javac.code.Scope$ScopeImpl result
         1: .line 342
            aload 0 /* this */
            dup
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.shared:I
            iconst_1
            iadd
            putfield com.sun.tools.javac.code.Scope$ScopeImpl.shared:I
         2: .line 345
            aload 2 /* result */
            areturn
        end local 2 // com.sun.tools.javac.code.Scope$ScopeImpl result
        end local 1 // com.sun.tools.javac.code.Symbol newOwner
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            0    3     1  newOwner  Lcom/sun/tools/javac/code/Symbol;
            1    3     2    result  Lcom/sun/tools/javac/code/Scope$ScopeImpl;
    MethodParameters:
          Name  Flags
      newOwner  

  public com.sun.tools.javac.code.Scope$WriteableScope dupUnshared(com.sun.tools.javac.code.Symbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Scope$WriteableScope;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=9, args_size=2
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
        start local 1 // com.sun.tools.javac.code.Symbol newOwner
         0: .line 353
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.shared:I
            ifle 22
         1: .line 356
            new java.util.IdentityHashMap
            dup
            invokespecial java.util.IdentityHashMap.<init>:()V
            invokestatic java.util.Collections.newSetFromMap:(Ljava/util/Map;)Ljava/util/Set;
            astore 2 /* acceptScopes */
        start local 2 // java.util.Set acceptScopes
         2: .line 357
            aload 0 /* this */
            astore 3 /* c */
        start local 3 // com.sun.tools.javac.code.Scope$ScopeImpl c
         3: .line 358
            goto 6
         4: .line 359
      StackMap locals: java.util.Set com.sun.tools.javac.code.Scope$ScopeImpl
      StackMap stack:
            aload 2 /* acceptScopes */
            aload 3 /* c */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         5: .line 360
            aload 3 /* c */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.next:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            astore 3 /* c */
         6: .line 358
      StackMap locals:
      StackMap stack:
            aload 3 /* c */
            ifnonnull 4
         7: .line 362
            iconst_0
            istore 4 /* n */
        start local 4 // int n
         8: .line 363
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
            astore 5 /* oldTable */
        start local 5 // com.sun.tools.javac.code.Scope$Entry[] oldTable
         9: .line 364
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
            arraylength
            anewarray com.sun.tools.javac.code.Scope$Entry
            astore 6 /* newTable */
        start local 6 // com.sun.tools.javac.code.Scope$Entry[] newTable
        10: .line 365
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        11: goto 20
        12: .line 366
      StackMap locals: com.sun.tools.javac.code.Scope$ScopeImpl com.sun.tools.javac.code.Symbol java.util.Set com.sun.tools.javac.code.Scope$ScopeImpl int com.sun.tools.javac.code.Scope$Entry[] com.sun.tools.javac.code.Scope$Entry[] int
      StackMap stack:
            aload 5 /* oldTable */
            iload 7 /* i */
            aaload
            astore 8 /* e */
        start local 8 // com.sun.tools.javac.code.Scope$Entry e
        13: .line 367
            goto 15
        14: .line 368
      StackMap locals: com.sun.tools.javac.code.Scope$Entry
      StackMap stack:
            aload 8 /* e */
            getfield com.sun.tools.javac.code.Scope$Entry.shadowed:Lcom/sun/tools/javac/code/Scope$Entry;
            astore 8 /* e */
        15: .line 367
      StackMap locals:
      StackMap stack:
            aload 8 /* e */
            ifnull 16
            aload 8 /* e */
            getstatic com.sun.tools.javac.code.Scope$ScopeImpl.sentinel:Lcom/sun/tools/javac/code/Scope$Entry;
            if_acmpeq 16
            aload 2 /* acceptScopes */
            aload 8 /* e */
            getfield com.sun.tools.javac.code.Scope$Entry.scope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 14
        16: .line 370
      StackMap locals:
      StackMap stack:
            aload 8 /* e */
            ifnull 19
        17: .line 371
            iinc 4 /* n */ 1
        18: .line 372
            aload 6 /* newTable */
            iload 7 /* i */
            aload 8 /* e */
            aastore
        end local 8 // com.sun.tools.javac.code.Scope$Entry e
        19: .line 365
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 7 /* i */
            aload 5 /* oldTable */
            arraylength
            if_icmplt 12
        end local 7 // int i
        21: .line 375
            new com.sun.tools.javac.code.Scope$ScopeImpl
            dup
            aload 0 /* this */
            aload 1 /* newOwner */
            aload 6 /* newTable */
            iload 4 /* n */
            invokespecial com.sun.tools.javac.code.Scope$ScopeImpl.<init>:(Lcom/sun/tools/javac/code/Scope$ScopeImpl;Lcom/sun/tools/javac/code/Symbol;[Lcom/sun/tools/javac/code/Scope$Entry;I)V
            areturn
        end local 6 // com.sun.tools.javac.code.Scope$Entry[] newTable
        end local 5 // com.sun.tools.javac.code.Scope$Entry[] oldTable
        end local 4 // int n
        end local 3 // com.sun.tools.javac.code.Scope$ScopeImpl c
        end local 2 // java.util.Set acceptScopes
        22: .line 377
      StackMap locals: com.sun.tools.javac.code.Scope$ScopeImpl com.sun.tools.javac.code.Symbol
      StackMap stack:
            new com.sun.tools.javac.code.Scope$ScopeImpl
            dup
            aload 0 /* this */
            aload 1 /* newOwner */
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
            invokevirtual com.sun.tools.javac.code.Scope$Entry[].clone:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Scope$Entry[]
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.nelems:I
            invokespecial com.sun.tools.javac.code.Scope$ScopeImpl.<init>:(Lcom/sun/tools/javac/code/Scope$ScopeImpl;Lcom/sun/tools/javac/code/Symbol;[Lcom/sun/tools/javac/code/Scope$Entry;I)V
            areturn
        end local 1 // com.sun.tools.javac.code.Symbol newOwner
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   23     0          this  Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            0   23     1      newOwner  Lcom/sun/tools/javac/code/Symbol;
            2   22     2  acceptScopes  Ljava/util/Set<Lcom/sun/tools/javac/code/Scope;>;
            3   22     3             c  Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            8   22     4             n  I
            9   22     5      oldTable  [Lcom/sun/tools/javac/code/Scope$Entry;
           10   22     6      newTable  [Lcom/sun/tools/javac/code/Scope$Entry;
           11   21     7             i  I
           13   19     8             e  Lcom/sun/tools/javac/code/Scope$Entry;
    MethodParameters:
          Name  Flags
      newOwner  

  public com.sun.tools.javac.code.Scope$WriteableScope leave();
    descriptor: ()Lcom/sun/tools/javac/code/Scope$WriteableScope;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
         0: .line 385
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.shared:I
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         3: .line 386
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.next:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
            if_acmpeq 11
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.next:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            areturn
         4: .line 388
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.elems:Lcom/sun/tools/javac/code/Scope$Entry;
            getfield com.sun.tools.javac.code.Scope$Entry.sym:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl.getIndex:(Lcom/sun/tools/javac/util/Name;)I
            istore 1 /* hash */
        start local 1 // int hash
         5: .line 389
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
            iload 1 /* hash */
            aaload
            astore 2 /* e */
        start local 2 // com.sun.tools.javac.code.Scope$Entry e
         6: .line 390
            aload 2 /* e */
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.elems:Lcom/sun/tools/javac/code/Scope$Entry;
            if_acmpne 7
            iconst_1
            goto 8
      StackMap locals: int com.sun.tools.javac.code.Scope$Entry
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.elems:Lcom/sun/tools/javac/code/Scope$Entry;
            getfield com.sun.tools.javac.code.Scope$Entry.sym:Lcom/sun/tools/javac/code/Symbol;
            invokestatic com.sun.tools.javac.util.Assert.check:(ZLjava/lang/Object;)V
         9: .line 391
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
            iload 1 /* hash */
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.elems:Lcom/sun/tools/javac/code/Scope$Entry;
            getfield com.sun.tools.javac.code.Scope$Entry.shadowed:Lcom/sun/tools/javac/code/Scope$Entry;
            aastore
        10: .line 392
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.elems:Lcom/sun/tools/javac/code/Scope$Entry;
            getfield com.sun.tools.javac.code.Scope$Entry.nextSibling:Lcom/sun/tools/javac/code/Scope$Entry;
            putfield com.sun.tools.javac.code.Scope$ScopeImpl.elems:Lcom/sun/tools/javac/code/Scope$Entry;
        end local 2 // com.sun.tools.javac.code.Scope$Entry e
        end local 1 // int hash
        11: .line 387
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.elems:Lcom/sun/tools/javac/code/Scope$Entry;
            ifnonnull 4
        12: .line 394
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.next:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.shared:I
            ifle 13
            iconst_1
            goto 14
      StackMap locals:
      StackMap stack:
        13: iconst_0
      StackMap locals:
      StackMap stack: int
        14: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
        15: .line 395
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.next:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            dup
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.shared:I
            iconst_1
            isub
            putfield com.sun.tools.javac.code.Scope$ScopeImpl.shared:I
        16: .line 396
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.next:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.nelems:I
            putfield com.sun.tools.javac.code.Scope$ScopeImpl.nelems:I
        17: .line 399
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.next:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            areturn
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            5   11     1  hash  I
            6   11     2     e  Lcom/sun/tools/javac/code/Scope$Entry;

  private void dble();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
         0: .line 405
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.shared:I
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         3: .line 406
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
            astore 1 /* oldtable */
        start local 1 // com.sun.tools.javac.code.Scope$Entry[] oldtable
         4: .line 407
            aload 1 /* oldtable */
            arraylength
            iconst_2
            imul
            anewarray com.sun.tools.javac.code.Scope$Entry
            astore 2 /* newtable */
        start local 2 // com.sun.tools.javac.code.Scope$Entry[] newtable
         5: .line 408
            aload 0 /* this */
            astore 3 /* s */
        start local 3 // com.sun.tools.javac.code.Scope$ScopeImpl s
         6: goto 14
         7: .line 409
      StackMap locals: com.sun.tools.javac.code.Scope$Entry[] com.sun.tools.javac.code.Scope$Entry[] com.sun.tools.javac.code.Scope$ScopeImpl
      StackMap stack:
            aload 3 /* s */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
            aload 1 /* oldtable */
            if_acmpne 13
         8: .line 410
            aload 3 /* s */
            aload 0 /* this */
            if_acmpeq 9
            aload 3 /* s */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.shared:I
            ifne 9
            iconst_0
            goto 10
      StackMap locals:
      StackMap stack:
         9: iconst_1
      StackMap locals:
      StackMap stack: int
        10: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
        11: .line 411
            aload 3 /* s */
            aload 2 /* newtable */
            putfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
        12: .line 412
            aload 3 /* s */
            aload 2 /* newtable */
            arraylength
            iconst_1
            isub
            putfield com.sun.tools.javac.code.Scope$ScopeImpl.hashMask:I
        13: .line 408
      StackMap locals:
      StackMap stack:
            aload 3 /* s */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.next:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            astore 3 /* s */
      StackMap locals:
      StackMap stack:
        14: aload 3 /* s */
            ifnonnull 7
        end local 3 // com.sun.tools.javac.code.Scope$ScopeImpl s
        15: .line 415
            iconst_0
            istore 3 /* n */
        start local 3 // int n
        16: .line 416
            aload 1 /* oldtable */
            arraylength
            istore 4 /* i */
        start local 4 // int i
        17: goto 22
        18: .line 417
      StackMap locals: com.sun.tools.javac.code.Scope$ScopeImpl com.sun.tools.javac.code.Scope$Entry[] com.sun.tools.javac.code.Scope$Entry[] int int
      StackMap stack:
            aload 1 /* oldtable */
            iload 4 /* i */
            aaload
            astore 5 /* e */
        start local 5 // com.sun.tools.javac.code.Scope$Entry e
        19: .line 418
            aload 5 /* e */
            ifnull 22
            aload 5 /* e */
            getstatic com.sun.tools.javac.code.Scope$ScopeImpl.sentinel:Lcom/sun/tools/javac/code/Scope$Entry;
            if_acmpeq 22
        20: .line 419
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
            aload 0 /* this */
            aload 5 /* e */
            getfield com.sun.tools.javac.code.Scope$Entry.sym:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl.getIndex:(Lcom/sun/tools/javac/util/Name;)I
            aload 5 /* e */
            aastore
        21: .line 420
            iinc 3 /* n */ 1
        end local 5 // com.sun.tools.javac.code.Scope$Entry e
        22: .line 416
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ -1
            iload 4 /* i */
            ifge 18
        end local 4 // int i
        23: .line 425
            aload 0 /* this */
            iload 3 /* n */
            putfield com.sun.tools.javac.code.Scope$ScopeImpl.nelems:I
        24: .line 426
            return
        end local 3 // int n
        end local 2 // com.sun.tools.javac.code.Scope$Entry[] newtable
        end local 1 // com.sun.tools.javac.code.Scope$Entry[] oldtable
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   25     0      this  Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            4   25     1  oldtable  [Lcom/sun/tools/javac/code/Scope$Entry;
            5   25     2  newtable  [Lcom/sun/tools/javac/code/Scope$Entry;
            6   15     3         s  Lcom/sun/tools/javac/code/Scope$ScopeImpl;
           16   25     3         n  I
           17   23     4         i  I
           19   22     5         e  Lcom/sun/tools/javac/code/Scope$Entry;

  public void enter(com.sun.tools.javac.code.Symbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
        start local 1 // com.sun.tools.javac.code.Symbol sym
         0: .line 431
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.shared:I
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         3: .line 432
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.nelems:I
            iconst_3
            imul
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.hashMask:I
            iconst_2
            imul
            if_icmplt 5
         4: .line 433
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl.dble:()V
         5: .line 434
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* sym */
            getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl.getIndex:(Lcom/sun/tools/javac/util/Name;)I
            istore 2 /* hash */
        start local 2 // int hash
         6: .line 435
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
            iload 2 /* hash */
            aaload
            astore 3 /* old */
        start local 3 // com.sun.tools.javac.code.Scope$Entry old
         7: .line 436
            aload 3 /* old */
            ifnonnull 10
         8: .line 437
            getstatic com.sun.tools.javac.code.Scope$ScopeImpl.sentinel:Lcom/sun/tools/javac/code/Scope$Entry;
            astore 3 /* old */
         9: .line 438
            aload 0 /* this */
            dup
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.nelems:I
            iconst_1
            iadd
            putfield com.sun.tools.javac.code.Scope$ScopeImpl.nelems:I
        10: .line 440
      StackMap locals: int com.sun.tools.javac.code.Scope$Entry
      StackMap stack:
            new com.sun.tools.javac.code.Scope$Entry
            dup
            aload 1 /* sym */
            aload 3 /* old */
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.elems:Lcom/sun/tools/javac/code/Scope$Entry;
            aload 0 /* this */
            invokespecial com.sun.tools.javac.code.Scope$Entry.<init>:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Scope$Entry;Lcom/sun/tools/javac/code/Scope$Entry;Lcom/sun/tools/javac/code/Scope$ScopeImpl;)V
            astore 4 /* e */
        start local 4 // com.sun.tools.javac.code.Scope$Entry e
        11: .line 441
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
            iload 2 /* hash */
            aload 4 /* e */
            aastore
        12: .line 442
            aload 0 /* this */
            aload 4 /* e */
            putfield com.sun.tools.javac.code.Scope$ScopeImpl.elems:Lcom/sun/tools/javac/code/Scope$Entry;
        13: .line 445
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.listeners:Lcom/sun/tools/javac/code/Scope$ScopeListenerList;
            aload 1 /* sym */
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.code.Scope$ScopeListenerList.symbolAdded:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Scope;)V
        14: .line 446
            return
        end local 4 // com.sun.tools.javac.code.Scope$Entry e
        end local 3 // com.sun.tools.javac.code.Scope$Entry old
        end local 2 // int hash
        end local 1 // com.sun.tools.javac.code.Symbol sym
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            0   15     1   sym  Lcom/sun/tools/javac/code/Symbol;
            6   15     2  hash  I
            7   15     3   old  Lcom/sun/tools/javac/code/Scope$Entry;
           11   15     4     e  Lcom/sun/tools/javac/code/Scope$Entry;
    MethodParameters:
      Name  Flags
      sym   

  public void remove(com.sun.tools.javac.code.Symbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
        start local 1 // com.sun.tools.javac.code.Symbol sym
         0: .line 451
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.shared:I
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         3: .line 452
            aload 0 /* this */
            aload 1 /* sym */
            getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
            aload 1 /* sym */
            invokedynamic accepts(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/Filter;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/sun/tools/javac/code/Scope$ScopeImpl.lambda$0(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Symbol;)Z (6)
                  (Lcom/sun/tools/javac/code/Symbol;)Z
            invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl.lookup:(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;)Lcom/sun/tools/javac/code/Scope$Entry;
            astore 2 /* e */
        start local 2 // com.sun.tools.javac.code.Scope$Entry e
         4: .line 453
            aload 2 /* e */
            getfield com.sun.tools.javac.code.Scope$Entry.scope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            ifnonnull 5
            return
         5: .line 456
      StackMap locals: com.sun.tools.javac.code.Scope$Entry
      StackMap stack:
            aload 0 /* this */
            aload 1 /* sym */
            getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl.getIndex:(Lcom/sun/tools/javac/util/Name;)I
            istore 3 /* i */
        start local 3 // int i
         6: .line 457
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
            iload 3 /* i */
            aaload
            astore 4 /* te */
        start local 4 // com.sun.tools.javac.code.Scope$Entry te
         7: .line 458
            aload 4 /* te */
            aload 2 /* e */
            if_acmpne 9
         8: .line 459
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
            iload 3 /* i */
            aload 2 /* e */
            getfield com.sun.tools.javac.code.Scope$Entry.shadowed:Lcom/sun/tools/javac/code/Scope$Entry;
            aastore
            goto 14
         9: .line 461
      StackMap locals: int com.sun.tools.javac.code.Scope$Entry
      StackMap stack:
            aload 4 /* te */
            getfield com.sun.tools.javac.code.Scope$Entry.shadowed:Lcom/sun/tools/javac/code/Scope$Entry;
            aload 2 /* e */
            if_acmpne 12
        10: .line 462
            aload 4 /* te */
            aload 2 /* e */
            getfield com.sun.tools.javac.code.Scope$Entry.shadowed:Lcom/sun/tools/javac/code/Scope$Entry;
            putfield com.sun.tools.javac.code.Scope$Entry.shadowed:Lcom/sun/tools/javac/code/Scope$Entry;
        11: .line 463
            goto 14
        12: .line 465
      StackMap locals:
      StackMap stack:
            aload 4 /* te */
            getfield com.sun.tools.javac.code.Scope$Entry.shadowed:Lcom/sun/tools/javac/code/Scope$Entry;
            astore 4 /* te */
        13: .line 460
            goto 9
        14: .line 469
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.elems:Lcom/sun/tools/javac/code/Scope$Entry;
            aload 2 /* e */
            if_acmpne 19
        15: .line 470
            aload 0 /* this */
            aload 2 /* e */
            getfield com.sun.tools.javac.code.Scope$Entry.nextSibling:Lcom/sun/tools/javac/code/Scope$Entry;
            putfield com.sun.tools.javac.code.Scope$ScopeImpl.elems:Lcom/sun/tools/javac/code/Scope$Entry;
        16: .line 471
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.elems:Lcom/sun/tools/javac/code/Scope$Entry;
            ifnull 25
        17: .line 472
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.elems:Lcom/sun/tools/javac/code/Scope$Entry;
            aconst_null
            putfield com.sun.tools.javac.code.Scope$Entry.prevSibling:Lcom/sun/tools/javac/code/Scope$Entry;
        18: .line 473
            goto 25
        19: .line 474
      StackMap locals:
      StackMap stack:
            aload 2 /* e */
            getfield com.sun.tools.javac.code.Scope$Entry.prevSibling:Lcom/sun/tools/javac/code/Scope$Entry;
            ifnull 20
            iconst_1
            goto 21
      StackMap locals:
      StackMap stack:
        20: iconst_0
      StackMap locals:
      StackMap stack: int
        21: aload 2 /* e */
            getfield com.sun.tools.javac.code.Scope$Entry.sym:Lcom/sun/tools/javac/code/Symbol;
            invokestatic com.sun.tools.javac.util.Assert.check:(ZLjava/lang/Object;)V
        22: .line 475
            aload 2 /* e */
            getfield com.sun.tools.javac.code.Scope$Entry.prevSibling:Lcom/sun/tools/javac/code/Scope$Entry;
            aload 2 /* e */
            getfield com.sun.tools.javac.code.Scope$Entry.nextSibling:Lcom/sun/tools/javac/code/Scope$Entry;
            putfield com.sun.tools.javac.code.Scope$Entry.nextSibling:Lcom/sun/tools/javac/code/Scope$Entry;
        23: .line 476
            aload 2 /* e */
            getfield com.sun.tools.javac.code.Scope$Entry.nextSibling:Lcom/sun/tools/javac/code/Scope$Entry;
            ifnull 25
        24: .line 477
            aload 2 /* e */
            getfield com.sun.tools.javac.code.Scope$Entry.nextSibling:Lcom/sun/tools/javac/code/Scope$Entry;
            aload 2 /* e */
            getfield com.sun.tools.javac.code.Scope$Entry.prevSibling:Lcom/sun/tools/javac/code/Scope$Entry;
            putfield com.sun.tools.javac.code.Scope$Entry.prevSibling:Lcom/sun/tools/javac/code/Scope$Entry;
        25: .line 480
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.removeCount:I
            iconst_1
            iadd
            putfield com.sun.tools.javac.code.Scope$ScopeImpl.removeCount:I
        26: .line 483
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.listeners:Lcom/sun/tools/javac/code/Scope$ScopeListenerList;
            aload 1 /* sym */
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.code.Scope$ScopeListenerList.symbolRemoved:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Scope;)V
        27: .line 484
            return
        end local 4 // com.sun.tools.javac.code.Scope$Entry te
        end local 3 // int i
        end local 2 // com.sun.tools.javac.code.Scope$Entry e
        end local 1 // com.sun.tools.javac.code.Symbol sym
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   28     0  this  Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            0   28     1   sym  Lcom/sun/tools/javac/code/Symbol;
            4   28     2     e  Lcom/sun/tools/javac/code/Scope$Entry;
            6   28     3     i  I
            7   28     4    te  Lcom/sun/tools/javac/code/Scope$Entry;
    MethodParameters:
      Name  Flags
      sym   

  public void enterIfAbsent(com.sun.tools.javac.code.Symbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
        start local 1 // com.sun.tools.javac.code.Symbol sym
         0: .line 489
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.shared:I
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         3: .line 490
            aload 0 /* this */
            aload 1 /* sym */
            getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl.lookup:(Lcom/sun/tools/javac/util/Name;)Lcom/sun/tools/javac/code/Scope$Entry;
            astore 2 /* e */
        start local 2 // com.sun.tools.javac.code.Scope$Entry e
         4: .line 491
            goto 6
      StackMap locals: com.sun.tools.javac.code.Scope$Entry
      StackMap stack:
         5: aload 2 /* e */
            invokevirtual com.sun.tools.javac.code.Scope$Entry.next:()Lcom/sun/tools/javac/code/Scope$Entry;
            astore 2 /* e */
      StackMap locals:
      StackMap stack:
         6: aload 2 /* e */
            getfield com.sun.tools.javac.code.Scope$Entry.scope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            aload 0 /* this */
            if_acmpne 7
            aload 2 /* e */
            getfield com.sun.tools.javac.code.Scope$Entry.sym:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            aload 1 /* sym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 5
         7: .line 492
      StackMap locals:
      StackMap stack:
            aload 2 /* e */
            getfield com.sun.tools.javac.code.Scope$Entry.scope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            aload 0 /* this */
            if_acmpeq 8
            aload 0 /* this */
            aload 1 /* sym */
            invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl.enter:(Lcom/sun/tools/javac/code/Symbol;)V
         8: .line 493
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.tools.javac.code.Scope$Entry e
        end local 1 // com.sun.tools.javac.code.Symbol sym
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            0    9     1   sym  Lcom/sun/tools/javac/code/Symbol;
            4    9     2     e  Lcom/sun/tools/javac/code/Scope$Entry;
    MethodParameters:
      Name  Flags
      sym   

  public boolean includes(com.sun.tools.javac.code.Symbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
        start local 1 // com.sun.tools.javac.code.Symbol c
         0: .line 499
            aload 0 /* this */
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl.lookup:(Lcom/sun/tools/javac/util/Name;)Lcom/sun/tools/javac/code/Scope$Entry;
            astore 2 /* e */
        start local 2 // com.sun.tools.javac.code.Scope$Entry e
         1: .line 500
            goto 4
         2: .line 502
      StackMap locals: com.sun.tools.javac.code.Scope$Entry
      StackMap stack:
            aload 2 /* e */
            getfield com.sun.tools.javac.code.Scope$Entry.sym:Lcom/sun/tools/javac/code/Symbol;
            aload 1 /* c */
            if_acmpne 3
            iconst_1
            ireturn
         3: .line 501
      StackMap locals:
      StackMap stack:
            aload 2 /* e */
            invokevirtual com.sun.tools.javac.code.Scope$Entry.next:()Lcom/sun/tools/javac/code/Scope$Entry;
            astore 2 /* e */
         4: .line 500
      StackMap locals:
      StackMap stack:
            aload 2 /* e */
            getfield com.sun.tools.javac.code.Scope$Entry.scope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            aload 0 /* this */
            if_acmpeq 2
        end local 2 // com.sun.tools.javac.code.Scope$Entry e
         5: .line 504
            iconst_0
            ireturn
        end local 1 // com.sun.tools.javac.code.Symbol c
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            0    6     1     c  Lcom/sun/tools/javac/code/Symbol;
            1    5     2     e  Lcom/sun/tools/javac/code/Scope$Entry;
    MethodParameters:
      Name  Flags
      c     

  protected com.sun.tools.javac.code.Scope$Entry lookup(com.sun.tools.javac.util.Name);
    descriptor: (Lcom/sun/tools/javac/util/Name;)Lcom/sun/tools/javac/code/Scope$Entry;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
        start local 1 // com.sun.tools.javac.util.Name name
         0: .line 514
            aload 0 /* this */
            aload 1 /* name */
            getstatic com.sun.tools.javac.code.Scope.noFilter:Lcom/sun/tools/javac/util/Filter;
            invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl.lookup:(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;)Lcom/sun/tools/javac/code/Scope$Entry;
            areturn
        end local 1 // com.sun.tools.javac.util.Name name
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            0    1     1  name  Lcom/sun/tools/javac/util/Name;
    MethodParameters:
      Name  Flags
      name  

  protected com.sun.tools.javac.code.Scope$Entry lookup(com.sun.tools.javac.util.Name, com.sun.tools.javac.util.Filter<com.sun.tools.javac.code.Symbol>);
    descriptor: (Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;)Lcom/sun/tools/javac/code/Scope$Entry;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
        start local 1 // com.sun.tools.javac.util.Name name
        start local 2 // com.sun.tools.javac.util.Filter sf
         0: .line 518
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl.getIndex:(Lcom/sun/tools/javac/util/Name;)I
            aaload
            astore 3 /* e */
        start local 3 // com.sun.tools.javac.code.Scope$Entry e
         1: .line 519
            aload 3 /* e */
            ifnull 2
            aload 3 /* e */
            getstatic com.sun.tools.javac.code.Scope$ScopeImpl.sentinel:Lcom/sun/tools/javac/code/Scope$Entry;
            if_acmpne 4
         2: .line 520
      StackMap locals: com.sun.tools.javac.code.Scope$Entry
      StackMap stack:
            getstatic com.sun.tools.javac.code.Scope$ScopeImpl.sentinel:Lcom/sun/tools/javac/code/Scope$Entry;
            areturn
         3: .line 522
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            getfield com.sun.tools.javac.code.Scope$Entry.shadowed:Lcom/sun/tools/javac/code/Scope$Entry;
            astore 3 /* e */
         4: .line 521
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            getfield com.sun.tools.javac.code.Scope$Entry.scope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            ifnull 5
            aload 3 /* e */
            getfield com.sun.tools.javac.code.Scope$Entry.sym:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
            aload 1 /* name */
            if_acmpne 3
            aload 2 /* sf */
            ifnull 5
            aload 2 /* sf */
            aload 3 /* e */
            getfield com.sun.tools.javac.code.Scope$Entry.sym:Lcom/sun/tools/javac/code/Symbol;
            invokeinterface com.sun.tools.javac.util.Filter.accepts:(Ljava/lang/Object;)Z
            ifeq 3
         5: .line 523
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            areturn
        end local 3 // com.sun.tools.javac.code.Scope$Entry e
        end local 2 // com.sun.tools.javac.util.Filter sf
        end local 1 // com.sun.tools.javac.util.Name name
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            0    6     1  name  Lcom/sun/tools/javac/util/Name;
            0    6     2    sf  Lcom/sun/tools/javac/util/Filter<Lcom/sun/tools/javac/code/Symbol;>;
            1    6     3     e  Lcom/sun/tools/javac/code/Scope$Entry;
    Signature: (Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter<Lcom/sun/tools/javac/code/Symbol;>;)Lcom/sun/tools/javac/code/Scope$Entry;
    MethodParameters:
      Name  Flags
      name  
      sf    

  public com.sun.tools.javac.code.Symbol findFirst(com.sun.tools.javac.util.Name, com.sun.tools.javac.util.Filter<com.sun.tools.javac.code.Symbol>);
    descriptor: (Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;)Lcom/sun/tools/javac/code/Symbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
        start local 1 // com.sun.tools.javac.util.Name name
        start local 2 // com.sun.tools.javac.util.Filter sf
         0: .line 527
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* sf */
            invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl.lookup:(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;)Lcom/sun/tools/javac/code/Scope$Entry;
            getfield com.sun.tools.javac.code.Scope$Entry.sym:Lcom/sun/tools/javac/code/Symbol;
            areturn
        end local 2 // com.sun.tools.javac.util.Filter sf
        end local 1 // com.sun.tools.javac.util.Name name
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            0    1     1  name  Lcom/sun/tools/javac/util/Name;
            0    1     2    sf  Lcom/sun/tools/javac/util/Filter<Lcom/sun/tools/javac/code/Symbol;>;
    Signature: (Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter<Lcom/sun/tools/javac/code/Symbol;>;)Lcom/sun/tools/javac/code/Symbol;
    MethodParameters:
      Name  Flags
      name  
      sf    

  int getIndex(com.sun.tools.javac.util.Name);
    descriptor: (Lcom/sun/tools/javac/util/Name;)I
    flags: (0x0000) 
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
        start local 1 // com.sun.tools.javac.util.Name name
         0: .line 545
            aload 1 /* name */
            invokevirtual java.lang.Object.hashCode:()I
            istore 2 /* h */
        start local 2 // int h
         1: .line 546
            iload 2 /* h */
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.hashMask:I
            iand
            istore 3 /* i */
        start local 3 // int i
         2: .line 549
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.hashMask:I
            iload 2 /* h */
            iload 2 /* h */
            bipush 16
            ishr
            iadd
            iconst_1
            ishl
            isub
            istore 4 /* x */
        start local 4 // int x
         3: .line 550
            iconst_m1
            istore 5 /* d */
        start local 5 // int d
         4: .line 552
      StackMap locals: com.sun.tools.javac.code.Scope$ScopeImpl com.sun.tools.javac.util.Name int int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
            iload 3 /* i */
            aaload
            astore 6 /* e */
        start local 6 // com.sun.tools.javac.code.Scope$Entry e
         5: .line 553
            aload 6 /* e */
            ifnonnull 9
         6: .line 554
            iload 5 /* d */
            iflt 7
            iload 5 /* d */
            goto 8
      StackMap locals: com.sun.tools.javac.code.Scope$Entry
      StackMap stack:
         7: iload 3 /* i */
      StackMap locals:
      StackMap stack: int
         8: ireturn
         9: .line 555
      StackMap locals:
      StackMap stack:
            aload 6 /* e */
            getstatic com.sun.tools.javac.code.Scope$ScopeImpl.sentinel:Lcom/sun/tools/javac/code/Scope$Entry;
            if_acmpne 13
        10: .line 558
            iload 5 /* d */
            ifge 15
        11: .line 559
            iload 3 /* i */
            istore 5 /* d */
        12: .line 560
            goto 15
      StackMap locals:
      StackMap stack:
        13: aload 6 /* e */
            getfield com.sun.tools.javac.code.Scope$Entry.sym:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
            aload 1 /* name */
            if_acmpne 15
        14: .line 561
            iload 3 /* i */
            ireturn
        15: .line 562
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            iload 4 /* x */
            iadd
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.hashMask:I
            iand
            istore 3 /* i */
        end local 6 // com.sun.tools.javac.code.Scope$Entry e
        16: .line 551
            goto 4
        end local 5 // int d
        end local 4 // int x
        end local 3 // int i
        end local 2 // int h
        end local 1 // com.sun.tools.javac.util.Name name
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            0   17     1  name  Lcom/sun/tools/javac/util/Name;
            1   17     2     h  I
            2   17     3     i  I
            3   17     4     x  I
            4   17     5     d  I
            5   16     6     e  Lcom/sun/tools/javac/code/Scope$Entry;
    MethodParameters:
      Name  Flags
      name  

  public boolean anyMatch(com.sun.tools.javac.util.Filter<com.sun.tools.javac.code.Symbol>);
    descriptor: (Lcom/sun/tools/javac/util/Filter;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
        start local 1 // com.sun.tools.javac.util.Filter sf
         0: .line 567
            aload 0 /* this */
            aload 1 /* sf */
            getstatic com.sun.tools.javac.code.Scope$LookupKind.NON_RECURSIVE:Lcom/sun/tools/javac/code/Scope$LookupKind;
            invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl.getSymbols:(Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ireturn
        end local 1 // com.sun.tools.javac.util.Filter sf
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            0    1     1    sf  Lcom/sun/tools/javac/util/Filter<Lcom/sun/tools/javac/code/Symbol;>;
    Signature: (Lcom/sun/tools/javac/util/Filter<Lcom/sun/tools/javac/code/Symbol;>;)Z
    MethodParameters:
      Name  Flags
      sf    

  public java.lang.Iterable<com.sun.tools.javac.code.Symbol> getSymbols(com.sun.tools.javac.util.Filter<com.sun.tools.javac.code.Symbol>, com.sun.tools.javac.code.Scope$LookupKind);
    descriptor: (Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/lang/Iterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
        start local 1 // com.sun.tools.javac.util.Filter sf
        start local 2 // com.sun.tools.javac.code.Scope$LookupKind lookupKind
         0: .line 572
            aload 0 /* this */
            aload 2 /* lookupKind */
            aload 1 /* sf */
            invokedynamic iterator(Lcom/sun/tools/javac/code/Scope$ScopeImpl;Lcom/sun/tools/javac/code/Scope$LookupKind;Lcom/sun/tools/javac/util/Filter;)Ljava/lang/Iterable;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/util/Iterator;
                  com/sun/tools/javac/code/Scope$ScopeImpl.lambda$1(Lcom/sun/tools/javac/code/Scope$LookupKind;Lcom/sun/tools/javac/util/Filter;)Ljava/util/Iterator; (7)
                  ()Ljava/util/Iterator;
            areturn
        end local 2 // com.sun.tools.javac.code.Scope$LookupKind lookupKind
        end local 1 // com.sun.tools.javac.util.Filter sf
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            0    1     1          sf  Lcom/sun/tools/javac/util/Filter<Lcom/sun/tools/javac/code/Symbol;>;
            0    1     2  lookupKind  Lcom/sun/tools/javac/code/Scope$LookupKind;
    Signature: (Lcom/sun/tools/javac/util/Filter<Lcom/sun/tools/javac/code/Symbol;>;Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/lang/Iterable<Lcom/sun/tools/javac/code/Symbol;>;
    MethodParameters:
            Name  Flags
      sf          final
      lookupKind  final

  public java.lang.Iterable<com.sun.tools.javac.code.Symbol> getSymbolsByName(com.sun.tools.javac.util.Name, com.sun.tools.javac.util.Filter<com.sun.tools.javac.code.Symbol>, com.sun.tools.javac.code.Scope$LookupKind);
    descriptor: (Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/lang/Iterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
        start local 1 // com.sun.tools.javac.util.Name name
        start local 2 // com.sun.tools.javac.util.Filter sf
        start local 3 // com.sun.tools.javac.code.Scope$LookupKind lookupKind
         0: .line 629
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* sf */
            aload 3 /* lookupKind */
            invokedynamic iterator(Lcom/sun/tools/javac/code/Scope$ScopeImpl;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/lang/Iterable;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/util/Iterator;
                  com/sun/tools/javac/code/Scope$ScopeImpl.lambda$2(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/util/Iterator; (7)
                  ()Ljava/util/Iterator;
            areturn
        end local 3 // com.sun.tools.javac.code.Scope$LookupKind lookupKind
        end local 2 // com.sun.tools.javac.util.Filter sf
        end local 1 // com.sun.tools.javac.util.Name name
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            0    1     1        name  Lcom/sun/tools/javac/util/Name;
            0    1     2          sf  Lcom/sun/tools/javac/util/Filter<Lcom/sun/tools/javac/code/Symbol;>;
            0    1     3  lookupKind  Lcom/sun/tools/javac/code/Scope$LookupKind;
    Signature: (Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter<Lcom/sun/tools/javac/code/Symbol;>;Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/lang/Iterable<Lcom/sun/tools/javac/code/Symbol;>;
    MethodParameters:
            Name  Flags
      name        final
      sf          final
      lookupKind  final

  public com.sun.tools.javac.code.Scope getOrigin(com.sun.tools.javac.code.Symbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Scope;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
        start local 1 // com.sun.tools.javac.code.Symbol s
         0: .line 662
            aload 0 /* this */
            aload 1 /* s */
            getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl.lookup:(Lcom/sun/tools/javac/util/Name;)Lcom/sun/tools/javac/code/Scope$Entry;
            astore 2 /* e */
        start local 2 // com.sun.tools.javac.code.Scope$Entry e
         1: goto 5
         2: .line 663
      StackMap locals: com.sun.tools.javac.code.Scope$Entry
      StackMap stack:
            aload 2 /* e */
            getfield com.sun.tools.javac.code.Scope$Entry.sym:Lcom/sun/tools/javac/code/Symbol;
            aload 1 /* s */
            if_acmpne 4
         3: .line 664
            aload 0 /* this */
            areturn
         4: .line 662
      StackMap locals:
      StackMap stack:
            aload 2 /* e */
            invokevirtual com.sun.tools.javac.code.Scope$Entry.next:()Lcom/sun/tools/javac/code/Scope$Entry;
            astore 2 /* e */
      StackMap locals:
      StackMap stack:
         5: aload 2 /* e */
            getfield com.sun.tools.javac.code.Scope$Entry.scope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            ifnonnull 2
        end local 2 // com.sun.tools.javac.code.Scope$Entry e
         6: .line 667
            aconst_null
            areturn
        end local 1 // com.sun.tools.javac.code.Symbol s
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            0    7     1     s  Lcom/sun/tools/javac/code/Symbol;
            1    6     2     e  Lcom/sun/tools/javac/code/Scope$Entry;
    MethodParameters:
      Name  Flags
      s     

  public boolean isStaticallyImported(com.sun.tools.javac.code.Symbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
        start local 1 // com.sun.tools.javac.code.Symbol s
         0: .line 672
            iconst_0
            ireturn
        end local 1 // com.sun.tools.javac.code.Symbol s
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            0    1     1     s  Lcom/sun/tools/javac/code/Symbol;
    MethodParameters:
      Name  Flags
      s     

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
         0: .line 676
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* result */
        start local 1 // java.lang.StringBuilder result
         1: .line 677
            aload 1 /* result */
            ldc "Scope["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         2: .line 678
            aload 0 /* this */
            astore 2 /* s */
        start local 2 // com.sun.tools.javac.code.Scope$ScopeImpl s
         3: goto 12
         4: .line 679
      StackMap locals: java.lang.StringBuilder com.sun.tools.javac.code.Scope$ScopeImpl
      StackMap stack:
            aload 2 /* s */
            aload 0 /* this */
            if_acmpeq 5
            aload 1 /* result */
            ldc " | "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         5: .line 680
      StackMap locals:
      StackMap stack:
            aload 2 /* s */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.elems:Lcom/sun/tools/javac/code/Scope$Entry;
            astore 3 /* e */
        start local 3 // com.sun.tools.javac.code.Scope$Entry e
         6: goto 10
         7: .line 681
      StackMap locals: com.sun.tools.javac.code.Scope$Entry
      StackMap stack:
            aload 3 /* e */
            aload 2 /* s */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.elems:Lcom/sun/tools/javac/code/Scope$Entry;
            if_acmpeq 8
            aload 1 /* result */
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         8: .line 682
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            aload 3 /* e */
            getfield com.sun.tools.javac.code.Scope$Entry.sym:Lcom/sun/tools/javac/code/Symbol;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
         9: .line 680
            aload 3 /* e */
            getfield com.sun.tools.javac.code.Scope$Entry.nextSibling:Lcom/sun/tools/javac/code/Scope$Entry;
            astore 3 /* e */
      StackMap locals:
      StackMap stack:
        10: aload 3 /* e */
            ifnonnull 7
        end local 3 // com.sun.tools.javac.code.Scope$Entry e
        11: .line 678
            aload 2 /* s */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.next:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            astore 2 /* s */
      StackMap locals:
      StackMap stack:
        12: aload 2 /* s */
            ifnonnull 4
        end local 2 // com.sun.tools.javac.code.Scope$ScopeImpl s
        13: .line 685
            aload 1 /* result */
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        14: .line 686
            aload 1 /* result */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder result
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            1   15     1  result  Ljava/lang/StringBuilder;
            3   13     2       s  Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            6   11     3       e  Lcom/sun/tools/javac/code/Scope$Entry;

  private static boolean lambda$0(com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Symbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Symbol;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // com.sun.tools.javac.code.Symbol candidate
         0: .line 452
            aload 1 /* candidate */
            aload 0
            if_acmpne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // com.sun.tools.javac.code.Symbol candidate
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     1  candidate  Lcom/sun/tools/javac/code/Symbol;

  private java.util.Iterator lambda$1(com.sun.tools.javac.code.Scope$LookupKind, com.sun.tools.javac.util.Filter);
    descriptor: (Lcom/sun/tools/javac/code/Scope$LookupKind;Lcom/sun/tools/javac/util/Filter;)Ljava/util/Iterator;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
         0: .line 572
            new com.sun.tools.javac.code.Scope$ScopeImpl$1
            dup
            aload 0 /* this */
            aload 1
            aload 2
            invokespecial com.sun.tools.javac.code.Scope$ScopeImpl$1.<init>:(Lcom/sun/tools/javac/code/Scope$ScopeImpl;Lcom/sun/tools/javac/code/Scope$LookupKind;Lcom/sun/tools/javac/util/Filter;)V
         1: .line 623
            areturn
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/code/Scope$ScopeImpl;

  private java.util.Iterator lambda$2(com.sun.tools.javac.util.Name, com.sun.tools.javac.util.Filter, com.sun.tools.javac.code.Scope$LookupKind);
    descriptor: (Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/util/Iterator;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
         0: .line 629
            new com.sun.tools.javac.code.Scope$ScopeImpl$2
            dup
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            invokespecial com.sun.tools.javac.code.Scope$ScopeImpl$2.<init>:(Lcom/sun/tools/javac/code/Scope$ScopeImpl;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;)V
         1: .line 658
            areturn
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/code/Scope$ScopeImpl;
}
SourceFile: "Scope.java"
NestHost: com.sun.tools.javac.code.Scope
InnerClasses:
  private Entry = com.sun.tools.javac.code.Scope$Entry of com.sun.tools.javac.code.Scope
  public final LookupKind = com.sun.tools.javac.code.Scope$LookupKind of com.sun.tools.javac.code.Scope
  private ScopeImpl = com.sun.tools.javac.code.Scope$ScopeImpl of com.sun.tools.javac.code.Scope
  com.sun.tools.javac.code.Scope$ScopeImpl$1
  com.sun.tools.javac.code.Scope$ScopeImpl$2
  public ScopeListenerList = com.sun.tools.javac.code.Scope$ScopeListenerList of com.sun.tools.javac.code.Scope
  public abstract WriteableScope = com.sun.tools.javac.code.Scope$WriteableScope of com.sun.tools.javac.code.Scope
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles