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 readOnly;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public void <init>(java.lang.String, int, int, int, int, boolean, boolean);
    descriptor: (Ljava/lang/String;IIIIZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=8
        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 readOnly
        start local 7 // boolean movable
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            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 42
            aload 0 /* this */
            iload 2 /* arity */
            putfield io.vertx.redis.client.impl.CommandImpl.arity:I
         3: .line 43
            aload 0 /* this */
            iload 3 /* firstKey */
            putfield io.vertx.redis.client.impl.CommandImpl.firstKey:I
         4: .line 44
            aload 0 /* this */
            iload 4 /* lastKey */
            putfield io.vertx.redis.client.impl.CommandImpl.lastKey:I
         5: .line 45
            aload 0 /* this */
            iload 5 /* interval */
            putfield io.vertx.redis.client.impl.CommandImpl.interval:I
         6: .line 46
            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
      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
      StackMap stack: io.vertx.redis.client.impl.CommandImpl int
         8: putfield io.vertx.redis.client.impl.CommandImpl.multiKey:Z
         9: .line 47
            aload 0 /* this */
            iload 5 /* interval */
            ifne 10
            iload 7 /* 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
      StackMap stack: io.vertx.redis.client.impl.CommandImpl int
        11: putfield io.vertx.redis.client.impl.CommandImpl.keyless:Z
        12: .line 48
            aload 0 /* this */
            iload 6 /* readOnly */
            putfield io.vertx.redis.client.impl.CommandImpl.readOnly:Z
        13: .line 49
            aload 0 /* this */
            iload 7 /* movable */
            putfield io.vertx.redis.client.impl.CommandImpl.movable:Z
        14: .line 50
            return
        end local 7 // boolean movable
        end local 6 // boolean readOnly
        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   15     0      this  Lio/vertx/redis/client/impl/CommandImpl;
            0   15     1   command  Ljava/lang/String;
            0   15     2     arity  I
            0   15     3  firstKey  I
            0   15     4   lastKey  I
            0   15     5  interval  I
            0   15     6  readOnly  Z
            0   15     7   movable  Z
    MethodParameters:
          Name  Flags
      command   
      arity     
      firstKey  
      lastKey   
      interval  
      readOnly  
      movable   

  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 54
            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 59
            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 64
            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 69
            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 74
            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 79
            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 84
            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 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 89
            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 94
            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;
}
SourceFile: "CommandImpl.java"