public class com.sun.tools.javac.code.Scope$StarImportScope extends com.sun.tools.javac.code.Scope$ImportScope
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.javac.code.Scope$StarImportScope
  super_class: com.sun.tools.javac.code.Scope$ImportScope
{
  public void <init>(com.sun.tools.javac.code.Symbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.code.Scope$StarImportScope this
        start local 1 // com.sun.tools.javac.code.Symbol owner
         0: .line 879
            aload 0 /* this */
            aload 1 /* owner */
            invokespecial com.sun.tools.javac.code.Scope$ImportScope.<init>:(Lcom/sun/tools/javac/code/Symbol;)V
         1: .line 880
            return
        end local 1 // com.sun.tools.javac.code.Symbol owner
        end local 0 // com.sun.tools.javac.code.Scope$StarImportScope this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/tools/javac/code/Scope$StarImportScope;
            0    2     1  owner  Lcom/sun/tools/javac/code/Symbol;
    MethodParameters:
       Name  Flags
      owner  

  public void importAll(com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Scope, com.sun.tools.javac.code.Scope$ImportFilter, com.sun.tools.javac.tree.JCTree$JCImport, java.util.function.BiConsumer<com.sun.tools.javac.tree.JCTree$JCImport, com.sun.tools.javac.code.Symbol$CompletionFailure>);
    descriptor: (Lcom/sun/tools/javac/code/Types;Lcom/sun/tools/javac/code/Scope;Lcom/sun/tools/javac/code/Scope$ImportFilter;Lcom/sun/tools/javac/tree/JCTree$JCImport;Ljava/util/function/BiConsumer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=9, args_size=6
        start local 0 // com.sun.tools.javac.code.Scope$StarImportScope this
        start local 1 // com.sun.tools.javac.code.Types types
        start local 2 // com.sun.tools.javac.code.Scope origin
        start local 3 // com.sun.tools.javac.code.Scope$ImportFilter filter
        start local 4 // com.sun.tools.javac.tree.JCTree$JCImport imp
        start local 5 // java.util.function.BiConsumer cfHandler
         0: .line 886
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$StarImportScope.subScopes:Lcom/sun/tools/javac/util/ListBuffer;
            invokevirtual com.sun.tools.javac.util.ListBuffer.iterator:()Ljava/util/Iterator;
            astore 7
            goto 7
      StackMap locals: com.sun.tools.javac.code.Scope$StarImportScope com.sun.tools.javac.code.Types com.sun.tools.javac.code.Scope com.sun.tools.javac.code.Scope$ImportFilter com.sun.tools.javac.tree.JCTree$JCImport java.util.function.BiConsumer top java.util.Iterator
      StackMap stack:
         1: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Scope
            astore 6 /* existing */
        start local 6 // com.sun.tools.javac.code.Scope existing
         2: .line 887
            aload 6 /* existing */
            instanceof com.sun.tools.javac.code.Scope$FilterImportScope
            invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         3: .line 888
            aload 6 /* existing */
            checkcast com.sun.tools.javac.code.Scope$FilterImportScope
            astore 8 /* fis */
        start local 8 // com.sun.tools.javac.code.Scope$FilterImportScope fis
         4: .line 889
            aload 8 /* fis */
            getfield com.sun.tools.javac.code.Scope$FilterImportScope.origin:Lcom/sun/tools/javac/code/Scope;
            aload 2 /* origin */
            if_acmpne 7
            aload 8 /* fis */
            getfield com.sun.tools.javac.code.Scope$FilterImportScope.filter:Lcom/sun/tools/javac/code/Scope$ImportFilter;
            aload 3 /* filter */
            if_acmpne 7
         5: .line 890
            aload 8 /* fis */
            getfield com.sun.tools.javac.code.Scope$FilterImportScope.imp:Lcom/sun/tools/javac/tree/JCTree$JCImport;
            getfield com.sun.tools.javac.tree.JCTree$JCImport.staticImport:Z
            aload 4 /* imp */
            getfield com.sun.tools.javac.tree.JCTree$JCImport.staticImport:Z
            if_icmpne 7
         6: .line 891
            return
        end local 8 // com.sun.tools.javac.code.Scope$FilterImportScope fis
        end local 6 // com.sun.tools.javac.code.Scope existing
         7: .line 886
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         8: .line 893
            aload 0 /* this */
            new com.sun.tools.javac.code.Scope$FilterImportScope
            dup
            aload 1 /* types */
            aload 2 /* origin */
            aconst_null
            aload 3 /* filter */
            aload 4 /* imp */
            aload 5 /* cfHandler */
            invokespecial com.sun.tools.javac.code.Scope$FilterImportScope.<init>:(Lcom/sun/tools/javac/code/Types;Lcom/sun/tools/javac/code/Scope;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Scope$ImportFilter;Lcom/sun/tools/javac/tree/JCTree$JCImport;Ljava/util/function/BiConsumer;)V
            invokevirtual com.sun.tools.javac.code.Scope$StarImportScope.prependSubScope:(Lcom/sun/tools/javac/code/Scope;)V
         9: .line 894
            return
        end local 5 // java.util.function.BiConsumer cfHandler
        end local 4 // com.sun.tools.javac.tree.JCTree$JCImport imp
        end local 3 // com.sun.tools.javac.code.Scope$ImportFilter filter
        end local 2 // com.sun.tools.javac.code.Scope origin
        end local 1 // com.sun.tools.javac.code.Types types
        end local 0 // com.sun.tools.javac.code.Scope$StarImportScope this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lcom/sun/tools/javac/code/Scope$StarImportScope;
            0   10     1      types  Lcom/sun/tools/javac/code/Types;
            0   10     2     origin  Lcom/sun/tools/javac/code/Scope;
            0   10     3     filter  Lcom/sun/tools/javac/code/Scope$ImportFilter;
            0   10     4        imp  Lcom/sun/tools/javac/tree/JCTree$JCImport;
            0   10     5  cfHandler  Ljava/util/function/BiConsumer<Lcom/sun/tools/javac/tree/JCTree$JCImport;Lcom/sun/tools/javac/code/Symbol$CompletionFailure;>;
            2    7     6   existing  Lcom/sun/tools/javac/code/Scope;
            4    7     8        fis  Lcom/sun/tools/javac/code/Scope$FilterImportScope;
    Signature: (Lcom/sun/tools/javac/code/Types;Lcom/sun/tools/javac/code/Scope;Lcom/sun/tools/javac/code/Scope$ImportFilter;Lcom/sun/tools/javac/tree/JCTree$JCImport;Ljava/util/function/BiConsumer<Lcom/sun/tools/javac/tree/JCTree$JCImport;Lcom/sun/tools/javac/code/Symbol$CompletionFailure;>;)V
    MethodParameters:
           Name  Flags
      types      
      origin     
      filter     
      imp        
      cfHandler  

  public boolean isFilled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Scope$StarImportScope this
         0: .line 897
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$StarImportScope.subScopes:Lcom/sun/tools/javac/util/ListBuffer;
            invokevirtual com.sun.tools.javac.util.ListBuffer.nonEmpty:()Z
            ireturn
        end local 0 // com.sun.tools.javac.code.Scope$StarImportScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/code/Scope$StarImportScope;
}
SourceFile: "Scope.java"
NestHost: com.sun.tools.javac.code.Scope
InnerClasses:
  private FilterImportScope = com.sun.tools.javac.code.Scope$FilterImportScope of com.sun.tools.javac.code.Scope
  public abstract ImportFilter = com.sun.tools.javac.code.Scope$ImportFilter of com.sun.tools.javac.code.Scope
  public ImportScope = com.sun.tools.javac.code.Scope$ImportScope of com.sun.tools.javac.code.Scope
  public StarImportScope = com.sun.tools.javac.code.Scope$StarImportScope of com.sun.tools.javac.code.Scope
  public CompletionFailure = com.sun.tools.javac.code.Symbol$CompletionFailure of com.sun.tools.javac.code.Symbol
  public JCImport = com.sun.tools.javac.tree.JCTree$JCImport of com.sun.tools.javac.tree.JCTree