public final class org.apache.tomcat.util.buf.Ascii
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.tomcat.util.buf.Ascii
  super_class: java.lang.Object
{
  private static final byte[] toLower;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final boolean[] isDigit;
    descriptor: [Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final long OVERFLOW_LIMIT;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 922337203685477580

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=0
         0: .line 29
            sipush 256
            newarray 8
            putstatic org.apache.tomcat.util.buf.Ascii.toLower:[B
         1: .line 34
            sipush 256
            newarray 4
            putstatic org.apache.tomcat.util.buf.Ascii.isDigit:[Z
         2: .line 42
            iconst_0
            istore 0 /* i */
        start local 0 // int i
         3: goto 6
         4: .line 43
      StackMap locals: int
      StackMap stack:
            getstatic org.apache.tomcat.util.buf.Ascii.toLower:[B
            iload 0 /* i */
            iload 0 /* i */
            i2b
            bastore
         5: .line 42
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 0 /* i */
            sipush 256
            if_icmplt 4
        end local 0 // int i
         7: .line 46
            bipush 97
            istore 0 /* lc */
        start local 0 // int lc
         8: goto 12
         9: .line 47
      StackMap locals:
      StackMap stack:
            iload 0 /* lc */
            bipush 65
            iadd
            bipush 97
            isub
            istore 1 /* uc */
        start local 1 // int uc
        10: .line 49
            getstatic org.apache.tomcat.util.buf.Ascii.toLower:[B
            iload 1 /* uc */
            iload 0 /* lc */
            i2b
            bastore
        end local 1 // int uc
        11: .line 46
            iinc 0 /* lc */ 1
      StackMap locals:
      StackMap stack:
        12: iload 0 /* lc */
            bipush 122
            if_icmple 9
        end local 0 // int lc
        13: .line 52
            bipush 48
            istore 0 /* d */
        start local 0 // int d
        14: goto 17
        15: .line 53
      StackMap locals:
      StackMap stack:
            getstatic org.apache.tomcat.util.buf.Ascii.isDigit:[Z
            iload 0 /* d */
            iconst_1
            bastore
        16: .line 52
            iinc 0 /* d */ 1
      StackMap locals:
      StackMap stack:
        17: iload 0 /* d */
            bipush 57
            if_icmple 15
        end local 0 // int d
        18: .line 55
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            3    7     0     i  I
            8   13     0    lc  I
           10   11     1    uc  I
           14   18     0     d  I

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.tomcat.util.buf.Ascii this
         0: .line 25
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.tomcat.util.buf.Ascii this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/tomcat/util/buf/Ascii;

  public static int toLower(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int c
         0: .line 63
            getstatic org.apache.tomcat.util.buf.Ascii.toLower:[B
            iload 0 /* c */
            sipush 255
            iand
            baload
            sipush 255
            iand
            ireturn
        end local 0 // int c
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     c  I
    MethodParameters:
      Name  Flags
      c     

  private static boolean isDigit(int);
    descriptor: (I)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int c
         0: .line 71
            getstatic org.apache.tomcat.util.buf.Ascii.isDigit:[Z
            iload 0 /* c */
            sipush 255
            iand
            baload
            ireturn
        end local 0 // int c
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     c  I
    MethodParameters:
      Name  Flags
      c     

  public static long parseLong(byte[], int, int);
    descriptor: ([BII)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // byte[] b
        start local 1 // int off
        start local 2 // int len
         0: .line 87
            aload 0 /* b */
            ifnull 2
            iload 2 /* len */
            ifle 2
            aload 0 /* b */
            iload 1 /* off */
            iinc 1 /* off */ 1
            baload
            dup
            istore 3 /* c */
        start local 3 // int c
         1: invokestatic org.apache.tomcat.util.buf.Ascii.isDigit:(I)Z
            ifne 3
        end local 3 // int c
         2: .line 88
      StackMap locals:
      StackMap stack:
            new java.lang.NumberFormatException
            dup
            invokespecial java.lang.NumberFormatException.<init>:()V
            athrow
        start local 3 // int c
         3: .line 91
      StackMap locals: int
      StackMap stack:
            iload 3 /* c */
            bipush 48
            isub
            i2l
            lstore 4 /* n */
        start local 4 // long n
         4: .line 92
            goto 10
         5: .line 93
      StackMap locals: long
      StackMap stack:
            aload 0 /* b */
            iload 1 /* off */
            iinc 1 /* off */ 1
            baload
            dup
            istore 3 /* c */
            invokestatic org.apache.tomcat.util.buf.Ascii.isDigit:(I)Z
            ifeq 9
         6: .line 94
            lload 4 /* n */
            ldc 922337203685477580
            lcmp
            iflt 7
            lload 4 /* n */
            ldc 922337203685477580
            lcmp
            ifne 9
            iload 3 /* c */
            bipush 48
            isub
            bipush 8
            if_icmpge 9
         7: .line 95
      StackMap locals:
      StackMap stack:
            lload 4 /* n */
            ldc 10
            lmul
            iload 3 /* c */
            i2l
            ladd
            ldc 48
            lsub
            lstore 4 /* n */
         8: .line 96
            goto 10
         9: .line 97
      StackMap locals:
      StackMap stack:
            new java.lang.NumberFormatException
            dup
            invokespecial java.lang.NumberFormatException.<init>:()V
            athrow
        10: .line 92
      StackMap locals:
      StackMap stack:
            iinc 2 /* len */ -1
            iload 2 /* len */
            ifgt 5
        11: .line 101
            lload 4 /* n */
            lreturn
        end local 4 // long n
        end local 3 // int c
        end local 2 // int len
        end local 1 // int off
        end local 0 // byte[] b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0     b  [B
            0   12     1   off  I
            0   12     2   len  I
            1    2     3     c  I
            3   12     3     c  I
            4   12     4     n  J
    Exceptions:
      throws java.lang.NumberFormatException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   
}
SourceFile: "Ascii.java"