final class com.google.common.primitives.Longs$AsciiDigits
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.primitives.Longs$AsciiDigits
  super_class: java.lang.Object
{
  private static final byte[] asciiDigits;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=2, args_size=0
         0: .line 331
            sipush 128
            newarray 8
            astore 0 /* result */
        start local 0 // byte[] result
         1: .line 332
            aload 0 /* result */
            iconst_m1
            invokestatic java.util.Arrays.fill:([BB)V
         2: .line 333
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         3: goto 6
         4: .line 334
      StackMap locals: byte[] int
      StackMap stack:
            aload 0 /* result */
            bipush 48
            iload 1 /* i */
            iadd
            iload 1 /* i */
            i2b
            bastore
         5: .line 333
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 1 /* i */
            bipush 9
            if_icmple 4
        end local 1 // int i
         7: .line 336
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         8: goto 12
         9: .line 337
      StackMap locals:
      StackMap stack:
            aload 0 /* result */
            bipush 65
            iload 1 /* i */
            iadd
            bipush 10
            iload 1 /* i */
            iadd
            i2b
            bastore
        10: .line 338
            aload 0 /* result */
            bipush 97
            iload 1 /* i */
            iadd
            bipush 10
            iload 1 /* i */
            iadd
            i2b
            bastore
        11: .line 336
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 1 /* i */
            bipush 26
            if_icmple 9
        end local 1 // int i
        13: .line 340
            aload 0 /* result */
            putstatic com.google.common.primitives.Longs$AsciiDigits.asciiDigits:[B
        end local 0 // byte[] result
        14: .line 341
            return
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            1   14     0  result  [B
            3    7     1       i  I
            8   13     1       i  I

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.primitives.Longs$AsciiDigits this
         0: .line 326
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.google.common.primitives.Longs$AsciiDigits this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/primitives/Longs$AsciiDigits;

  static int digit(char);
    descriptor: (C)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // char c
         0: .line 344
            iload 0 /* c */
            sipush 128
            if_icmpge 1
            getstatic com.google.common.primitives.Longs$AsciiDigits.asciiDigits:[B
            iload 0 /* c */
            baload
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_m1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // char c
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     c  C
    MethodParameters:
      Name  Flags
      c     
}
SourceFile: "Longs.java"
NestHost: com.google.common.primitives.Longs
InnerClasses:
  final AsciiDigits = com.google.common.primitives.Longs$AsciiDigits of com.google.common.primitives.Longs