class com.sun.tools.javac.code.Scope$FilterImportScope$1 extends com.sun.tools.javac.code.Scope$FilterImportScope$SymbolImporter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.code.Scope$FilterImportScope$1
  super_class: com.sun.tools.javac.code.Scope$FilterImportScope$SymbolImporter
{
  final com.sun.tools.javac.code.Scope$FilterImportScope this$1;
    descriptor: Lcom/sun/tools/javac/code/Scope$FilterImportScope;
    flags: (0x1010) 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

  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

  void <init>(com.sun.tools.javac.code.Scope$FilterImportScope, com.sun.tools.javac.code.Scope$FilterImportScope, boolean, com.sun.tools.javac.util.Filter, com.sun.tools.javac.code.Scope$LookupKind);
    descriptor: (Lcom/sun/tools/javac/code/Scope$FilterImportScope;Lcom/sun/tools/javac/code/Scope$FilterImportScope;ZLcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // com.sun.tools.javac.code.Scope$FilterImportScope$1 this
        start local 3 // boolean $anonymous0
         0: .line 935
            aload 0 /* this */
            aload 2
            putfield com.sun.tools.javac.code.Scope$FilterImportScope$1.this$1:Lcom/sun/tools/javac/code/Scope$FilterImportScope;
            aload 0 /* this */
            aload 4
            putfield com.sun.tools.javac.code.Scope$FilterImportScope$1.val$sf:Lcom/sun/tools/javac/util/Filter;
            aload 0 /* this */
            aload 5
            putfield com.sun.tools.javac.code.Scope$FilterImportScope$1.val$lookupKind:Lcom/sun/tools/javac/code/Scope$LookupKind;
            aload 0 /* this */
            aload 1
            iload 3 /* $anonymous0 */
            invokespecial com.sun.tools.javac.code.Scope$FilterImportScope$SymbolImporter.<init>:(Lcom/sun/tools/javac/code/Scope$FilterImportScope;Z)V
            return
        end local 3 // boolean $anonymous0
        end local 0 // com.sun.tools.javac.code.Scope$FilterImportScope$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/sun/tools/javac/code/Scope$FilterImportScope$1;
            0    1     3  $anonymous0  Z
    MethodParameters:
                Name  Flags
      this$0          final
      this$1          final
      $anonymous0     
      val$sf          final
      val$lookupKind  final

  java.lang.Iterable<com.sun.tools.javac.code.Symbol> doLookup(com.sun.tools.javac.code.Symbol$TypeSymbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol$TypeSymbol;)Ljava/lang/Iterable;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.code.Scope$FilterImportScope$1 this
        start local 1 // com.sun.tools.javac.code.Symbol$TypeSymbol tsym
         0: .line 938
            aload 1 /* tsym */
            invokevirtual com.sun.tools.javac.code.Symbol$TypeSymbol.members:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$FilterImportScope$1.val$sf:Lcom/sun/tools/javac/util/Filter;
            aload 0 /* this */
            getfield com.sun.tools.javac.code.Scope$FilterImportScope$1.val$lookupKind:Lcom/sun/tools/javac/code/Scope$LookupKind;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.getSymbols:(Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/lang/Iterable;
            areturn
        end local 1 // com.sun.tools.javac.code.Symbol$TypeSymbol tsym
        end local 0 // com.sun.tools.javac.code.Scope$FilterImportScope$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/code/Scope$FilterImportScope$1;
            0    1     1  tsym  Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
    Signature: (Lcom/sun/tools/javac/code/Symbol$TypeSymbol;)Ljava/lang/Iterable<Lcom/sun/tools/javac/code/Symbol;>;
    MethodParameters:
      Name  Flags
      tsym  
}
SourceFile: "Scope.java"
EnclosingMethod: com.sun.tools.javac.code.Scope$FilterImportScope.getSymbols:(Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/lang/Iterable;
NestHost: com.sun.tools.javac.code.Scope
InnerClasses:
  private FilterImportScope = com.sun.tools.javac.code.Scope$FilterImportScope of com.sun.tools.javac.code.Scope
  com.sun.tools.javac.code.Scope$FilterImportScope$1
  abstract SymbolImporter = com.sun.tools.javac.code.Scope$FilterImportScope$SymbolImporter of com.sun.tools.javac.code.Scope$FilterImportScope
  public final LookupKind = com.sun.tools.javac.code.Scope$LookupKind of com.sun.tools.javac.code.Scope
  public abstract WriteableScope = com.sun.tools.javac.code.Scope$WriteableScope of com.sun.tools.javac.code.Scope
  public abstract TypeSymbol = com.sun.tools.javac.code.Symbol$TypeSymbol of com.sun.tools.javac.code.Symbol