public final class io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent extends io.netty.handler.codec.redis.DefaultBulkStringRedisContent implements io.netty.handler.codec.redis.LastBulkStringRedisContent
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent
super_class: io.netty.handler.codec.redis.DefaultBulkStringRedisContent
{
public void <init>(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial io.netty.handler.codec.redis.DefaultBulkStringRedisContent.<init>:(Lio/netty/buffer/ByteBuf;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/redis/DefaultLastBulkStringRedisContent;
0 2 1 content Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
content
public io.netty.handler.codec.redis.LastBulkStringRedisContent copy();
descriptor: ()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial io.netty.handler.codec.redis.DefaultBulkStringRedisContent.copy:()Lio/netty/handler/codec/redis/BulkStringRedisContent;
checkcast io.netty.handler.codec.redis.LastBulkStringRedisContent
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/redis/DefaultLastBulkStringRedisContent;
public io.netty.handler.codec.redis.LastBulkStringRedisContent duplicate();
descriptor: ()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial io.netty.handler.codec.redis.DefaultBulkStringRedisContent.duplicate:()Lio/netty/handler/codec/redis/BulkStringRedisContent;
checkcast io.netty.handler.codec.redis.LastBulkStringRedisContent
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/redis/DefaultLastBulkStringRedisContent;
public io.netty.handler.codec.redis.LastBulkStringRedisContent retainedDuplicate();
descriptor: ()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial io.netty.handler.codec.redis.DefaultBulkStringRedisContent.retainedDuplicate:()Lio/netty/handler/codec/redis/BulkStringRedisContent;
checkcast io.netty.handler.codec.redis.LastBulkStringRedisContent
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/redis/DefaultLastBulkStringRedisContent;
public io.netty.handler.codec.redis.LastBulkStringRedisContent replace(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent
dup
aload 1
invokespecial io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent.<init>:(Lio/netty/buffer/ByteBuf;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/redis/DefaultLastBulkStringRedisContent;
0 1 1 content Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
content
public io.netty.handler.codec.redis.LastBulkStringRedisContent retain();
descriptor: ()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial io.netty.handler.codec.redis.DefaultBulkStringRedisContent.retain:()Lio/netty/handler/codec/redis/BulkStringRedisContent;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/redis/DefaultLastBulkStringRedisContent;
public io.netty.handler.codec.redis.LastBulkStringRedisContent retain(int);
descriptor: (I)Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokespecial io.netty.handler.codec.redis.DefaultBulkStringRedisContent.retain:(I)Lio/netty/handler/codec/redis/BulkStringRedisContent;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/redis/DefaultLastBulkStringRedisContent;
0 2 1 increment I
MethodParameters:
Name Flags
increment
public io.netty.handler.codec.redis.LastBulkStringRedisContent touch();
descriptor: ()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial io.netty.handler.codec.redis.DefaultBulkStringRedisContent.touch:()Lio/netty/handler/codec/redis/BulkStringRedisContent;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/redis/DefaultLastBulkStringRedisContent;
public io.netty.handler.codec.redis.LastBulkStringRedisContent touch(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial io.netty.handler.codec.redis.DefaultBulkStringRedisContent.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/redis/BulkStringRedisContent;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/redis/DefaultLastBulkStringRedisContent;
0 2 1 hint Ljava/lang/Object;
MethodParameters:
Name Flags
hint
public io.netty.handler.codec.redis.BulkStringRedisContent copy();
descriptor: ()Lio/netty/handler/codec/redis/BulkStringRedisContent;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent.copy:()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder copy();
descriptor: ()Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent.copy:()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.redis.BulkStringRedisContent retain(int);
descriptor: (I)Lio/netty/handler/codec/redis/BulkStringRedisContent;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent.retain:(I)Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.util.ReferenceCounted retain(int);
descriptor: (I)Lio/netty/util/ReferenceCounted;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent.retain:(I)Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder retain(int);
descriptor: (I)Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent.retain:(I)Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.redis.BulkStringRedisContent retain();
descriptor: ()Lio/netty/handler/codec/redis/BulkStringRedisContent;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent.retain:()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.util.ReferenceCounted retain();
descriptor: ()Lio/netty/util/ReferenceCounted;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent.retain:()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder retain();
descriptor: ()Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent.retain:()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.redis.BulkStringRedisContent duplicate();
descriptor: ()Lio/netty/handler/codec/redis/BulkStringRedisContent;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent.duplicate:()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder duplicate();
descriptor: ()Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent.duplicate:()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.redis.BulkStringRedisContent replace(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/redis/BulkStringRedisContent;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder replace(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.redis.BulkStringRedisContent touch(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/redis/BulkStringRedisContent;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.util.ReferenceCounted touch(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/netty/util/ReferenceCounted;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder touch(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.redis.BulkStringRedisContent touch();
descriptor: ()Lio/netty/handler/codec/redis/BulkStringRedisContent;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent.touch:()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.util.ReferenceCounted touch();
descriptor: ()Lio/netty/util/ReferenceCounted;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent.touch:()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder touch();
descriptor: ()Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent.touch:()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.redis.BulkStringRedisContent retainedDuplicate();
descriptor: ()Lio/netty/handler/codec/redis/BulkStringRedisContent;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent.retainedDuplicate:()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder retainedDuplicate();
descriptor: ()Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent.retainedDuplicate:()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "DefaultLastBulkStringRedisContent.java"