class jdk.jshell.SourceCodeAnalysisImpl$4 implements java.util.Iterator<javax.lang.model.element.Element>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.jshell.SourceCodeAnalysisImpl$4
  super_class: java.lang.Object
{
  java.util.Iterator<? extends javax.lang.model.element.Element> it;
    descriptor: Ljava/util/Iterator;
    flags: (0x0000) 
    Signature: Ljava/util/Iterator<+Ljavax/lang/model/element/Element;>;

  final jdk.jshell.SourceCodeAnalysisImpl this$0;
    descriptor: Ljdk/jshell/SourceCodeAnalysisImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(jdk.jshell.SourceCodeAnalysisImpl, com.sun.source.tree.Scope);
    descriptor: (Ljdk/jshell/SourceCodeAnalysisImpl;Lcom/sun/source/tree/Scope;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // jdk.jshell.SourceCodeAnalysisImpl$4 this
         0: .line 896
            aload 0 /* this */
            aload 1
            putfield jdk.jshell.SourceCodeAnalysisImpl$4.this$0:Ljdk/jshell/SourceCodeAnalysisImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 897
            aload 0 /* this */
            aload 2
            invokeinterface com.sun.source.tree.Scope.getLocalElements:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            putfield jdk.jshell.SourceCodeAnalysisImpl$4.it:Ljava/util/Iterator;
         2: .line 896
            return
        end local 0 // jdk.jshell.SourceCodeAnalysisImpl$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/jshell/SourceCodeAnalysisImpl$4;
    MethodParameters:
           Name  Flags
      this$0     final
      val$scope  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.jshell.SourceCodeAnalysisImpl$4 this
         0: .line 902
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.jshell.SourceCodeAnalysisImpl$4.it:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
         1: ireturn
         2: .line 903
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Symbol$CompletionFailure
            pop
         3: .line 900
            goto 0
        end local 0 // jdk.jshell.SourceCodeAnalysisImpl$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljdk/jshell/SourceCodeAnalysisImpl$4;
      Exception table:
        from    to  target  type
           0     1       2  Class com.sun.tools.javac.code.Symbol$CompletionFailure

  public javax.lang.model.element.Element next();
    descriptor: ()Ljavax/lang/model/element/Element;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.jshell.SourceCodeAnalysisImpl$4 this
         0: .line 912
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.jshell.SourceCodeAnalysisImpl$4.it:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast javax.lang.model.element.Element
         1: areturn
         2: .line 913
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Symbol$CompletionFailure
            pop
         3: .line 910
            goto 0
        end local 0 // jdk.jshell.SourceCodeAnalysisImpl$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljdk/jshell/SourceCodeAnalysisImpl$4;
      Exception table:
        from    to  target  type
           0     1       2  Class com.sun.tools.javac.code.Symbol$CompletionFailure

  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 jdk.jshell.SourceCodeAnalysisImpl$4.next:()Ljavax/lang/model/element/Element;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Ljavax/lang/model/element/Element;>;
SourceFile: "SourceCodeAnalysisImpl.java"
EnclosingMethod: jdk.jshell.SourceCodeAnalysisImpl.lambda$52:(Lcom/sun/source/tree/Scope;)Ljava/util/Iterator;
NestHost: jdk.jshell.SourceCodeAnalysisImpl
InnerClasses:
  public CompletionFailure = com.sun.tools.javac.code.Symbol$CompletionFailure of com.sun.tools.javac.code.Symbol
  jdk.jshell.SourceCodeAnalysisImpl$4