class com.sun.tools.javac.code.Scope$ScopeImpl$1 implements java.util.Iterator<com.sun.tools.javac.code.Symbol>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.code.Scope$ScopeImpl$1
  super_class: java.lang.Object
{
  private com.sun.tools.javac.code.Scope$ScopeImpl currScope;
    descriptor: Lcom/sun/tools/javac/code/Scope$ScopeImpl;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.tools.javac.code.Scope$Entry currEntry;
    descriptor: Lcom/sun/tools/javac/code/Scope$Entry;
    flags: (0x0002) ACC_PRIVATE

  private int seenRemoveCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  final com.sun.tools.javac.code.Scope$ScopeImpl this$1;
    descriptor: Lcom/sun/tools/javac/code/Scope$ScopeImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final com.sun.tools.javac.code.Scope$LookupKind val$lookupKind;
    descriptor: Lcom/sun/tools/javac/code/Scope$LookupKind;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final com.sun.tools.javac.util.Filter val$sf;
    descriptor: Lcom/sun/tools/javac/util/Filter;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.javac.code.Scope$ScopeImpl, com.sun.tools.javac.code.Scope$LookupKind, com.sun.tools.javac.util.Filter);
    descriptor: (Lcom/sun/tools/javac/code/Scope$ScopeImpl;Lcom/sun/tools/javac/code/Scope$LookupKind;Lcom/sun/tools/javac/util/Filter;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl$1 this
         0: .line 572
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.code.Scope$ScopeImpl$1.this$1:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            aload 0 /* this */
            aload 2
            putfield com.sun.tools.javac.code.Scope$ScopeImpl$1.val$lookupKind:Lcom/sun/tools/javac/code/Scope$LookupKind;
            aload 0 /* this */
            aload 3
            putfield com.sun.tools.javac.code.Scope$ScopeImpl$1.val$sf:Lcom/sun/tools/javac/util/Filter;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 573
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currScope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
         2: .line 574
            aload 0 /* this */
            aload 1
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.elems:Lcom/sun/tools/javac/code/Scope$Entry;
            putfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currEntry:Lcom/sun/tools/javac/code/Scope$Entry;
         3: .line 575
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currScope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.removeCount:I
            putfield com.sun.tools.javac.code.Scope$ScopeImpl$1.seenRemoveCount:I
         4: .line 577
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl$1.update:()V
         5: .line 572
            return
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/code/Scope$ScopeImpl$1;
    MethodParameters:
                Name  Flags
      this$0          final
      val$lookupKind  final
      val$sf          final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl$1 this
         0: .line 581
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.seenRemoveCount:I
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currScope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.removeCount:I
            if_icmpeq 5
         1: .line 582
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currEntry:Lcom/sun/tools/javac/code/Scope$Entry;
            ifnull 5
         2: .line 583
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currEntry:Lcom/sun/tools/javac/code/Scope$Entry;
            getfield com.sun.tools.javac.code.Scope$Entry.scope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currEntry:Lcom/sun/tools/javac/code/Scope$Entry;
            getfield com.sun.tools.javac.code.Scope$Entry.sym:Lcom/sun/tools/javac/code/Symbol;
            invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl.includes:(Lcom/sun/tools/javac/code/Symbol;)Z
            ifne 5
         3: .line 584
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl$1.doNext:()Lcom/sun/tools/javac/code/Symbol;
            pop
         4: .line 585
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currScope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.removeCount:I
            putfield com.sun.tools.javac.code.Scope$ScopeImpl$1.seenRemoveCount:I
         5: .line 587
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currEntry:Lcom/sun/tools/javac/code/Scope$Entry;
            ifnull 6
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         6: iconst_0
            ireturn
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/tools/javac/code/Scope$ScopeImpl$1;

  public com.sun.tools.javac.code.Symbol next();
    descriptor: ()Lcom/sun/tools/javac/code/Symbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl$1 this
         0: .line 591
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl$1.hasNext:()Z
            ifne 2
         1: .line 592
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 595
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl$1.doNext:()Lcom/sun/tools/javac/code/Symbol;
            areturn
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/code/Scope$ScopeImpl$1;

  private com.sun.tools.javac.code.Symbol doNext();
    descriptor: ()Lcom/sun/tools/javac/code/Symbol;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl$1 this
         0: .line 598
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currEntry:Lcom/sun/tools/javac/code/Scope$Entry;
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currEntry:Lcom/sun/tools/javac/code/Scope$Entry;
            getfield com.sun.tools.javac.code.Scope$Entry.sym:Lcom/sun/tools/javac/code/Symbol;
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Symbol
         2: astore 1 /* sym */
        start local 1 // com.sun.tools.javac.code.Symbol sym
         3: .line 599
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currEntry:Lcom/sun/tools/javac/code/Scope$Entry;
            ifnull 5
         4: .line 600
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currEntry: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$1.currEntry:Lcom/sun/tools/javac/code/Scope$Entry;
         5: .line 602
      StackMap locals: com.sun.tools.javac.code.Symbol
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl$1.update:()V
         6: .line 603
            aload 1 /* sym */
            areturn
        end local 1 // com.sun.tools.javac.code.Symbol sym
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/tools/javac/code/Scope$ScopeImpl$1;
            3    7     1   sym  Lcom/sun/tools/javac/code/Symbol;

  private void update();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl$1 this
         0: .line 607
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl$1.skipToNextMatchingEntry:()V
         1: .line 608
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.val$lookupKind:Lcom/sun/tools/javac/code/Scope$LookupKind;
            getstatic com.sun.tools.javac.code.Scope$LookupKind.RECURSIVE:Lcom/sun/tools/javac/code/Scope$LookupKind;
            if_acmpne 8
         2: .line 609
            goto 7
         3: .line 610
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currScope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.next:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            putfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currScope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
         4: .line 611
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currScope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.elems:Lcom/sun/tools/javac/code/Scope$Entry;
            putfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currEntry:Lcom/sun/tools/javac/code/Scope$Entry;
         5: .line 612
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currScope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.removeCount:I
            putfield com.sun.tools.javac.code.Scope$ScopeImpl$1.seenRemoveCount:I
         6: .line 613
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl$1.skipToNextMatchingEntry:()V
         7: .line 609
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currEntry:Lcom/sun/tools/javac/code/Scope$Entry;
            ifnonnull 8
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currScope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.next:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            ifnonnull 3
         8: .line 616
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/tools/javac/code/Scope$ScopeImpl$1;

  void skipToNextMatchingEntry();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl$1 this
         0: .line 619
            goto 2
         1: .line 620
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currEntry: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$1.currEntry:Lcom/sun/tools/javac/code/Scope$Entry;
         2: .line 619
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currEntry:Lcom/sun/tools/javac/code/Scope$Entry;
            ifnull 3
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.val$sf:Lcom/sun/tools/javac/util/Filter;
            ifnull 3
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.val$sf:Lcom/sun/tools/javac/util/Filter;
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currEntry:Lcom/sun/tools/javac/code/Scope$Entry;
            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 1
         3: .line 622
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/javac/code/Scope$ScopeImpl$1;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl$1.next:()Lcom/sun/tools/javac/code/Symbol;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Lcom/sun/tools/javac/code/Symbol;>;
SourceFile: "Scope.java"
EnclosingMethod: 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;
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