public class com.sun.tools.javadoc.main.ModifierFilter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.javadoc.main.ModifierFilter
  super_class: java.lang.Object
{
  public static final long PACKAGE;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -9223372036854775808

  public static final long ALL_ACCESS;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -9223372036854775801

  private long oneOf;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long must;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long cannot;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private static final int ACCESS_BITS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  public void <init>(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // com.sun.tools.javadoc.main.ModifierFilter this
        start local 1 // long oneOf
         0: .line 81
            aload 0 /* this */
            lload 1 /* oneOf */
            lconst_0
            lconst_0
            invokespecial com.sun.tools.javadoc.main.ModifierFilter.<init>:(JJJ)V
         1: .line 82
            return
        end local 1 // long oneOf
        end local 0 // com.sun.tools.javadoc.main.ModifierFilter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/tools/javadoc/main/ModifierFilter;
            0    2     1  oneOf  J
    MethodParameters:
       Name  Flags
      oneOf  

  public void <init>(long, long, long);
    descriptor: (JJJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // com.sun.tools.javadoc.main.ModifierFilter this
        start local 1 // long oneOf
        start local 3 // long must
        start local 5 // long cannot
         0: .line 104
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 105
            aload 0 /* this */
            lload 1 /* oneOf */
            putfield com.sun.tools.javadoc.main.ModifierFilter.oneOf:J
         2: .line 106
            aload 0 /* this */
            lload 3 /* must */
            putfield com.sun.tools.javadoc.main.ModifierFilter.must:J
         3: .line 107
            aload 0 /* this */
            lload 5 /* cannot */
            putfield com.sun.tools.javadoc.main.ModifierFilter.cannot:J
         4: .line 108
            return
        end local 5 // long cannot
        end local 3 // long must
        end local 1 // long oneOf
        end local 0 // com.sun.tools.javadoc.main.ModifierFilter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/sun/tools/javadoc/main/ModifierFilter;
            0    5     1   oneOf  J
            0    5     3    must  J
            0    5     5  cannot  J
    MethodParameters:
        Name  Flags
      oneOf   
      must    
      cannot  

  public boolean checkModifier(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.sun.tools.javadoc.main.ModifierFilter this
        start local 1 // int modifierBits
         0: .line 119
            iload 1 /* modifierBits */
            bipush 7
            iand
            ifne 2
         1: .line 120
            iload 1 /* modifierBits */
            i2l
            ldc -9223372036854775808
            lor
            goto 3
         2: .line 121
      StackMap locals:
      StackMap stack:
            iload 1 /* modifierBits */
            i2l
         3: .line 119
      StackMap locals:
      StackMap stack: long
            lstore 2 /* fmod */
        start local 2 // long fmod
         4: .line 122
            aload 0 /* this */
            getfield com.sun.tools.javadoc.main.ModifierFilter.oneOf:J
            lconst_0
            lcmp
            ifeq 5
            aload 0 /* this */
            getfield com.sun.tools.javadoc.main.ModifierFilter.oneOf:J
            lload 2 /* fmod */
            land
            lconst_0
            lcmp
            ifeq 8
         5: .line 123
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javadoc.main.ModifierFilter.must:J
            lload 2 /* fmod */
            land
            aload 0 /* this */
            getfield com.sun.tools.javadoc.main.ModifierFilter.must:J
            lcmp
            ifne 8
         6: .line 124
            aload 0 /* this */
            getfield com.sun.tools.javadoc.main.ModifierFilter.cannot:J
            lload 2 /* fmod */
            land
            lconst_0
            lcmp
            ifne 8
         7: .line 122
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         8: iconst_0
            ireturn
        end local 2 // long fmod
        end local 1 // int modifierBits
        end local 0 // com.sun.tools.javadoc.main.ModifierFilter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lcom/sun/tools/javadoc/main/ModifierFilter;
            0    9     1  modifierBits  I
            4    9     2          fmod  J
    MethodParameters:
              Name  Flags
      modifierBits  
}
SourceFile: "ModifierFilter.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated(since = "9", forRemoval = true)