public class com.sun.tools.javac.model.FilteredMemberList extends java.util.AbstractList<com.sun.tools.javac.code.Symbol>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.javac.model.FilteredMemberList
  super_class: java.util.AbstractList
{
  private final com.sun.tools.javac.code.Scope scope;
    descriptor: Lcom/sun/tools/javac/code/Scope;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(com.sun.tools.javac.code.Scope);
    descriptor: (Lcom/sun/tools/javac/code/Scope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.model.FilteredMemberList this
        start local 1 // com.sun.tools.javac.code.Scope scope
         0: .line 51
            aload 0 /* this */
            invokespecial java.util.AbstractList.<init>:()V
         1: .line 52
            aload 0 /* this */
            aload 1 /* scope */
            putfield com.sun.tools.javac.model.FilteredMemberList.scope:Lcom/sun/tools/javac/code/Scope;
         2: .line 53
            return
        end local 1 // com.sun.tools.javac.code.Scope scope
        end local 0 // com.sun.tools.javac.model.FilteredMemberList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/tools/javac/model/FilteredMemberList;
            0    3     1  scope  Lcom/sun/tools/javac/code/Scope;
    MethodParameters:
       Name  Flags
      scope  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // com.sun.tools.javac.model.FilteredMemberList this
         0: .line 56
            iconst_0
            istore 1 /* cnt */
        start local 1 // int cnt
         1: .line 57
            aload 0 /* this */
            getfield com.sun.tools.javac.model.FilteredMemberList.scope:Lcom/sun/tools/javac/code/Scope;
            getstatic com.sun.tools.javac.code.Scope$LookupKind.NON_RECURSIVE:Lcom/sun/tools/javac/code/Scope$LookupKind;
            invokevirtual com.sun.tools.javac.code.Scope.getSymbols:(Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 3
            goto 5
      StackMap locals: com.sun.tools.javac.model.FilteredMemberList int top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol
            astore 2 /* sym */
        start local 2 // com.sun.tools.javac.code.Symbol sym
         3: .line 58
            aload 2 /* sym */
            invokestatic com.sun.tools.javac.model.FilteredMemberList.unwanted:(Lcom/sun/tools/javac/code/Symbol;)Z
            ifne 5
         4: .line 59
            iinc 1 /* cnt */ 1
        end local 2 // com.sun.tools.javac.code.Symbol sym
         5: .line 57
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 61
            iload 1 /* cnt */
            ireturn
        end local 1 // int cnt
        end local 0 // com.sun.tools.javac.model.FilteredMemberList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/tools/javac/model/FilteredMemberList;
            1    7     1   cnt  I
            3    5     2   sym  Lcom/sun/tools/javac/code/Symbol;

  public com.sun.tools.javac.code.Symbol get(int);
    descriptor: (I)Lcom/sun/tools/javac/code/Symbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.sun.tools.javac.model.FilteredMemberList this
        start local 1 // int index
         0: .line 65
            aload 0 /* this */
            getfield com.sun.tools.javac.model.FilteredMemberList.scope:Lcom/sun/tools/javac/code/Scope;
            getstatic com.sun.tools.javac.code.Scope$LookupKind.NON_RECURSIVE:Lcom/sun/tools/javac/code/Scope$LookupKind;
            invokevirtual com.sun.tools.javac.code.Scope.getSymbols:(Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: com.sun.tools.javac.model.FilteredMemberList int top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol
            astore 2 /* sym */
        start local 2 // com.sun.tools.javac.code.Symbol sym
         2: .line 66
            aload 2 /* sym */
            invokestatic com.sun.tools.javac.model.FilteredMemberList.unwanted:(Lcom/sun/tools/javac/code/Symbol;)Z
            ifne 4
            iload 1 /* index */
            iinc 1 /* index */ -1
            ifne 4
         3: .line 67
            aload 2 /* sym */
            areturn
        end local 2 // com.sun.tools.javac.code.Symbol sym
         4: .line 65
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 69
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
        end local 1 // int index
        end local 0 // com.sun.tools.javac.model.FilteredMemberList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/sun/tools/javac/model/FilteredMemberList;
            0    6     1  index  I
            2    4     2    sym  Lcom/sun/tools/javac/code/Symbol;
    MethodParameters:
       Name  Flags
      index  

  public java.util.Iterator<com.sun.tools.javac.code.Symbol> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.model.FilteredMemberList this
         0: .line 74
            aload 0 /* this */
            getfield com.sun.tools.javac.model.FilteredMemberList.scope:Lcom/sun/tools/javac/code/Scope;
            invokedynamic accepts()Lcom/sun/tools/javac/util/Filter;
              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;)Z
                  com/sun/tools/javac/model/FilteredMemberList.lambda$0(Lcom/sun/tools/javac/code/Symbol;)Z (6)
                  (Lcom/sun/tools/javac/code/Symbol;)Z
            getstatic com.sun.tools.javac.code.Scope$LookupKind.NON_RECURSIVE:Lcom/sun/tools/javac/code/Scope$LookupKind;
            invokevirtual com.sun.tools.javac.code.Scope.getSymbols:(Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            areturn
        end local 0 // com.sun.tools.javac.model.FilteredMemberList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/model/FilteredMemberList;
    Signature: ()Ljava/util/Iterator<Lcom/sun/tools/javac/code/Symbol;>;

  private static boolean unwanted(com.sun.tools.javac.code.Symbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Symbol s
         0: .line 82
            aload 0 /* s */
            ifnull 1
            aload 0 /* s */
            invokevirtual com.sun.tools.javac.code.Symbol.flags:()J
            ldc 4096
            land
            lconst_0
            lcmp
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // com.sun.tools.javac.code.Symbol s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     s  Lcom/sun/tools/javac/code/Symbol;
    MethodParameters:
      Name  Flags
      s     

  public java.lang.Object get(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.sun.tools.javac.model.FilteredMemberList.get:(I)Lcom/sun/tools/javac/code/Symbol;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static boolean lambda$0(com.sun.tools.javac.code.Symbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Symbol t
         0: .line 74
            aload 0 /* t */
            invokestatic com.sun.tools.javac.model.FilteredMemberList.unwanted:(Lcom/sun/tools/javac/code/Symbol;)Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // com.sun.tools.javac.code.Symbol t
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     t  Lcom/sun/tools/javac/code/Symbol;
}
Signature: Ljava/util/AbstractList<Lcom/sun/tools/javac/code/Symbol;>;
SourceFile: "FilteredMemberList.java"
InnerClasses:
  public final LookupKind = com.sun.tools.javac.code.Scope$LookupKind of com.sun.tools.javac.code.Scope
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles