class org.apache.lucene.util.NotDocIdSet$1 implements org.apache.lucene.util.Bits
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.util.NotDocIdSet$1
  super_class: java.lang.Object
{
  final org.apache.lucene.util.NotDocIdSet this$0;
    descriptor: Lorg/apache/lucene/util/NotDocIdSet;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.apache.lucene.util.Bits val$inBits;
    descriptor: Lorg/apache/lucene/util/Bits;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.util.NotDocIdSet, org.apache.lucene.util.Bits);
    descriptor: (Lorg/apache/lucene/util/NotDocIdSet;Lorg/apache/lucene/util/Bits;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.util.NotDocIdSet$1 this
         0: .line 50
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.util.NotDocIdSet$1.this$0:Lorg/apache/lucene/util/NotDocIdSet;
            aload 0 /* this */
            aload 2
            putfield org.apache.lucene.util.NotDocIdSet$1.val$inBits:Lorg/apache/lucene/util/Bits;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.lucene.util.NotDocIdSet$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/NotDocIdSet$1;
    MethodParameters:
            Name  Flags
      this$0      final
      val$inBits  final

  public boolean get(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.NotDocIdSet$1 this
        start local 1 // int index
         0: .line 54
            aload 0 /* this */
            getfield org.apache.lucene.util.NotDocIdSet$1.val$inBits:Lorg/apache/lucene/util/Bits;
            iload 1 /* index */
            invokeinterface org.apache.lucene.util.Bits.get:(I)Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // int index
        end local 0 // org.apache.lucene.util.NotDocIdSet$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/lucene/util/NotDocIdSet$1;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.NotDocIdSet$1 this
         0: .line 59
            aload 0 /* this */
            getfield org.apache.lucene.util.NotDocIdSet$1.val$inBits:Lorg/apache/lucene/util/Bits;
            invokeinterface org.apache.lucene.util.Bits.length:()I
            ireturn
        end local 0 // org.apache.lucene.util.NotDocIdSet$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/NotDocIdSet$1;
}
SourceFile: "NotDocIdSet.java"
EnclosingMethod: org.apache.lucene.util.NotDocIdSet.bits:()Lorg/apache/lucene/util/Bits;
NestHost: org.apache.lucene.util.NotDocIdSet
InnerClasses:
  org.apache.lucene.util.NotDocIdSet$1