public class sun.tools.util.ModifierFilter extends java.lang.reflect.Modifier
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.tools.util.ModifierFilter
  super_class: java.lang.reflect.Modifier
{
  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 // sun.tools.util.ModifierFilter this
        start local 1 // long oneOf
         0: .line 81
            aload 0 /* this */
            lload 1 /* oneOf */
            lconst_0
            lconst_0
            invokespecial sun.tools.util.ModifierFilter.<init>:(JJJ)V
         1: .line 82
            return
        end local 1 // long oneOf
        end local 0 // sun.tools.util.ModifierFilter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/tools/util/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 // sun.tools.util.ModifierFilter this
        start local 1 // long oneOf
        start local 3 // long must
        start local 5 // long cannot
         0: .line 105
            aload 0 /* this */
            invokespecial java.lang.reflect.Modifier.<init>:()V
         1: .line 106
            aload 0 /* this */
            lload 1 /* oneOf */
            putfield sun.tools.util.ModifierFilter.oneOf:J
         2: .line 107
            aload 0 /* this */
            lload 3 /* must */
            putfield sun.tools.util.ModifierFilter.must:J
         3: .line 108
            aload 0 /* this */
            lload 5 /* cannot */
            putfield sun.tools.util.ModifierFilter.cannot:J
         4: .line 109
            return
        end local 5 // long cannot
        end local 3 // long must
        end local 1 // long oneOf
        end local 0 // sun.tools.util.ModifierFilter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lsun/tools/util/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 // sun.tools.util.ModifierFilter this
        start local 1 // int modifierBits
         0: .line 120
            iload 1 /* modifierBits */
            bipush 7
            iand
            ifne 2
         1: .line 121
            iload 1 /* modifierBits */
            i2l
            ldc -9223372036854775808
            lor
            goto 3
         2: .line 122
      StackMap locals:
      StackMap stack:
            iload 1 /* modifierBits */
            i2l
         3: .line 120
      StackMap locals:
      StackMap stack: long
            lstore 2 /* fmod */
        start local 2 // long fmod
         4: .line 123
            aload 0 /* this */
            getfield sun.tools.util.ModifierFilter.oneOf:J
            lconst_0
            lcmp
            ifeq 5
            aload 0 /* this */
            getfield sun.tools.util.ModifierFilter.oneOf:J
            lload 2 /* fmod */
            land
            lconst_0
            lcmp
            ifeq 8
         5: .line 124
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.util.ModifierFilter.must:J
            lload 2 /* fmod */
            land
            aload 0 /* this */
            getfield sun.tools.util.ModifierFilter.must:J
            lcmp
            ifne 8
         6: .line 125
            aload 0 /* this */
            getfield sun.tools.util.ModifierFilter.cannot:J
            lload 2 /* fmod */
            land
            lconst_0
            lcmp
            ifne 8
         7: .line 123
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         8: iconst_0
            ireturn
        end local 2 // long fmod
        end local 1 // int modifierBits
        end local 0 // sun.tools.util.ModifierFilter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lsun/tools/util/ModifierFilter;
            0    9     1  modifierBits  I
            4    9     2          fmod  J
    MethodParameters:
              Name  Flags
      modifierBits  

  public boolean checkMember(sun.tools.java.MemberDefinition);
    descriptor: (Lsun/tools/java/MemberDefinition;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.tools.util.ModifierFilter this
        start local 1 // sun.tools.java.MemberDefinition field
         0: .line 139
            aload 0 /* this */
            aload 1 /* field */
            invokevirtual sun.tools.java.MemberDefinition.getModifiers:()I
            invokevirtual sun.tools.util.ModifierFilter.checkModifier:(I)Z
            ireturn
        end local 1 // sun.tools.java.MemberDefinition field
        end local 0 // sun.tools.util.ModifierFilter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/tools/util/ModifierFilter;
            0    1     1  field  Lsun/tools/java/MemberDefinition;
    MethodParameters:
       Name  Flags
      field  

  public boolean checkClass(sun.tools.java.ClassDefinition);
    descriptor: (Lsun/tools/java/ClassDefinition;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.tools.util.ModifierFilter this
        start local 1 // sun.tools.java.ClassDefinition cdef
         0: .line 153
            aload 0 /* this */
            aload 1 /* cdef */
            invokevirtual sun.tools.java.ClassDefinition.getModifiers:()I
            invokevirtual sun.tools.util.ModifierFilter.checkModifier:(I)Z
            ireturn
        end local 1 // sun.tools.java.ClassDefinition cdef
        end local 0 // sun.tools.util.ModifierFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/tools/util/ModifierFilter;
            0    1     1  cdef  Lsun/tools/java/ClassDefinition;
    MethodParameters:
      Name  Flags
      cdef  
}
SourceFile: "ModifierFilter.java"