public class io.vertx.redis.client.impl.CommandImpl implements io.vertx.redis.client.Command
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.redis.client.impl.CommandImpl
  super_class: java.lang.Object
{
  private final byte[] bytes;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int arity;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean multiKey;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int firstKey;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int lastKey;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int interval;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean keyless;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean write;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean readOnly;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean movable;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean pubsub;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean noreturn;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String, int, int, int, int, boolean, boolean, boolean, boolean);
    descriptor: (Ljava/lang/String;IIIIZZZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=10, args_size=10
        start local 0 // io.vertx.redis.client.impl.CommandImpl this
        start local 1 // java.lang.String command
        start local 2 // int arity
        start local 3 // int firstKey
        start local 4 // int lastKey
        start local 5 // int interval
        start local 6 // boolean write
        start local 7 // boolean readOnly
        start local 8 // boolean movable
        start local 9 // boolean pubsub
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "$"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* command */
            invokevirtual java.lang.String.length:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "\r\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* command */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\r\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            getstatic java.nio.charset.StandardCharsets.ISO_8859_1:Ljava/nio/charset/Charset;
            invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
            putfield io.vertx.redis.client.impl.CommandImpl.bytes:[B
         2: .line 45
            aload 0 /* this */
            iload 2 /* arity */
            putfield io.vertx.redis.client.impl.CommandImpl.arity:I
         3: .line 46
            aload 0 /* this */
            iload 3 /* firstKey */
            putfield io.vertx.redis.client.impl.CommandImpl.firstKey:I
         4: .line 47
            aload 0 /* this */
            iload 4 /* lastKey */
            putfield io.vertx.redis.client.impl.CommandImpl.lastKey:I
         5: .line 48
            aload 0 /* this */
            iload 5 /* interval */
            putfield io.vertx.redis.client.impl.CommandImpl.interval:I
         6: .line 49
            aload 0 /* this */
            iload 4 /* lastKey */
            ifge 7
            iconst_1
            goto 8
      StackMap locals: io.vertx.redis.client.impl.CommandImpl java.lang.String int int int int int int int int
      StackMap stack: io.vertx.redis.client.impl.CommandImpl
         7: iconst_0
      StackMap locals: io.vertx.redis.client.impl.CommandImpl java.lang.String int int int int int int int int
      StackMap stack: io.vertx.redis.client.impl.CommandImpl int
         8: putfield io.vertx.redis.client.impl.CommandImpl.multiKey:Z
         9: .line 50
            aload 0 /* this */
            iload 5 /* interval */
            ifne 10
            iload 8 /* movable */
            ifne 10
            iconst_1
            goto 11
      StackMap locals:
      StackMap stack: io.vertx.redis.client.impl.CommandImpl
        10: iconst_0
      StackMap locals: io.vertx.redis.client.impl.CommandImpl java.lang.String int int int int int int int int
      StackMap stack: io.vertx.redis.client.impl.CommandImpl int
        11: putfield io.vertx.redis.client.impl.CommandImpl.keyless:Z
        12: .line 51
            aload 0 /* this */
            iload 6 /* write */
            putfield io.vertx.redis.client.impl.CommandImpl.write:Z
        13: .line 52
            aload 0 /* this */
            iload 7 /* readOnly */
            putfield io.vertx.redis.client.impl.CommandImpl.readOnly:Z
        14: .line 53
            aload 0 /* this */
            iload 8 /* movable */
            putfield io.vertx.redis.client.impl.CommandImpl.movable:Z
        15: .line 54
            aload 0 /* this */
            iload 9 /* pubsub */
            putfield io.vertx.redis.client.impl.CommandImpl.pubsub:Z
        16: .line 56
            aload 0 /* this */
        17: .line 57
            ldc "subscribe"
            aload 1 /* command */
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 21
        18: .line 58
            ldc "unsubscribe"
            aload 1 /* command */
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 21
        19: .line 59
            ldc "psubscribe"
            aload 1 /* command */
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 21
        20: .line 60
            ldc "punsubscribe"
            aload 1 /* command */
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 21
            iconst_0
            goto 22
      StackMap locals:
      StackMap stack: io.vertx.redis.client.impl.CommandImpl
        21: iconst_1
        22: .line 56
      StackMap locals: io.vertx.redis.client.impl.CommandImpl java.lang.String int int int int int int int int
      StackMap stack: io.vertx.redis.client.impl.CommandImpl int
            putfield io.vertx.redis.client.impl.CommandImpl.noreturn:Z
        23: .line 61
            return
        end local 9 // boolean pubsub
        end local 8 // boolean movable
        end local 7 // boolean readOnly
        end local 6 // boolean write
        end local 5 // int interval
        end local 4 // int lastKey
        end local 3 // int firstKey
        end local 2 // int arity
        end local 1 // java.lang.String command
        end local 0 // io.vertx.redis.client.impl.CommandImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   24     0      this  Lio/vertx/redis/client/impl/CommandImpl;
            0   24     1   command  Ljava/lang/String;
            0   24     2     arity  I
            0   24     3  firstKey  I
            0   24     4   lastKey  I
            0   24     5  interval  I
            0   24     6     write  Z
            0   24     7  readOnly  Z
            0   24     8   movable  Z
            0   24     9    pubsub  Z
    MethodParameters:
          Name  Flags
      command   
      arity     
      firstKey  
      lastKey   
      interval  
      write     
      readOnly  
      movable   
      pubsub    

  public byte[] getBytes();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.impl.CommandImpl this
         0: .line 65
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.CommandImpl.bytes:[B
            areturn
        end local 0 // io.vertx.redis.client.impl.CommandImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/impl/CommandImpl;

  public int getArity();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.impl.CommandImpl this
         0: .line 70
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.CommandImpl.arity:I
            ireturn
        end local 0 // io.vertx.redis.client.impl.CommandImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/impl/CommandImpl;

  public boolean isMultiKey();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.impl.CommandImpl this
         0: .line 75
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.CommandImpl.multiKey:Z
            ireturn
        end local 0 // io.vertx.redis.client.impl.CommandImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/impl/CommandImpl;

  public int getFirstKey();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.impl.CommandImpl this
         0: .line 80
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.CommandImpl.firstKey:I
            ireturn
        end local 0 // io.vertx.redis.client.impl.CommandImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/impl/CommandImpl;

  public int getLastKey();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.impl.CommandImpl this
         0: .line 85
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.CommandImpl.lastKey:I
            ireturn
        end local 0 // io.vertx.redis.client.impl.CommandImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/impl/CommandImpl;

  public int getInterval();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.impl.CommandImpl this
         0: .line 90
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.CommandImpl.interval:I
            ireturn
        end local 0 // io.vertx.redis.client.impl.CommandImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/impl/CommandImpl;

  public boolean isKeyless();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.impl.CommandImpl this
         0: .line 95
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.CommandImpl.keyless:Z
            ireturn
        end local 0 // io.vertx.redis.client.impl.CommandImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/impl/CommandImpl;

  public boolean isWrite();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.impl.CommandImpl this
         0: .line 100
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.CommandImpl.write:Z
            ireturn
        end local 0 // io.vertx.redis.client.impl.CommandImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/impl/CommandImpl;

  public boolean isReadOnly();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.impl.CommandImpl this
         0: .line 105
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.CommandImpl.readOnly:Z
            ireturn
        end local 0 // io.vertx.redis.client.impl.CommandImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/impl/CommandImpl;

  public boolean isMovable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.impl.CommandImpl this
         0: .line 110
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.CommandImpl.movable:Z
            ireturn
        end local 0 // io.vertx.redis.client.impl.CommandImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/impl/CommandImpl;

  public boolean isVoid();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.impl.CommandImpl this
         0: .line 115
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.CommandImpl.noreturn:Z
            ireturn
        end local 0 // io.vertx.redis.client.impl.CommandImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/impl/CommandImpl;

  public boolean isPubSub();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.redis.client.impl.CommandImpl this
         0: .line 120
            aload 0 /* this */
            getfield io.vertx.redis.client.impl.CommandImpl.pubsub:Z
            ireturn
        end local 0 // io.vertx.redis.client.impl.CommandImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/redis/client/impl/CommandImpl;
}
SourceFile: "CommandImpl.java"