public class com.sun.tools.javac.code.Scope$CompoundScope extends com.sun.tools.javac.code.Scope implements com.sun.tools.javac.code.Scope$ScopeListener
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.javac.code.Scope$CompoundScope
  super_class: com.sun.tools.javac.code.Scope
{
  com.sun.tools.javac.util.ListBuffer<com.sun.tools.javac.code.Scope> subScopes;
    descriptor: Lcom/sun/tools/javac/util/ListBuffer;
    flags: (0x0000) 
    Signature: Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/code/Scope;>;

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

  public void <init>(com.sun.tools.javac.code.Symbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.code.Scope$CompoundScope this
        start local 1 // com.sun.tools.javac.code.Symbol owner
         0: .line 1028
            aload 0 /* this */
            aload 1 /* owner */
            invokespecial com.sun.tools.javac.code.Scope.<init>:(Lcom/sun/tools/javac/code/Symbol;)V
         1: .line 1024
            aload 0 /* this */
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            putfield com.sun.tools.javac.code.Scope$CompoundScope.subScopes:Lcom/sun/tools/javac/util/ListBuffer;
         2: .line 1025
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.javac.code.Scope$CompoundScope.mark:I
         3: .line 1029
            return
        end local 1 // com.sun.tools.javac.code.Symbol owner
        end local 0 // com.sun.tools.javac.code.Scope$CompoundScope this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/tools/javac/code/Scope$CompoundScope;
            0    4     1  owner  Lcom/sun/tools/javac/code/Symbol;
    MethodParameters:
       Name  Flags
      owner  

  public void prependSubScope(com.sun.tools.javac.code.Scope);
    descriptor: (Lcom/sun/tools/javac/code/Scope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.code.Scope$CompoundScope this
        start local 1 // com.sun.tools.javac.code.Scope that
         0: .line 1032
            aload 1 /* that */
            ifnull 5
         1: .line 1033
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$CompoundScope.subScopes:Lcom/sun/tools/javac/util/ListBuffer;
            aload 1 /* that */
            invokevirtual com.sun.tools.javac.util.ListBuffer.prepend:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/ListBuffer;
            pop
         2: .line 1034
            aload 1 /* that */
            getfield com.sun.tools.javac.code.Scope.listeners:Lcom/sun/tools/javac/code/Scope$ScopeListenerList;
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.code.Scope$ScopeListenerList.add:(Lcom/sun/tools/javac/code/Scope$ScopeListener;)V
         3: .line 1035
            aload 0 /* this */
            dup
            getfield com.sun.tools.javac.code.Scope$CompoundScope.mark:I
            iconst_1
            iadd
            putfield com.sun.tools.javac.code.Scope$CompoundScope.mark:I
         4: .line 1036
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$CompoundScope.listeners:Lcom/sun/tools/javac/code/Scope$ScopeListenerList;
            aconst_null
            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
         5: .line 1038
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.code.Scope that
        end local 0 // com.sun.tools.javac.code.Scope$CompoundScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/code/Scope$CompoundScope;
            0    6     1  that  Lcom/sun/tools/javac/code/Scope;
    MethodParameters:
      Name  Flags
      that  

  public void appendSubScope(com.sun.tools.javac.code.Scope);
    descriptor: (Lcom/sun/tools/javac/code/Scope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.code.Scope$CompoundScope this
        start local 1 // com.sun.tools.javac.code.Scope that
         0: .line 1041
            aload 1 /* that */
            ifnull 5
         1: .line 1042
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$CompoundScope.subScopes:Lcom/sun/tools/javac/util/ListBuffer;
            aload 1 /* that */
            invokevirtual com.sun.tools.javac.util.ListBuffer.append:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/ListBuffer;
            pop
         2: .line 1043
            aload 1 /* that */
            getfield com.sun.tools.javac.code.Scope.listeners:Lcom/sun/tools/javac/code/Scope$ScopeListenerList;
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.code.Scope$ScopeListenerList.add:(Lcom/sun/tools/javac/code/Scope$ScopeListener;)V
         3: .line 1044
            aload 0 /* this */
            dup
            getfield com.sun.tools.javac.code.Scope$CompoundScope.mark:I
            iconst_1
            iadd
            putfield com.sun.tools.javac.code.Scope$CompoundScope.mark:I
         4: .line 1045
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$CompoundScope.listeners:Lcom/sun/tools/javac/code/Scope$ScopeListenerList;
            aconst_null
            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
         5: .line 1047
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.code.Scope that
        end local 0 // com.sun.tools.javac.code.Scope$CompoundScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/code/Scope$CompoundScope;
            0    6     1  that  Lcom/sun/tools/javac/code/Scope;
    MethodParameters:
      Name  Flags
      that  

  public void symbolAdded(com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Scope);
    descriptor: (Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Scope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.code.Scope$CompoundScope this
        start local 1 // com.sun.tools.javac.code.Symbol sym
        start local 2 // com.sun.tools.javac.code.Scope s
         0: .line 1050
            aload 0 /* this */
            dup
            getfield com.sun.tools.javac.code.Scope$CompoundScope.mark:I
            iconst_1
            iadd
            putfield com.sun.tools.javac.code.Scope$CompoundScope.mark:I
         1: .line 1051
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$CompoundScope.listeners:Lcom/sun/tools/javac/code/Scope$ScopeListenerList;
            aload 1 /* sym */
            aload 2 /* s */
            invokevirtual com.sun.tools.javac.code.Scope$ScopeListenerList.symbolAdded:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Scope;)V
         2: .line 1052
            return
        end local 2 // com.sun.tools.javac.code.Scope s
        end local 1 // com.sun.tools.javac.code.Symbol sym
        end local 0 // com.sun.tools.javac.code.Scope$CompoundScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/code/Scope$CompoundScope;
            0    3     1   sym  Lcom/sun/tools/javac/code/Symbol;
            0    3     2     s  Lcom/sun/tools/javac/code/Scope;
    MethodParameters:
      Name  Flags
      sym   
      s     

  public void symbolRemoved(com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Scope);
    descriptor: (Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Scope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.code.Scope$CompoundScope this
        start local 1 // com.sun.tools.javac.code.Symbol sym
        start local 2 // com.sun.tools.javac.code.Scope s
         0: .line 1055
            aload 0 /* this */
            dup
            getfield com.sun.tools.javac.code.Scope$CompoundScope.mark:I
            iconst_1
            iadd
            putfield com.sun.tools.javac.code.Scope$CompoundScope.mark:I
         1: .line 1056
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$CompoundScope.listeners:Lcom/sun/tools/javac/code/Scope$ScopeListenerList;
            aload 1 /* sym */
            aload 2 /* s */
            invokevirtual com.sun.tools.javac.code.Scope$ScopeListenerList.symbolRemoved:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Scope;)V
         2: .line 1057
            return
        end local 2 // com.sun.tools.javac.code.Scope s
        end local 1 // com.sun.tools.javac.code.Symbol sym
        end local 0 // com.sun.tools.javac.code.Scope$CompoundScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/code/Scope$CompoundScope;
            0    3     1   sym  Lcom/sun/tools/javac/code/Symbol;
            0    3     2     s  Lcom/sun/tools/javac/code/Scope;
    MethodParameters:
      Name  Flags
      sym   
      s     

  public int getMark();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Scope$CompoundScope this
         0: .line 1060
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$CompoundScope.mark:I
            ireturn
        end local 0 // com.sun.tools.javac.code.Scope$CompoundScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/code/Scope$CompoundScope;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // com.sun.tools.javac.code.Scope$CompoundScope this
         0: .line 1065
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* buf */
        start local 1 // java.lang.StringBuilder buf
         1: .line 1066
            aload 1 /* buf */
            ldc "CompoundScope{"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         2: .line 1067
            ldc ""
            astore 2 /* sep */
        start local 2 // java.lang.String sep
         3: .line 1068
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$CompoundScope.subScopes:Lcom/sun/tools/javac/util/ListBuffer;
            invokevirtual com.sun.tools.javac.util.ListBuffer.iterator:()Ljava/util/Iterator;
            astore 4
            goto 8
      StackMap locals: com.sun.tools.javac.code.Scope$CompoundScope java.lang.StringBuilder java.lang.String top java.util.Iterator
      StackMap stack:
         4: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Scope
            astore 3 /* s */
        start local 3 // com.sun.tools.javac.code.Scope s
         5: .line 1069
            aload 1 /* buf */
            aload 2 /* sep */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 1070
            aload 1 /* buf */
            aload 3 /* s */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
         7: .line 1071
            ldc ","
            astore 2 /* sep */
        end local 3 // com.sun.tools.javac.code.Scope s
         8: .line 1068
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         9: .line 1073
            aload 1 /* buf */
            ldc "}"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        10: .line 1074
            aload 1 /* buf */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.String sep
        end local 1 // java.lang.StringBuilder buf
        end local 0 // com.sun.tools.javac.code.Scope$CompoundScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/sun/tools/javac/code/Scope$CompoundScope;
            1   11     1   buf  Ljava/lang/StringBuilder;
            3   11     2   sep  Ljava/lang/String;
            5    8     3     s  Lcom/sun/tools/javac/code/Scope;

  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$CompoundScope this
        start local 1 // com.sun.tools.javac.util.Filter sf
        start local 2 // com.sun.tools.javac.code.Scope$LookupKind lookupKind
         0: .line 1080
            aload 0 /* this */
            aload 1 /* sf */
            aload 2 /* lookupKind */
            invokedynamic iterator(Lcom/sun/tools/javac/code/Scope$CompoundScope;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$CompoundScope.lambda$0(Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;)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$CompoundScope this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/sun/tools/javac/code/Scope$CompoundScope;
            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$CompoundScope 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 1090
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* sf */
            aload 3 /* lookupKind */
            invokedynamic iterator(Lcom/sun/tools/javac/code/Scope$CompoundScope;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$CompoundScope.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$CompoundScope this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/sun/tools/javac/code/Scope$CompoundScope;
            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=4, args_size=2
        start local 0 // com.sun.tools.javac.code.Scope$CompoundScope this
        start local 1 // com.sun.tools.javac.code.Symbol sym
         0: .line 1099
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$CompoundScope.subScopes:Lcom/sun/tools/javac/util/ListBuffer;
            invokevirtual com.sun.tools.javac.util.ListBuffer.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: com.sun.tools.javac.code.Scope$CompoundScope com.sun.tools.javac.code.Symbol top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Scope
            astore 2 /* delegate */
        start local 2 // com.sun.tools.javac.code.Scope delegate
         2: .line 1100
            aload 2 /* delegate */
            aload 1 /* sym */
            invokevirtual com.sun.tools.javac.code.Scope.includes:(Lcom/sun/tools/javac/code/Symbol;)Z
            ifeq 4
         3: .line 1101
            aload 2 /* delegate */
            aload 1 /* sym */
            invokevirtual com.sun.tools.javac.code.Scope.getOrigin:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Scope;
            areturn
        end local 2 // com.sun.tools.javac.code.Scope delegate
         4: .line 1099
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 1104
            aconst_null
            areturn
        end local 1 // com.sun.tools.javac.code.Symbol sym
        end local 0 // com.sun.tools.javac.code.Scope$CompoundScope this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/sun/tools/javac/code/Scope$CompoundScope;
            0    6     1       sym  Lcom/sun/tools/javac/code/Symbol;
            2    4     2  delegate  Lcom/sun/tools/javac/code/Scope;
    MethodParameters:
      Name  Flags
      sym   

  public boolean isStaticallyImported(com.sun.tools.javac.code.Symbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.sun.tools.javac.code.Scope$CompoundScope this
        start local 1 // com.sun.tools.javac.code.Symbol sym
         0: .line 1109
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$CompoundScope.subScopes:Lcom/sun/tools/javac/util/ListBuffer;
            invokevirtual com.sun.tools.javac.util.ListBuffer.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: com.sun.tools.javac.code.Scope$CompoundScope com.sun.tools.javac.code.Symbol top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Scope
            astore 2 /* delegate */
        start local 2 // com.sun.tools.javac.code.Scope delegate
         2: .line 1110
            aload 2 /* delegate */
            aload 1 /* sym */
            invokevirtual com.sun.tools.javac.code.Scope.includes:(Lcom/sun/tools/javac/code/Symbol;)Z
            ifeq 4
         3: .line 1111
            aload 2 /* delegate */
            aload 1 /* sym */
            invokevirtual com.sun.tools.javac.code.Scope.isStaticallyImported:(Lcom/sun/tools/javac/code/Symbol;)Z
            ireturn
        end local 2 // com.sun.tools.javac.code.Scope delegate
         4: .line 1109
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 1114
            iconst_0
            ireturn
        end local 1 // com.sun.tools.javac.code.Symbol sym
        end local 0 // com.sun.tools.javac.code.Scope$CompoundScope this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/sun/tools/javac/code/Scope$CompoundScope;
            0    6     1       sym  Lcom/sun/tools/javac/code/Symbol;
            2    4     2  delegate  Lcom/sun/tools/javac/code/Scope;
    MethodParameters:
      Name  Flags
      sym   

  private java.util.Iterator lambda$0(com.sun.tools.javac.util.Filter, com.sun.tools.javac.code.Scope$LookupKind);
    descriptor: (Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/util/Iterator;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.code.Scope$CompoundScope this
         0: .line 1080
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$CompoundScope.subScopes:Lcom/sun/tools/javac/util/ListBuffer;
         1: .line 1081
            aload 1
            aload 2
            invokedynamic apply(Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  com/sun/tools/javac/code/Scope$CompoundScope.lambda$1(Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;Lcom/sun/tools/javac/code/Scope;)Ljava/util/Iterator; (6)
                  (Lcom/sun/tools/javac/code/Scope;)Ljava/util/Iterator;
         2: .line 1080
            invokestatic com.sun.tools.javac.util.Iterators.createCompoundIterator:(Ljava/lang/Iterable;Ljava/util/function/Function;)Ljava/util/Iterator;
         3: .line 1083
            areturn
        end local 0 // com.sun.tools.javac.code.Scope$CompoundScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/javac/code/Scope$CompoundScope;

  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=4, locals=4, args_size=4
        start local 0 // com.sun.tools.javac.code.Scope$CompoundScope this
         0: .line 1090
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$CompoundScope.subScopes:Lcom/sun/tools/javac/util/ListBuffer;
         1: .line 1091
            aload 1
            aload 2
            aload 3
            invokedynamic apply(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  com/sun/tools/javac/code/Scope$CompoundScope.lambda$3(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;Lcom/sun/tools/javac/code/Scope;)Ljava/util/Iterator; (6)
                  (Lcom/sun/tools/javac/code/Scope;)Ljava/util/Iterator;
         2: .line 1090
            invokestatic com.sun.tools.javac.util.Iterators.createCompoundIterator:(Ljava/lang/Iterable;Ljava/util/function/Function;)Ljava/util/Iterator;
         3: .line 1094
            areturn
        end local 0 // com.sun.tools.javac.code.Scope$CompoundScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/javac/code/Scope$CompoundScope;

  private static java.util.Iterator lambda$1(com.sun.tools.javac.util.Filter, com.sun.tools.javac.code.Scope$LookupKind, com.sun.tools.javac.code.Scope);
    descriptor: (Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;Lcom/sun/tools/javac/code/Scope;)Ljava/util/Iterator;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 2 // com.sun.tools.javac.code.Scope scope
         0: .line 1081
            aload 2 /* scope */
            aload 0
         1: .line 1082
            aload 1
         2: .line 1081
            invokevirtual com.sun.tools.javac.code.Scope.getSymbols:(Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/lang/Iterable;
         3: .line 1083
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            areturn
        end local 2 // com.sun.tools.javac.code.Scope scope
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     2  scope  Lcom/sun/tools/javac/code/Scope;

  private static java.util.Iterator lambda$3(com.sun.tools.javac.util.Name, com.sun.tools.javac.util.Filter, com.sun.tools.javac.code.Scope$LookupKind, com.sun.tools.javac.code.Scope);
    descriptor: (Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;Lcom/sun/tools/javac/code/Scope;)Ljava/util/Iterator;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 3 // com.sun.tools.javac.code.Scope scope
         0: .line 1091
            aload 3 /* scope */
            aload 0
         1: .line 1092
            aload 1
         2: .line 1093
            aload 2
         3: .line 1091
            invokevirtual com.sun.tools.javac.code.Scope.getSymbolsByName:(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/lang/Iterable;
         4: .line 1094
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            areturn
        end local 3 // com.sun.tools.javac.code.Scope scope
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     3  scope  Lcom/sun/tools/javac/code/Scope;
}
SourceFile: "Scope.java"
NestHost: com.sun.tools.javac.code.Scope
InnerClasses:
  public CompoundScope = com.sun.tools.javac.code.Scope$CompoundScope of com.sun.tools.javac.code.Scope
  public final LookupKind = com.sun.tools.javac.code.Scope$LookupKind of com.sun.tools.javac.code.Scope
  public abstract ScopeListener = com.sun.tools.javac.code.Scope$ScopeListener of com.sun.tools.javac.code.Scope
  public ScopeListenerList = com.sun.tools.javac.code.Scope$ScopeListenerList of com.sun.tools.javac.code.Scope
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles