class com.sun.tools.javac.code.Scope$ScopeImpl$2 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$2
  super_class: java.lang.Object
{
  com.sun.tools.javac.code.Scope$Entry currentEntry;
    descriptor: Lcom/sun/tools/javac/code/Scope$Entry;
    flags: (0x0000) 

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

  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.util.Name, com.sun.tools.javac.util.Filter, com.sun.tools.javac.code.Scope$LookupKind);
    descriptor: (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
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl$2 this
         0: .line 629
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.code.Scope$ScopeImpl$2.this$1:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            aload 0 /* this */
            aload 3
            putfield com.sun.tools.javac.code.Scope$ScopeImpl$2.val$sf:Lcom/sun/tools/javac/util/Filter;
            aload 0 /* this */
            aload 4
            putfield com.sun.tools.javac.code.Scope$ScopeImpl$2.val$lookupKind:Lcom/sun/tools/javac/code/Scope$LookupKind;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 630
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            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;
            putfield com.sun.tools.javac.code.Scope$ScopeImpl$2.currentEntry:Lcom/sun/tools/javac/code/Scope$Entry;
         2: .line 631
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$2.currentEntry:Lcom/sun/tools/javac/code/Scope$Entry;
            getfield com.sun.tools.javac.code.Scope$Entry.scope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            ifnull 4
         3: .line 632
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$2.currentEntry:Lcom/sun/tools/javac/code/Scope$Entry;
            getfield com.sun.tools.javac.code.Scope$Entry.scope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.removeCount:I
            goto 5
      StackMap locals: com.sun.tools.javac.code.Scope$ScopeImpl$2 com.sun.tools.javac.code.Scope$ScopeImpl com.sun.tools.javac.util.Name com.sun.tools.javac.util.Filter com.sun.tools.javac.code.Scope$LookupKind
      StackMap stack: com.sun.tools.javac.code.Scope$ScopeImpl$2
         4: iconst_m1
      StackMap locals: com.sun.tools.javac.code.Scope$ScopeImpl$2 com.sun.tools.javac.code.Scope$ScopeImpl com.sun.tools.javac.util.Name com.sun.tools.javac.util.Filter com.sun.tools.javac.code.Scope$LookupKind
      StackMap stack: com.sun.tools.javac.code.Scope$ScopeImpl$2 int
         5: putfield com.sun.tools.javac.code.Scope$ScopeImpl$2.seenRemoveCount:I
         6: .line 629
            return
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/tools/javac/code/Scope$ScopeImpl$2;
    MethodParameters:
                Name  Flags
      this$0          final
      val$name        final
      val$sf          final
      val$lookupKind  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$2 this
         0: .line 635
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$2.currentEntry:Lcom/sun/tools/javac/code/Scope$Entry;
            getfield com.sun.tools.javac.code.Scope$Entry.scope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            ifnull 4
         1: .line 636
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$2.seenRemoveCount:I
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$2.currentEntry:Lcom/sun/tools/javac/code/Scope$Entry;
            getfield com.sun.tools.javac.code.Scope$Entry.scope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            getfield com.sun.tools.javac.code.Scope$ScopeImpl.removeCount:I
            if_icmpeq 4
         2: .line 637
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$2.currentEntry: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$2.currentEntry: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 4
         3: .line 638
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl$2.doNext:()Lcom/sun/tools/javac/code/Symbol;
            pop
         4: .line 640
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$2.currentEntry:Lcom/sun/tools/javac/code/Scope$Entry;
            getfield com.sun.tools.javac.code.Scope$Entry.scope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            ifnull 8
         5: .line 641
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$2.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_acmpeq 7
         6: .line 642
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$2.currentEntry: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$2.this$1:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
            if_acmpne 8
         7: .line 640
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         8: iconst_0
            ireturn
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/tools/javac/code/Scope$ScopeImpl$2;

  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$2 this
         0: .line 645
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl$2.hasNext:()Z
            ifne 2
         1: .line 646
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 648
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl$2.doNext:()Lcom/sun/tools/javac/code/Symbol;
            areturn
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/code/Scope$ScopeImpl$2;

  private com.sun.tools.javac.code.Symbol doNext();
    descriptor: ()Lcom/sun/tools/javac/code/Symbol;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl$2 this
         0: .line 651
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$2.currentEntry:Lcom/sun/tools/javac/code/Scope$Entry;
            astore 1 /* prevEntry */
        start local 1 // com.sun.tools.javac.code.Scope$Entry prevEntry
         1: .line 652
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$2.currentEntry:Lcom/sun/tools/javac/code/Scope$Entry;
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$ScopeImpl$2.val$sf:Lcom/sun/tools/javac/util/Filter;
            invokevirtual com.sun.tools.javac.code.Scope$Entry.next:(Lcom/sun/tools/javac/util/Filter;)Lcom/sun/tools/javac/code/Scope$Entry;
            putfield com.sun.tools.javac.code.Scope$ScopeImpl$2.currentEntry:Lcom/sun/tools/javac/code/Scope$Entry;
         2: .line 653
            aload 1 /* prevEntry */
            getfield com.sun.tools.javac.code.Scope$Entry.sym:Lcom/sun/tools/javac/code/Symbol;
            areturn
        end local 1 // com.sun.tools.javac.code.Scope$Entry prevEntry
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl$2 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/sun/tools/javac/code/Scope$ScopeImpl$2;
            1    3     1  prevEntry  Lcom/sun/tools/javac/code/Scope$Entry;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Scope$ScopeImpl$2 this
         0: .line 656
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // com.sun.tools.javac.code.Scope$ScopeImpl$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/code/Scope$ScopeImpl$2;

  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$2.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$2:(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;)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$2