final class jdk.nashorn.internal.runtime.regexp.joni.BitStatus
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.nashorn.internal.runtime.regexp.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 // jdk.nashorn.internal.runtime.regexp.joni.BitStatus this
         0: .line 22
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.BitStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/runtime/regexp/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 30
            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 34
            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  final
      n      final

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

  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 1
            iload 0 /* v */
            iload 1 /* f */
            iconst_m1
            ixor
            iand
            goto 2
      StackMap locals:
      StackMap stack:
         1: iload 0 /* v */
            iload 1 /* f */
            ior
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 2 // boolean negative
        end local 1 // int f
        end local 0 // int v
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0         v  I
            0    3     1         f  I
            0    3     2  negative  Z
    MethodParameters:
          Name  Flags
      v         final
      f         final
      negative  final
}
SourceFile: "BitStatus.java"