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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.vertx.redis.client.impl.RequestImpl.cmd:Lio/vertx/redis/client/Command;
2: aload 1
invokeinterface io.vertx.redis.client.Command.getArity:()I
ifeq 5
3: aload 0
new java.util.ArrayList
dup
aload 1
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: goto 6
5: StackMap locals: io.vertx.redis.client.impl.RequestImpl io.vertx.redis.client.Command
StackMap stack:
aload 0
invokestatic java.util.Collections.emptyList:()Ljava/util/List;
putfield io.vertx.redis.client.impl.RequestImpl.args:Ljava/util/List;
6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 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 0: aload 0
getfield io.vertx.redis.client.impl.RequestImpl.cmd:Lio/vertx/redis/client/Command;
areturn
end local 0 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 start local 1 0: aload 0
getfield io.vertx.redis.client.impl.RequestImpl.args:Ljava/util/List;
lload 1
invokestatic io.vertx.redis.client.impl.RESPEncoder.numToBytes:(J)[B
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
1: aload 0
areturn
end local 1 end local 0 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 0: aload 0
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: aload 0
areturn
end local 0 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 start local 1 0: aload 1
ifnonnull 2
1: aload 0
invokevirtual io.vertx.redis.client.impl.RequestImpl.nullArg:()Lio/vertx/redis/client/Request;
areturn
2: StackMap locals:
StackMap stack:
aload 1
arraylength
ifne 5
3: aload 0
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: aload 0
areturn
5: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.redis.client.impl.RequestImpl.args:Ljava/util/List;
aload 1
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
6: aload 0
areturn
end local 1 end local 0 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 start local 1 0: aload 1
ifnonnull 2
1: aload 0
invokevirtual io.vertx.redis.client.impl.RequestImpl.nullArg:()Lio/vertx/redis/client/Request;
areturn
2: StackMap locals:
StackMap stack:
aload 1
invokeinterface io.vertx.core.buffer.Buffer.length:()I
ifne 5
3: aload 0
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: aload 0
areturn
5: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.redis.client.impl.RequestImpl.args:Ljava/util/List;
aload 1
invokeinterface io.vertx.core.buffer.Buffer.getBytes:()[B
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
6: aload 0
areturn
end local 1 end local 0 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 0: aload 0
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 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 start local 1 0: aload 1
1: bipush 42
invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
2: aload 0
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: getstatic io.vertx.redis.client.impl.RESPEncoder.EOL:[B
invokeinterface io.vertx.core.buffer.Buffer.appendBytes:([B)Lio/vertx/core/buffer/Buffer;
4: aload 0
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: aload 0
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
start local 2 7: aload 1
8: bipush 36
invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
9: aload 2
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: getstatic io.vertx.redis.client.impl.RESPEncoder.EOL:[B
invokeinterface io.vertx.core.buffer.Buffer.appendBytes:([B)Lio/vertx/core/buffer/Buffer;
11: aload 2
invokeinterface io.vertx.core.buffer.Buffer.appendBytes:([B)Lio/vertx/core/buffer/Buffer;
12: 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 13: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 6
14: aload 1
areturn
end local 1 end local 0 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 0: aload 0
getfield io.vertx.redis.client.impl.RequestImpl.args:Ljava/util/List;
areturn
end local 0 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 0: aload 0
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 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/redis/client/impl/RequestImpl;
}
SourceFile: "RequestImpl.java"