public class io.vertx.sqlclient.impl.StringLongSequence
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.sqlclient.impl.StringLongSequence
  super_class: java.lang.Object
{
  private short count;
    descriptor: S
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.sqlclient.impl.StringLongSequence this
         0: .line 20
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.sqlclient.impl.StringLongSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/sqlclient/impl/StringLongSequence;

  public long next();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // io.vertx.sqlclient.impl.StringLongSequence this
         0: .line 25
            aload 0 /* this */
            dup
            getfield io.vertx.sqlclient.impl.StringLongSequence.count:S
            dup_x1
            iconst_1
            iadd
            i2s
            putfield io.vertx.sqlclient.impl.StringLongSequence.count:S
            istore 1 /* val */
        start local 1 // short val
         1: .line 26
            ldc 3472328089260785664
            lstore 2 /* next */
        start local 2 // long next
         2: .line 27
            lload 2 /* next */
            iload 1 /* val */
            bipush 12
            ishr
            bipush 15
            iand
            invokestatic io.vertx.sqlclient.impl.StringLongSequence.toHex:(I)J
            bipush 32
            lshl
            lor
            lstore 2 /* next */
         3: .line 28
            lload 2 /* next */
            iload 1 /* val */
            bipush 8
            ishr
            bipush 15
            iand
            invokestatic io.vertx.sqlclient.impl.StringLongSequence.toHex:(I)J
            bipush 24
            lshl
            lor
            lstore 2 /* next */
         4: .line 29
            lload 2 /* next */
            iload 1 /* val */
            iconst_4
            ishr
            bipush 15
            iand
            invokestatic io.vertx.sqlclient.impl.StringLongSequence.toHex:(I)J
            bipush 16
            lshl
            lor
            lstore 2 /* next */
         5: .line 30
            lload 2 /* next */
            iload 1 /* val */
            iconst_0
            ishr
            bipush 15
            iand
            invokestatic io.vertx.sqlclient.impl.StringLongSequence.toHex:(I)J
            bipush 8
            lshl
            lor
            lstore 2 /* next */
         6: .line 31
            lload 2 /* next */
            lreturn
        end local 2 // long next
        end local 1 // short val
        end local 0 // io.vertx.sqlclient.impl.StringLongSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/sqlclient/impl/StringLongSequence;
            1    7     1   val  S
            2    7     2  next  J

  private static long toHex(int);
    descriptor: (I)J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int c
         0: .line 35
            iload 0 /* c */
            bipush 10
            if_icmpge 2
         1: .line 36
            bipush 48
            iload 0 /* c */
            iadd
            i2b
            i2l
            lreturn
         2: .line 38
      StackMap locals:
      StackMap stack:
            bipush 65
            iload 0 /* c */
            iadd
            bipush 10
            isub
            i2b
            i2l
            lreturn
        end local 0 // int c
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     c  I
    MethodParameters:
      Name  Flags
      c     
}
SourceFile: "StringLongSequence.java"