public final class io.vertx.redis.client.impl.RESPParser implements io.vertx.core.Handler<io.vertx.core.buffer.Buffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.vertx.redis.client.impl.RESPParser
  super_class: java.lang.Object
{
  public static final java.lang.String VERSION;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "3"

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

  private final io.vertx.redis.client.impl.ParserHandler handler;
    descriptor: Lio/vertx/redis/client/impl/ParserHandler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.redis.client.impl.ReadableBuffer buffer;
    descriptor: Lio/vertx/redis/client/impl/ReadableBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.redis.client.impl.ArrayStack stack;
    descriptor: Lio/vertx/redis/client/impl/ArrayStack;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private boolean eol;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private int bytesNeeded;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  void <init>(io.vertx.redis.client.impl.ParserHandler, int);
    descriptor: (Lio/vertx/redis/client/impl/ParserHandler;I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.redis.client.impl.RESPParser this
        start local 1 // io.vertx.redis.client.impl.ParserHandler handler
        start local 2 // int maxStack
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 0 /* this */
            new io.vertx.redis.client.impl.ReadableBuffer
            dup
            invokespecial io.vertx.redis.client.impl.ReadableBuffer.<init>:()V
            putfield io.vertx.redis.client.impl.RESPParser.buffer:Lio/vertx/redis/client/impl/ReadableBuffer;
         2: .line 46
            aload 0 /* this */
            iconst_1
            putfield io.vertx.redis.client.impl.RESPParser.eol:Z
         3: .line 47
            aload 0 /* this */
            iconst_0
            putfield io.vertx.redis.client.impl.RESPParser.bytesNeeded:I
         4: .line 41
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.redis.client.impl.RESPParser.handler:Lio/vertx/redis/client/impl/ParserHandler;
         5: .line 42
            aload 0 /* this */
            new io.vertx.redis.client.impl.ArrayStack
            dup
            iload 2 /* maxStack */
            invokespecial io.vertx.redis.client.impl.ArrayStack.<init>:(I)V
            putfield io.vertx.redis.client.impl.RESPParser.stack:Lio/vertx/redis/client/impl/ArrayStack;
         6: .line 43
            return
        end local 2 // int maxStack
        end local 1 // io.vertx.redis.client.impl.ParserHandler handler
        end local 0 // io.vertx.redis.client.impl.RESPParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lio/vertx/redis/client/impl/RESPParser;
            0    7     1   handler  Lio/vertx/redis/client/impl/ParserHandler;
            0    7     2  maxStack  I
    MethodParameters:
          Name  Flags
      handler   
      maxStack  

  public void handle(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // io.vertx.redis.client.impl.RESPParser this
        start local 1 // io.vertx.core.buffer.Buffer chunk
         0: .line 52
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.buffer:Lio/vertx/redis/client/impl/ReadableBuffer;
            aload 1 /* chunk */
            invokevirtual io.vertx.redis.client.impl.ReadableBuffer.append:(Lio/vertx/core/buffer/Buffer;)V
         1: .line 54
            goto 43
         2: .line 56
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.buffer:Lio/vertx/redis/client/impl/ReadableBuffer;
            invokevirtual io.vertx.redis.client.impl.ReadableBuffer.mark:()V
         3: .line 59
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.eol:Z
            ifeq 35
         4: .line 61
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.buffer:Lio/vertx/redis/client/impl/ReadableBuffer;
            invokevirtual io.vertx.redis.client.impl.ReadableBuffer.readByte:()B
            istore 2 /* type */
        start local 2 // byte type
         5: .line 64
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.buffer:Lio/vertx/redis/client/impl/ReadableBuffer;
            invokevirtual io.vertx.redis.client.impl.ReadableBuffer.offset:()I
            istore 3 /* start */
        start local 3 // int start
         6: .line 65
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.buffer:Lio/vertx/redis/client/impl/ReadableBuffer;
            invokevirtual io.vertx.redis.client.impl.ReadableBuffer.findLineEnd:()I
            istore 4 /* eol */
        start local 4 // int eol
         7: .line 68
            iload 4 /* eol */
            iconst_m1
            if_icmpne 10
         8: .line 69
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.buffer:Lio/vertx/redis/client/impl/ReadableBuffer;
            invokevirtual io.vertx.redis.client.impl.ReadableBuffer.reset:()V
         9: .line 70
            goto 47
        10: .line 74
      StackMap locals: int int int
      StackMap stack:
            iload 3 /* start */
            iload 4 /* eol */
            if_icmpne 13
        11: .line 75
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.buffer:Lio/vertx/redis/client/impl/ReadableBuffer;
            invokevirtual io.vertx.redis.client.impl.ReadableBuffer.reset:()V
        12: .line 76
            goto 47
        13: .line 79
      StackMap locals:
      StackMap stack:
            iload 2 /* type */
            lookupswitch { // 15
                   33: 16
                   35: 26
                   36: 20
                   37: 22
                   40: 18
                   42: 22
                   43: 14
                   44: 18
                   45: 16
                   58: 18
                   61: 20
                   62: 30
                   95: 24
                  124: 28
                  126: 22
              default: 32
          }
        14: .line 81
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* start */
            iload 4 /* eol */
            invokevirtual io.vertx.redis.client.impl.RESPParser.handleSimpleString:(II)V
        15: .line 82
            goto 43
        16: .line 85
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* eol */
            invokevirtual io.vertx.redis.client.impl.RESPParser.handleError:(I)V
        17: .line 86
            goto 43
        18: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* type */
            iload 4 /* eol */
            invokevirtual io.vertx.redis.client.impl.RESPParser.handleNumber:(BI)V
        19: .line 91
            goto 43
        20: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* eol */
            invokevirtual io.vertx.redis.client.impl.RESPParser.handleBulk:(I)V
        21: .line 95
            goto 43
        22: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* type */
            iload 4 /* eol */
            invokevirtual io.vertx.redis.client.impl.RESPParser.handleMulti:(BI)V
        23: .line 100
            goto 43
        24: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.redis.client.impl.RESPParser.handleNull:()V
        25: .line 103
            goto 43
        26: .line 105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.redis.client.impl.RESPParser.handleBoolean:()V
        27: .line 106
            goto 43
        28: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* eol */
            invokevirtual io.vertx.redis.client.impl.RESPParser.handleAttribute:(I)V
        29: .line 109
            goto 43
        30: .line 111
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* eol */
            invokevirtual io.vertx.redis.client.impl.RESPParser.handlePush:(I)V
        31: .line 112
            goto 43
        32: .line 115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.handler:Lio/vertx/redis/client/impl/ParserHandler;
            new java.lang.StringBuilder
            dup
            ldc "ILLEGAL_STATE Unknown RESP type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* type */
            i2c
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic io.vertx.redis.client.impl.types.ErrorType.create:(Ljava/lang/String;)Lio/vertx/redis/client/impl/types/ErrorType;
            invokeinterface io.vertx.redis.client.impl.ParserHandler.fatal:(Ljava/lang/Throwable;)V
        33: .line 116
            return
        end local 4 // int eol
        end local 3 // int start
        end local 2 // byte type
        34: .line 118
      StackMap locals:
      StackMap stack:
            goto 43
        35: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.bytesNeeded:I
            ifne 38
        36: .line 122
            aload 0 /* this */
            getstatic io.vertx.redis.client.impl.types.BulkType.EMPTY:Lio/vertx/redis/client/impl/types/BulkType;
            iconst_0
            invokevirtual io.vertx.redis.client.impl.RESPParser.handleResponse:(Lio/vertx/redis/client/Response;Z)V
        37: .line 123
            goto 39
        38: .line 125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.buffer:Lio/vertx/redis/client/impl/ReadableBuffer;
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.bytesNeeded:I
            invokevirtual io.vertx.redis.client.impl.ReadableBuffer.readBytes:(I)Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.redis.client.impl.types.BulkType.create:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/redis/client/impl/types/BulkType;
            iconst_0
            invokevirtual io.vertx.redis.client.impl.RESPParser.handleResponse:(Lio/vertx/redis/client/Response;Z)V
        39: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.buffer:Lio/vertx/redis/client/impl/ReadableBuffer;
            invokevirtual io.vertx.redis.client.impl.ReadableBuffer.skipEOL:()Z
            ifeq 42
        40: .line 130
            aload 0 /* this */
            iconst_1
            putfield io.vertx.redis.client.impl.RESPParser.eol:Z
        41: .line 131
            goto 43
        42: .line 133
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.buffer:Lio/vertx/redis/client/impl/ReadableBuffer;
            invokevirtual io.vertx.redis.client.impl.ReadableBuffer.reset:()V
        43: .line 54
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.buffer:Lio/vertx/redis/client/impl/ReadableBuffer;
            invokevirtual io.vertx.redis.client.impl.ReadableBuffer.readableBytes:()I
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.eol:Z
            ifeq 44
            iconst_3
            goto 46
      StackMap locals:
      StackMap stack: int
        44: aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.bytesNeeded:I
            iconst_m1
            if_icmpeq 45
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.bytesNeeded:I
            iconst_2
            iadd
            goto 46
      StackMap locals:
      StackMap stack: int
        45: iconst_0
      StackMap locals: io.vertx.redis.client.impl.RESPParser io.vertx.core.buffer.Buffer
      StackMap stack: int int
        46: if_icmpge 2
        47: .line 137
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.buffer.Buffer chunk
        end local 0 // io.vertx.redis.client.impl.RESPParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   48     0   this  Lio/vertx/redis/client/impl/RESPParser;
            0   48     1  chunk  Lio/vertx/core/buffer/Buffer;
            5   34     2   type  B
            6   34     3  start  I
            7   34     4    eol  I
    MethodParameters:
       Name  Flags
      chunk  

  private void handleNumber(byte, int);
    descriptor: (BI)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.redis.client.impl.RESPParser this
        start local 1 // byte type
        start local 2 // int eol
         0: .line 141
            iload 1 /* type */
            lookupswitch { // 3
                   40: 5
                   44: 3
                   58: 1
              default: 6
          }
         1: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.buffer:Lio/vertx/redis/client/impl/ReadableBuffer;
            iload 2 /* eol */
            getstatic io.vertx.redis.client.impl.ReadableBuffer$NumericType.INTEGER:Lio/vertx/redis/client/impl/ReadableBuffer$NumericType;
            invokevirtual io.vertx.redis.client.impl.ReadableBuffer.readNumber:(ILio/vertx/redis/client/impl/ReadableBuffer$NumericType;)Ljava/lang/Number;
            invokestatic io.vertx.redis.client.impl.types.NumberType.create:(Ljava/lang/Number;)Lio/vertx/redis/client/impl/types/NumberType;
            iconst_0
            invokevirtual io.vertx.redis.client.impl.RESPParser.handleResponse:(Lio/vertx/redis/client/Response;Z)V
         2: .line 144
            goto 9
         3: .line 146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.buffer:Lio/vertx/redis/client/impl/ReadableBuffer;
            iload 2 /* eol */
            getstatic io.vertx.redis.client.impl.ReadableBuffer$NumericType.DECIMAL:Lio/vertx/redis/client/impl/ReadableBuffer$NumericType;
            invokevirtual io.vertx.redis.client.impl.ReadableBuffer.readNumber:(ILio/vertx/redis/client/impl/ReadableBuffer$NumericType;)Ljava/lang/Number;
            invokestatic io.vertx.redis.client.impl.types.NumberType.create:(Ljava/lang/Number;)Lio/vertx/redis/client/impl/types/NumberType;
            iconst_0
            invokevirtual io.vertx.redis.client.impl.RESPParser.handleResponse:(Lio/vertx/redis/client/Response;Z)V
         4: .line 147
            goto 9
         5: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.buffer:Lio/vertx/redis/client/impl/ReadableBuffer;
            iload 2 /* eol */
            getstatic io.vertx.redis.client.impl.ReadableBuffer$NumericType.BIGINTEGER:Lio/vertx/redis/client/impl/ReadableBuffer$NumericType;
            invokevirtual io.vertx.redis.client.impl.ReadableBuffer.readNumber:(ILio/vertx/redis/client/impl/ReadableBuffer$NumericType;)Ljava/lang/Number;
            invokestatic io.vertx.redis.client.impl.types.NumberType.create:(Ljava/lang/Number;)Lio/vertx/redis/client/impl/types/NumberType;
            iconst_0
            invokevirtual io.vertx.redis.client.impl.RESPParser.handleResponse:(Lio/vertx/redis/client/Response;Z)V
         6: .line 152
      StackMap locals:
      StackMap stack:
            goto 9
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
         7: astore 3 /* e */
        start local 3 // java.lang.RuntimeException e
         8: .line 153
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.handler:Lio/vertx/redis/client/impl/ParserHandler;
            aload 3 /* e */
            invokeinterface io.vertx.redis.client.impl.ParserHandler.fatal:(Ljava/lang/Throwable;)V
        end local 3 // java.lang.RuntimeException e
         9: .line 155
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int eol
        end local 1 // byte type
        end local 0 // io.vertx.redis.client.impl.RESPParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lio/vertx/redis/client/impl/RESPParser;
            0   10     1  type  B
            0   10     2   eol  I
            8    9     3     e  Ljava/lang/RuntimeException;
      Exception table:
        from    to  target  type
           0     6       7  Class java.lang.RuntimeException
    MethodParameters:
      Name  Flags
      type  
      eol   

  private long handleLength(int);
    descriptor: (I)J
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // io.vertx.redis.client.impl.RESPParser this
        start local 1 // int eol
         0: .line 161
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.buffer:Lio/vertx/redis/client/impl/ReadableBuffer;
            iload 1 /* eol */
            invokevirtual io.vertx.redis.client.impl.ReadableBuffer.readLong:(I)J
            lstore 2 /* integer */
        start local 2 // long integer
         1: .line 162
            goto 5
        end local 2 // long integer
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
         2: astore 4 /* e */
        start local 4 // java.lang.RuntimeException e
         3: .line 163
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.handler:Lio/vertx/redis/client/impl/ParserHandler;
            aload 4 /* e */
            invokeinterface io.vertx.redis.client.impl.ParserHandler.fatal:(Ljava/lang/Throwable;)V
         4: .line 164
            ldc -1
            lreturn
        end local 4 // java.lang.RuntimeException e
        start local 2 // long integer
         5: .line 169
      StackMap locals: long
      StackMap stack:
            lload 2 /* integer */
            ldc 2147483647
            lcmp
            ifle 8
         6: .line 170
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.handler:Lio/vertx/redis/client/impl/ParserHandler;
            ldc "ILLEGAL_STATE Redis Multi cannot be larger 2GB elements"
            invokestatic io.vertx.redis.client.impl.types.ErrorType.create:(Ljava/lang/String;)Lio/vertx/redis/client/impl/types/ErrorType;
            invokeinterface io.vertx.redis.client.impl.ParserHandler.fatal:(Ljava/lang/Throwable;)V
         7: .line 171
            ldc -1
            lreturn
         8: .line 174
      StackMap locals:
      StackMap stack:
            lload 2 /* integer */
            lconst_0
            lcmp
            ifge 14
         9: .line 175
            lload 2 /* integer */
            ldc -1
            lcmp
            ifne 12
        10: .line 177
            aload 0 /* this */
            aconst_null
            iconst_0
            invokevirtual io.vertx.redis.client.impl.RESPParser.handleResponse:(Lio/vertx/redis/client/Response;Z)V
        11: .line 178
            ldc -1
            lreturn
        12: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.handler:Lio/vertx/redis/client/impl/ParserHandler;
            ldc "ILLEGAL_STATE Redis Multi cannot have negative length"
            invokestatic io.vertx.redis.client.impl.types.ErrorType.create:(Ljava/lang/String;)Lio/vertx/redis/client/impl/types/ErrorType;
            invokeinterface io.vertx.redis.client.impl.ParserHandler.fatal:(Ljava/lang/Throwable;)V
        13: .line 182
            ldc -1
            lreturn
        14: .line 185
      StackMap locals:
      StackMap stack:
            lload 2 /* integer */
            lreturn
        end local 2 // long integer
        end local 1 // int eol
        end local 0 // io.vertx.redis.client.impl.RESPParser this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   15     0     this  Lio/vertx/redis/client/impl/RESPParser;
            0   15     1      eol  I
            1    2     2  integer  J
            5   15     2  integer  J
            3    5     4        e  Ljava/lang/RuntimeException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.RuntimeException
    MethodParameters:
      Name  Flags
      eol   

  private void handlePush(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // io.vertx.redis.client.impl.RESPParser this
        start local 1 // int eol
         0: .line 189
            aload 0 /* this */
            iload 1 /* eol */
            invokevirtual io.vertx.redis.client.impl.RESPParser.handleLength:(I)J
            lstore 2 /* len */
        start local 2 // long len
         1: .line 190
            lload 2 /* len */
            lconst_0
            lcmp
            iflt 6
         2: .line 191
            lload 2 /* len */
            lconst_0
            lcmp
            ifne 5
         3: .line 193
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.handler:Lio/vertx/redis/client/impl/ParserHandler;
            ldc "ILLEGAL_STATE Redis Push must have at least 1 element"
            invokestatic io.vertx.redis.client.impl.types.ErrorType.create:(Ljava/lang/String;)Lio/vertx/redis/client/impl/types/ErrorType;
            invokeinterface io.vertx.redis.client.impl.ParserHandler.fatal:(Ljava/lang/Throwable;)V
         4: .line 194
            goto 6
         5: .line 195
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            lload 2 /* len */
            invokestatic io.vertx.redis.client.impl.types.PushType.create:(J)Lio/vertx/redis/client/impl/types/PushType;
            iconst_1
            invokevirtual io.vertx.redis.client.impl.RESPParser.handleResponse:(Lio/vertx/redis/client/Response;Z)V
         6: .line 198
      StackMap locals:
      StackMap stack:
            return
        end local 2 // long len
        end local 1 // int eol
        end local 0 // io.vertx.redis.client.impl.RESPParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/redis/client/impl/RESPParser;
            0    7     1   eol  I
            1    7     2   len  J
    MethodParameters:
      Name  Flags
      eol   

  private void handleAttribute(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // io.vertx.redis.client.impl.RESPParser this
        start local 1 // int eol
         0: .line 201
            aload 0 /* this */
            iload 1 /* eol */
            invokevirtual io.vertx.redis.client.impl.RESPParser.handleLength:(I)J
            lstore 2 /* len */
        start local 2 // long len
         1: .line 202
            lload 2 /* len */
            lconst_0
            lcmp
            iflt 6
         2: .line 203
            lload 2 /* len */
            lconst_0
            lcmp
            ifne 5
         3: .line 205
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.handler:Lio/vertx/redis/client/impl/ParserHandler;
            ldc "ILLEGAL_STATE Redis Push must have at least 1 element"
            invokestatic io.vertx.redis.client.impl.types.ErrorType.create:(Ljava/lang/String;)Lio/vertx/redis/client/impl/types/ErrorType;
            invokeinterface io.vertx.redis.client.impl.ParserHandler.fatal:(Ljava/lang/Throwable;)V
         4: .line 206
            goto 6
         5: .line 207
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            lload 2 /* len */
            invokestatic io.vertx.redis.client.impl.types.AttributeType.create:(J)Lio/vertx/redis/client/impl/types/AttributeType;
            iconst_1
            invokevirtual io.vertx.redis.client.impl.RESPParser.handleResponse:(Lio/vertx/redis/client/Response;Z)V
         6: .line 211
      StackMap locals:
      StackMap stack:
            return
        end local 2 // long len
        end local 1 // int eol
        end local 0 // io.vertx.redis.client.impl.RESPParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/redis/client/impl/RESPParser;
            0    7     1   eol  I
            1    7     2   len  J
    MethodParameters:
      Name  Flags
      eol   

  private void handleBoolean();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // io.vertx.redis.client.impl.RESPParser this
         0: .line 214
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.buffer:Lio/vertx/redis/client/impl/ReadableBuffer;
            invokevirtual io.vertx.redis.client.impl.ReadableBuffer.readByte:()B
            istore 1 /* value */
        start local 1 // byte value
         1: .line 215
            iload 1 /* value */
            lookupswitch { // 2
                  102: 5
                  116: 2
              default: 8
          }
         2: .line 217
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.buffer:Lio/vertx/redis/client/impl/ReadableBuffer;
            invokevirtual io.vertx.redis.client.impl.ReadableBuffer.skipEOL:()Z
            pop
         3: .line 218
            aload 0 /* this */
            getstatic io.vertx.redis.client.impl.types.BooleanType.TRUE:Lio/vertx/redis/client/impl/types/BooleanType;
            iconst_0
            invokevirtual io.vertx.redis.client.impl.RESPParser.handleResponse:(Lio/vertx/redis/client/Response;Z)V
         4: .line 219
            goto 9
         5: .line 221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.buffer:Lio/vertx/redis/client/impl/ReadableBuffer;
            invokevirtual io.vertx.redis.client.impl.ReadableBuffer.skipEOL:()Z
            pop
         6: .line 222
            aload 0 /* this */
            getstatic io.vertx.redis.client.impl.types.BooleanType.FALSE:Lio/vertx/redis/client/impl/types/BooleanType;
            iconst_0
            invokevirtual io.vertx.redis.client.impl.RESPParser.handleResponse:(Lio/vertx/redis/client/Response;Z)V
         7: .line 223
            goto 9
         8: .line 225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.handler:Lio/vertx/redis/client/impl/ParserHandler;
            new java.lang.StringBuilder
            dup
            ldc "Invalid boolean value: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* value */
            i2c
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic io.vertx.redis.client.impl.types.ErrorType.create:(Ljava/lang/String;)Lio/vertx/redis/client/impl/types/ErrorType;
            invokeinterface io.vertx.redis.client.impl.ParserHandler.fatal:(Ljava/lang/Throwable;)V
         9: .line 227
      StackMap locals:
      StackMap stack:
            return
        end local 1 // byte value
        end local 0 // io.vertx.redis.client.impl.RESPParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lio/vertx/redis/client/impl/RESPParser;
            1   10     1  value  B

  private void handleSimpleString(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.redis.client.impl.RESPParser this
        start local 1 // int start
        start local 2 // int eol
         0: .line 230
            iload 2 /* eol */
            iload 1 /* start */
            isub
            istore 3 /* length */
        start local 3 // int length
         1: .line 232
            iload 3 /* length */
            iconst_2
            if_icmpne 4
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.buffer:Lio/vertx/redis/client/impl/ReadableBuffer;
            iload 1 /* start */
            invokevirtual io.vertx.redis.client.impl.ReadableBuffer.getByte:(I)B
            bipush 79
            if_icmpne 4
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.buffer:Lio/vertx/redis/client/impl/ReadableBuffer;
            iload 1 /* start */
            iconst_1
            iadd
            invokevirtual io.vertx.redis.client.impl.ReadableBuffer.getByte:(I)B
            bipush 75
            if_icmpne 4
         2: .line 233
            aload 0 /* this */
            getstatic io.vertx.redis.client.impl.types.SimpleStringType.OK:Lio/vertx/redis/client/impl/types/SimpleStringType;
            iconst_0
            invokevirtual io.vertx.redis.client.impl.RESPParser.handleResponse:(Lio/vertx/redis/client/Response;Z)V
         3: .line 234
            goto 5
         4: .line 235
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.buffer:Lio/vertx/redis/client/impl/ReadableBuffer;
            iload 2 /* eol */
            invokevirtual io.vertx.redis.client.impl.ReadableBuffer.readLine:(I)Ljava/lang/String;
            invokestatic io.vertx.redis.client.impl.types.SimpleStringType.create:(Ljava/lang/String;)Lio/vertx/redis/client/impl/types/SimpleStringType;
            iconst_0
            invokevirtual io.vertx.redis.client.impl.RESPParser.handleResponse:(Lio/vertx/redis/client/Response;Z)V
         5: .line 237
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int length
        end local 2 // int eol
        end local 1 // int start
        end local 0 // io.vertx.redis.client.impl.RESPParser this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/vertx/redis/client/impl/RESPParser;
            0    6     1   start  I
            0    6     2     eol  I
            1    6     3  length  I
    MethodParameters:
       Name  Flags
      start  
      eol    

  private void handleError(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.redis.client.impl.RESPParser this
        start local 1 // int eol
         0: .line 240
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.buffer:Lio/vertx/redis/client/impl/ReadableBuffer;
            iload 1 /* eol */
            invokevirtual io.vertx.redis.client.impl.ReadableBuffer.readLine:(I)Ljava/lang/String;
            invokestatic io.vertx.redis.client.impl.types.ErrorType.create:(Ljava/lang/String;)Lio/vertx/redis/client/impl/types/ErrorType;
            iconst_0
            invokevirtual io.vertx.redis.client.impl.RESPParser.handleResponse:(Lio/vertx/redis/client/Response;Z)V
         1: .line 241
            return
        end local 1 // int eol
        end local 0 // io.vertx.redis.client.impl.RESPParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/redis/client/impl/RESPParser;
            0    2     1   eol  I
    MethodParameters:
      Name  Flags
      eol   

  private void handleBulk(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // io.vertx.redis.client.impl.RESPParser this
        start local 1 // int eol
         0: .line 244
            aload 0 /* this */
            iload 1 /* eol */
            invokevirtual io.vertx.redis.client.impl.RESPParser.handleLength:(I)J
            lstore 2 /* len */
        start local 2 // long len
         1: .line 245
            lload 2 /* len */
            lconst_0
            lcmp
            iflt 7
         2: .line 247
            lload 2 /* len */
            ldc 536870912
            lcmp
            ifle 5
         3: .line 248
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.handler:Lio/vertx/redis/client/impl/ParserHandler;
            ldc "ILLEGAL_STATE Redis Bulk cannot be larger than 512MB"
            invokestatic io.vertx.redis.client.impl.types.ErrorType.create:(Ljava/lang/String;)Lio/vertx/redis/client/impl/types/ErrorType;
            invokeinterface io.vertx.redis.client.impl.ParserHandler.fatal:(Ljava/lang/Throwable;)V
         4: .line 249
            return
         5: .line 252
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            lload 2 /* len */
            l2i
            putfield io.vertx.redis.client.impl.RESPParser.bytesNeeded:I
         6: .line 254
            aload 0 /* this */
            iconst_0
            putfield io.vertx.redis.client.impl.RESPParser.eol:Z
         7: .line 256
      StackMap locals:
      StackMap stack:
            return
        end local 2 // long len
        end local 1 // int eol
        end local 0 // io.vertx.redis.client.impl.RESPParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/vertx/redis/client/impl/RESPParser;
            0    8     1   eol  I
            1    8     2   len  J
    MethodParameters:
      Name  Flags
      eol   

  private void handleMulti(byte, int);
    descriptor: (BI)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // io.vertx.redis.client.impl.RESPParser this
        start local 1 // byte type
        start local 2 // int eol
         0: .line 260
            aload 0 /* this */
            iload 2 /* eol */
            invokevirtual io.vertx.redis.client.impl.RESPParser.handleLength:(I)J
            lstore 3 /* len */
        start local 3 // long len
         1: .line 262
            lload 3 /* len */
            lconst_0
            lcmp
            iflt 10
         2: .line 264
            lload 3 /* len */
            lconst_0
            lcmp
            ifne 7
         3: .line 265
            aload 0 /* this */
            iload 1 /* type */
            bipush 37
            if_icmpne 4
            getstatic io.vertx.redis.client.impl.types.MultiType.EMPTY_MAP:Lio/vertx/redis/client/impl/types/MultiType;
            goto 5
      StackMap locals: io.vertx.redis.client.impl.RESPParser int int long
      StackMap stack: io.vertx.redis.client.impl.RESPParser
         4: getstatic io.vertx.redis.client.impl.types.MultiType.EMPTY_MULTI:Lio/vertx/redis/client/impl/types/MultiType;
      StackMap locals: io.vertx.redis.client.impl.RESPParser int int long
      StackMap stack: io.vertx.redis.client.impl.RESPParser io.vertx.redis.client.impl.types.MultiType
         5: iconst_0
            invokevirtual io.vertx.redis.client.impl.RESPParser.handleResponse:(Lio/vertx/redis/client/Response;Z)V
         6: .line 266
            goto 10
         7: .line 267
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 3 /* len */
            iload 1 /* type */
            bipush 37
            if_icmpne 8
            iconst_1
            goto 9
      StackMap locals: io.vertx.redis.client.impl.RESPParser int int long
      StackMap stack: io.vertx.redis.client.impl.RESPParser long
         8: iconst_0
      StackMap locals: io.vertx.redis.client.impl.RESPParser int int long
      StackMap stack: io.vertx.redis.client.impl.RESPParser long int
         9: invokestatic io.vertx.redis.client.impl.types.MultiType.create:(JZ)Lio/vertx/redis/client/impl/types/MultiType;
            iconst_1
            invokevirtual io.vertx.redis.client.impl.RESPParser.handleResponse:(Lio/vertx/redis/client/Response;Z)V
        10: .line 270
      StackMap locals:
      StackMap stack:
            return
        end local 3 // long len
        end local 2 // int eol
        end local 1 // byte type
        end local 0 // io.vertx.redis.client.impl.RESPParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lio/vertx/redis/client/impl/RESPParser;
            0   11     1  type  B
            0   11     2   eol  I
            1   11     3   len  J
    MethodParameters:
      Name  Flags
      type  
      eol   

  private void handleNull();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.impl.RESPParser this
         0: .line 274
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.buffer:Lio/vertx/redis/client/impl/ReadableBuffer;
            invokevirtual io.vertx.redis.client.impl.ReadableBuffer.skipEOL:()Z
            pop
         1: .line 275
            aload 0 /* this */
            aconst_null
            iconst_0
            invokevirtual io.vertx.redis.client.impl.RESPParser.handleResponse:(Lio/vertx/redis/client/Response;Z)V
         2: .line 276
            return
        end local 0 // io.vertx.redis.client.impl.RESPParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/redis/client/impl/RESPParser;

  private void handleResponse(io.vertx.redis.client.Response, boolean);
    descriptor: (Lio/vertx/redis/client/Response;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // io.vertx.redis.client.impl.RESPParser this
        start local 1 // io.vertx.redis.client.Response response
        start local 2 // boolean push
         0: .line 279
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.stack:Lio/vertx/redis/client/impl/ArrayStack;
            invokevirtual io.vertx.redis.client.impl.ArrayStack.peek:()Ljava/lang/Object;
            checkcast io.vertx.redis.client.impl.types.Multi
            astore 3 /* multi */
        start local 3 // io.vertx.redis.client.impl.types.Multi multi
         1: .line 281
            aload 3 /* multi */
            ifnull 19
         2: .line 283
            aload 3 /* multi */
            aload 1 /* response */
            invokeinterface io.vertx.redis.client.impl.types.Multi.add:(Lio/vertx/redis/client/Response;)V
         3: .line 285
            iload 2 /* push */
            ifeq 6
         4: .line 286
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.stack:Lio/vertx/redis/client/impl/ArrayStack;
            aload 1 /* response */
            invokevirtual io.vertx.redis.client.impl.ArrayStack.push:(Ljava/lang/Object;)V
         5: .line 287
            goto 23
         6: .line 289
      StackMap locals: io.vertx.redis.client.impl.types.Multi
      StackMap stack:
            aload 3 /* multi */
            astore 4 /* m */
        start local 4 // io.vertx.redis.client.impl.types.Multi m
         7: .line 291
            goto 17
         8: .line 292
      StackMap locals: io.vertx.redis.client.impl.types.Multi
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.stack:Lio/vertx/redis/client/impl/ArrayStack;
            invokevirtual io.vertx.redis.client.impl.ArrayStack.pop:()Ljava/lang/Object;
            pop
         9: .line 296
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.stack:Lio/vertx/redis/client/impl/ArrayStack;
            invokevirtual io.vertx.redis.client.impl.ArrayStack.empty:()Z
            ifeq 13
        10: .line 297
            aload 4 /* m */
            invokeinterface io.vertx.redis.client.impl.types.Multi.type:()Lio/vertx/redis/client/ResponseType;
            getstatic io.vertx.redis.client.ResponseType.ATTRIBUTE:Lio/vertx/redis/client/ResponseType;
            if_acmpeq 12
        11: .line 299
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.handler:Lio/vertx/redis/client/impl/ParserHandler;
            aload 4 /* m */
            invokeinterface io.vertx.redis.client.impl.ParserHandler.handle:(Lio/vertx/redis/client/Response;)V
        12: .line 301
      StackMap locals:
      StackMap stack:
            return
        13: .line 304
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.stack:Lio/vertx/redis/client/impl/ArrayStack;
            invokevirtual io.vertx.redis.client.impl.ArrayStack.peek:()Ljava/lang/Object;
            checkcast io.vertx.redis.client.impl.types.Multi
            astore 4 /* m */
        14: .line 306
            aload 4 /* m */
            ifnonnull 17
        15: .line 307
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.handler:Lio/vertx/redis/client/impl/ParserHandler;
            ldc "ILLEGAL_STATE Multi can't be null"
            invokestatic io.vertx.redis.client.impl.types.ErrorType.create:(Ljava/lang/String;)Lio/vertx/redis/client/impl/types/ErrorType;
            invokeinterface io.vertx.redis.client.impl.ParserHandler.fatal:(Ljava/lang/Throwable;)V
        16: .line 308
            return
        17: .line 291
      StackMap locals:
      StackMap stack:
            aload 4 /* m */
            invokeinterface io.vertx.redis.client.impl.types.Multi.complete:()Z
            ifne 8
        end local 4 // io.vertx.redis.client.impl.types.Multi m
        18: .line 312
            goto 23
        19: .line 313
      StackMap locals:
      StackMap stack:
            iload 2 /* push */
            ifeq 22
        20: .line 314
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.stack:Lio/vertx/redis/client/impl/ArrayStack;
            aload 1 /* response */
            invokevirtual io.vertx.redis.client.impl.ArrayStack.push:(Ljava/lang/Object;)V
        21: .line 315
            goto 23
        22: .line 319
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RESPParser.handler:Lio/vertx/redis/client/impl/ParserHandler;
            aload 1 /* response */
            invokeinterface io.vertx.redis.client.impl.ParserHandler.handle:(Lio/vertx/redis/client/Response;)V
        23: .line 322
      StackMap locals:
      StackMap stack:
            return
        end local 3 // io.vertx.redis.client.impl.types.Multi multi
        end local 2 // boolean push
        end local 1 // io.vertx.redis.client.Response response
        end local 0 // io.vertx.redis.client.impl.RESPParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   24     0      this  Lio/vertx/redis/client/impl/RESPParser;
            0   24     1  response  Lio/vertx/redis/client/Response;
            0   24     2      push  Z
            1   24     3     multi  Lio/vertx/redis/client/impl/types/Multi;
            7   18     4         m  Lio/vertx/redis/client/impl/types/Multi;
    MethodParameters:
          Name  Flags
      response  
      push      

  public void handle(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.buffer.Buffer
            invokevirtual io.vertx.redis.client.impl.RESPParser.handle:(Lio/vertx/core/buffer/Buffer;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
SourceFile: "RESPParser.java"
InnerClasses:
  final NumericType = io.vertx.redis.client.impl.ReadableBuffer$NumericType of io.vertx.redis.client.impl.ReadableBuffer