public final class io.vertx.redis.client.impl.RequestImpl implements io.vertx.redis.client.Request
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.vertx.redis.client.impl.RequestImpl
  super_class: java.lang.Object
{
  private final io.vertx.redis.client.Command cmd;
    descriptor: Lio/vertx/redis/client/Command;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<byte[]> args;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<[B>;

  public void <init>(io.vertx.redis.client.Command);
    descriptor: (Lio/vertx/redis/client/Command;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.redis.client.impl.RequestImpl this
        start local 1 // io.vertx.redis.client.Command cmd
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            aload 1 /* cmd */
            putfield io.vertx.redis.client.impl.RequestImpl.cmd:Lio/vertx/redis/client/Command;
         2: .line 36
            aload 1 /* cmd */
            invokeinterface io.vertx.redis.client.Command.getArity:()I
            ifeq 5
         3: .line 37
            aload 0 /* this */
            new java.util.ArrayList
            dup
            aload 1 /* cmd */
            invokeinterface io.vertx.redis.client.Command.getArity:()I
            invokestatic java.lang.Math.abs:(I)I
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield io.vertx.redis.client.impl.RequestImpl.args:Ljava/util/List;
         4: .line 38
            goto 6
         5: .line 39
      StackMap locals: io.vertx.redis.client.impl.RequestImpl io.vertx.redis.client.Command
      StackMap stack:
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield io.vertx.redis.client.impl.RequestImpl.args:Ljava/util/List;
         6: .line 41
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.redis.client.Command cmd
        end local 0 // io.vertx.redis.client.impl.RequestImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/redis/client/impl/RequestImpl;
            0    7     1   cmd  Lio/vertx/redis/client/Command;
    MethodParameters:
      Name  Flags
      cmd   

  public io.vertx.redis.client.Command command();
    descriptor: ()Lio/vertx/redis/client/Command;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.impl.RequestImpl this
         0: .line 45
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RequestImpl.cmd:Lio/vertx/redis/client/Command;
            areturn
        end local 0 // io.vertx.redis.client.impl.RequestImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/impl/RequestImpl;

  public io.vertx.redis.client.Request arg(long);
    descriptor: (J)Lio/vertx/redis/client/Request;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.redis.client.impl.RequestImpl this
        start local 1 // long arg
         0: .line 54
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RequestImpl.args:Ljava/util/List;
            lload 1 /* arg */
            invokestatic io.vertx.redis.client.impl.RESPEncoder.numToBytes:(J)[B
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 55
            aload 0 /* this */
            areturn
        end local 1 // long arg
        end local 0 // io.vertx.redis.client.impl.RequestImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/redis/client/impl/RequestImpl;
            0    2     1   arg  J
    MethodParameters:
      Name  Flags
      arg   

  public io.vertx.redis.client.Request nullArg();
    descriptor: ()Lio/vertx/redis/client/Request;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.impl.RequestImpl this
         0: .line 62
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RequestImpl.args:Ljava/util/List;
            getstatic io.vertx.redis.client.impl.RESPEncoder.NULL_BULK:[B
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 63
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.redis.client.impl.RequestImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/redis/client/impl/RequestImpl;

  public io.vertx.redis.client.Request arg(byte[]);
    descriptor: ([B)Lio/vertx/redis/client/Request;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.redis.client.impl.RequestImpl this
        start local 1 // byte[] arg
         0: .line 70
            aload 1 /* arg */
            ifnonnull 2
         1: .line 71
            aload 0 /* this */
            invokevirtual io.vertx.redis.client.impl.RequestImpl.nullArg:()Lio/vertx/redis/client/Request;
            areturn
         2: .line 74
      StackMap locals:
      StackMap stack:
            aload 1 /* arg */
            arraylength
            ifne 5
         3: .line 75
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RequestImpl.args:Ljava/util/List;
            getstatic io.vertx.redis.client.impl.RESPEncoder.EMPTY_BULK:[B
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 76
            aload 0 /* this */
            areturn
         5: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RequestImpl.args:Ljava/util/List;
            aload 1 /* arg */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         6: .line 80
            aload 0 /* this */
            areturn
        end local 1 // byte[] arg
        end local 0 // io.vertx.redis.client.impl.RequestImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/redis/client/impl/RequestImpl;
            0    7     1   arg  [B
    MethodParameters:
      Name  Flags
      arg   

  public io.vertx.redis.client.Request arg(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/redis/client/Request;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.redis.client.impl.RequestImpl this
        start local 1 // io.vertx.core.buffer.Buffer arg
         0: .line 85
            aload 1 /* arg */
            ifnonnull 2
         1: .line 86
            aload 0 /* this */
            invokevirtual io.vertx.redis.client.impl.RequestImpl.nullArg:()Lio/vertx/redis/client/Request;
            areturn
         2: .line 89
      StackMap locals:
      StackMap stack:
            aload 1 /* arg */
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            ifne 5
         3: .line 90
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RequestImpl.args:Ljava/util/List;
            getstatic io.vertx.redis.client.impl.RESPEncoder.EMPTY_BULK:[B
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 91
            aload 0 /* this */
            areturn
         5: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RequestImpl.args:Ljava/util/List;
            aload 1 /* arg */
            invokeinterface io.vertx.core.buffer.Buffer.getBytes:()[B
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         6: .line 95
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.buffer.Buffer arg
        end local 0 // io.vertx.redis.client.impl.RequestImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/redis/client/impl/RequestImpl;
            0    7     1   arg  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      arg   

  io.vertx.core.buffer.Buffer encode();
    descriptor: ()Lio/vertx/core/buffer/Buffer;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.impl.RequestImpl this
         0: .line 99
            aload 0 /* this */
            invokestatic io.vertx.core.buffer.Buffer.buffer:()Lio/vertx/core/buffer/Buffer;
            invokevirtual io.vertx.redis.client.impl.RequestImpl.encode:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
            areturn
        end local 0 // io.vertx.redis.client.impl.RequestImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/impl/RequestImpl;

  io.vertx.core.buffer.Buffer encode(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.vertx.redis.client.impl.RequestImpl this
        start local 1 // io.vertx.core.buffer.Buffer buffer
         0: .line 103
            aload 1 /* buffer */
         1: .line 105
            bipush 42
            invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
         2: .line 106
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RequestImpl.args:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            iadd
            i2l
            invokestatic io.vertx.redis.client.impl.RESPEncoder.numToBytes:(J)[B
            invokeinterface io.vertx.core.buffer.Buffer.appendBytes:([B)Lio/vertx/core/buffer/Buffer;
         3: .line 107
            getstatic io.vertx.redis.client.impl.RESPEncoder.EOL:[B
            invokeinterface io.vertx.core.buffer.Buffer.appendBytes:([B)Lio/vertx/core/buffer/Buffer;
         4: .line 109
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RequestImpl.cmd:Lio/vertx/redis/client/Command;
            invokeinterface io.vertx.redis.client.Command.getBytes:()[B
            invokeinterface io.vertx.core.buffer.Buffer.appendBytes:([B)Lio/vertx/core/buffer/Buffer;
            pop
         5: .line 111
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RequestImpl.args:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 13
      StackMap locals: io.vertx.redis.client.impl.RequestImpl io.vertx.core.buffer.Buffer top java.util.Iterator
      StackMap stack:
         6: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast byte[]
            astore 2 /* arg */
        start local 2 // byte[] arg
         7: .line 112
            aload 1 /* buffer */
         8: .line 113
            bipush 36
            invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
         9: .line 114
            aload 2 /* arg */
            arraylength
            i2l
            invokestatic io.vertx.redis.client.impl.RESPEncoder.numToBytes:(J)[B
            invokeinterface io.vertx.core.buffer.Buffer.appendBytes:([B)Lio/vertx/core/buffer/Buffer;
        10: .line 115
            getstatic io.vertx.redis.client.impl.RESPEncoder.EOL:[B
            invokeinterface io.vertx.core.buffer.Buffer.appendBytes:([B)Lio/vertx/core/buffer/Buffer;
        11: .line 116
            aload 2 /* arg */
            invokeinterface io.vertx.core.buffer.Buffer.appendBytes:([B)Lio/vertx/core/buffer/Buffer;
        12: .line 117
            getstatic io.vertx.redis.client.impl.RESPEncoder.EOL:[B
            invokeinterface io.vertx.core.buffer.Buffer.appendBytes:([B)Lio/vertx/core/buffer/Buffer;
            pop
        end local 2 // byte[] arg
        13: .line 111
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        14: .line 120
            aload 1 /* buffer */
            areturn
        end local 1 // io.vertx.core.buffer.Buffer buffer
        end local 0 // io.vertx.redis.client.impl.RequestImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lio/vertx/redis/client/impl/RequestImpl;
            0   15     1  buffer  Lio/vertx/core/buffer/Buffer;
            7   13     2     arg  [B
    MethodParameters:
        Name  Flags
      buffer  

  java.util.List<byte[]> getArgs();
    descriptor: ()Ljava/util/List;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.impl.RequestImpl this
         0: .line 124
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.RequestImpl.args:Ljava/util/List;
            areturn
        end local 0 // io.vertx.redis.client.impl.RequestImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/impl/RequestImpl;
    Signature: ()Ljava/util/List<[B>;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.impl.RequestImpl this
         0: .line 129
            aload 0 /* this */
            invokevirtual io.vertx.redis.client.impl.RequestImpl.encode:()Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.redis.client.impl.RequestImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/impl/RequestImpl;
}
SourceFile: "RequestImpl.java"