final class org.joni.BitStatus
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.joni.BitStatus
  super_class: java.lang.Object
{
  public static final int BIT_STATUS_BITS_NUM;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 32

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.joni.BitStatus this
         0: .line 22
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.joni.BitStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joni/BitStatus;

  public static int bsClear();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 26
            iconst_0
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int bsAll();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 29
            iconst_m1
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static boolean bsAt(int, int);
    descriptor: (II)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // int stats
        start local 1 // int n
         0: .line 32
            iload 1 /* n */
            bipush 32
            if_icmpge 1
            iload 0 /* stats */
            iconst_1
            iload 1 /* n */
            ishl
            iand
            goto 2
      StackMap locals:
      StackMap stack:
         1: iload 0 /* stats */
            iconst_1
            iand
      StackMap locals:
      StackMap stack: int
         2: ifeq 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // int n
        end local 0 // int stats
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0  stats  I
            0    4     1      n  I
    MethodParameters:
       Name  Flags
      stats  
      n      

  public static int bsOnAt(int, int);
    descriptor: (II)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // int stats
        start local 1 // int n
         0: .line 35
            iload 1 /* n */
            bipush 32
            if_icmpge 3
         1: .line 36
            iload 0 /* stats */
            iconst_1
            iload 1 /* n */
            ishl
            ior
            istore 0 /* stats */
         2: .line 37
            goto 4
         3: .line 38
      StackMap locals:
      StackMap stack:
            iload 0 /* stats */
            iconst_1
            ior
            istore 0 /* stats */
         4: .line 40
      StackMap locals:
      StackMap stack:
            iload 0 /* stats */
            ireturn
        end local 1 // int n
        end local 0 // int stats
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0  stats  I
            0    5     1      n  I
    MethodParameters:
       Name  Flags
      stats  
      n      

  public static int bsOnAtSimple(int, int);
    descriptor: (II)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // int stats
        start local 1 // int n
         0: .line 43
            iload 1 /* n */
            bipush 32
            if_icmpge 1
            iload 0 /* stats */
            iconst_1
            iload 1 /* n */
            ishl
            ior
            istore 0 /* stats */
         1: .line 44
      StackMap locals:
      StackMap stack:
            iload 0 /* stats */
            ireturn
        end local 1 // int n
        end local 0 // int stats
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  stats  I
            0    2     1      n  I
    MethodParameters:
       Name  Flags
      stats  
      n      

  public static int bsOnOff(int, int, boolean);
    descriptor: (IIZ)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // int v
        start local 1 // int f
        start local 2 // boolean negative
         0: .line 48
            iload 2 /* negative */
            ifeq 3
         1: .line 49
            iload 0 /* v */
            iload 1 /* f */
            iconst_m1
            ixor
            iand
            istore 0 /* v */
         2: .line 50
            goto 4
         3: .line 51
      StackMap locals:
      StackMap stack:
            iload 0 /* v */
            iload 1 /* f */
            ior
            istore 0 /* v */
         4: .line 53
      StackMap locals:
      StackMap stack:
            iload 0 /* v */
            ireturn
        end local 2 // boolean negative
        end local 1 // int f
        end local 0 // int v
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0         v  I
            0    5     1         f  I
            0    5     2  negative  Z
    MethodParameters:
          Name  Flags
      v         
      f         
      negative  
}
SourceFile: "BitStatus.java"