class io.netty.handler.codec.redis.LastBulkStringRedisContent$1 implements io.netty.handler.codec.redis.LastBulkStringRedisContent
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.handler.codec.redis.LastBulkStringRedisContent$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.redis.LastBulkStringRedisContent$1 this
         0: .line 31
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.netty.handler.codec.redis.LastBulkStringRedisContent$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/redis/LastBulkStringRedisContent$1;

  public io.netty.buffer.ByteBuf content();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.redis.LastBulkStringRedisContent$1 this
         0: .line 35
            getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
            areturn
        end local 0 // io.netty.handler.codec.redis.LastBulkStringRedisContent$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/redis/LastBulkStringRedisContent$1;

  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 // io.netty.handler.codec.redis.LastBulkStringRedisContent$1 this
         0: .line 40
            aload 0 /* this */
            areturn
        end local 0 // io.netty.handler.codec.redis.LastBulkStringRedisContent$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/redis/LastBulkStringRedisContent$1;

  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 // io.netty.handler.codec.redis.LastBulkStringRedisContent$1 this
         0: .line 45
            aload 0 /* this */
            areturn
        end local 0 // io.netty.handler.codec.redis.LastBulkStringRedisContent$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/redis/LastBulkStringRedisContent$1;

  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 // io.netty.handler.codec.redis.LastBulkStringRedisContent$1 this
         0: .line 50
            aload 0 /* this */
            areturn
        end local 0 // io.netty.handler.codec.redis.LastBulkStringRedisContent$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/redis/LastBulkStringRedisContent$1;

  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 // io.netty.handler.codec.redis.LastBulkStringRedisContent$1 this
        start local 1 // io.netty.buffer.ByteBuf content
         0: .line 55
            new io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent
            dup
            aload 1 /* content */
            invokespecial io.netty.handler.codec.redis.DefaultLastBulkStringRedisContent.<init>:(Lio/netty/buffer/ByteBuf;)V
            areturn
        end local 1 // io.netty.buffer.ByteBuf content
        end local 0 // io.netty.handler.codec.redis.LastBulkStringRedisContent$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/netty/handler/codec/redis/LastBulkStringRedisContent$1;
            0    1     1  content  Lio/netty/buffer/ByteBuf;
    MethodParameters:
         Name  Flags
      content  

  public io.netty.handler.codec.redis.LastBulkStringRedisContent retain(int);
    descriptor: (I)Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.redis.LastBulkStringRedisContent$1 this
        start local 1 // int increment
         0: .line 60
            aload 0 /* this */
            areturn
        end local 1 // int increment
        end local 0 // io.netty.handler.codec.redis.LastBulkStringRedisContent$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/netty/handler/codec/redis/LastBulkStringRedisContent$1;
            0    1     1  increment  I
    MethodParameters:
           Name  Flags
      increment  

  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 // io.netty.handler.codec.redis.LastBulkStringRedisContent$1 this
         0: .line 65
            aload 0 /* this */
            areturn
        end local 0 // io.netty.handler.codec.redis.LastBulkStringRedisContent$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/redis/LastBulkStringRedisContent$1;

  public int refCnt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.redis.LastBulkStringRedisContent$1 this
         0: .line 70
            iconst_1
            ireturn
        end local 0 // io.netty.handler.codec.redis.LastBulkStringRedisContent$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/redis/LastBulkStringRedisContent$1;

  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 // io.netty.handler.codec.redis.LastBulkStringRedisContent$1 this
         0: .line 75
            aload 0 /* this */
            areturn
        end local 0 // io.netty.handler.codec.redis.LastBulkStringRedisContent$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/redis/LastBulkStringRedisContent$1;

  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=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.redis.LastBulkStringRedisContent$1 this
        start local 1 // java.lang.Object hint
         0: .line 80
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object hint
        end local 0 // io.netty.handler.codec.redis.LastBulkStringRedisContent$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/redis/LastBulkStringRedisContent$1;
            0    1     1  hint  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      hint  

  public boolean release();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.redis.LastBulkStringRedisContent$1 this
         0: .line 85
            iconst_0
            ireturn
        end local 0 // io.netty.handler.codec.redis.LastBulkStringRedisContent$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/redis/LastBulkStringRedisContent$1;

  public boolean release(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.redis.LastBulkStringRedisContent$1 this
        start local 1 // int decrement
         0: .line 90
            iconst_0
            ireturn
        end local 1 // int decrement
        end local 0 // io.netty.handler.codec.redis.LastBulkStringRedisContent$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/netty/handler/codec/redis/LastBulkStringRedisContent$1;
            0    1     1  decrement  I
    MethodParameters:
           Name  Flags
      decrement  

  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: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.redis.LastBulkStringRedisContent$1.copy:()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.redis.LastBulkStringRedisContent$1.copy:()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: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.redis.LastBulkStringRedisContent$1.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: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.redis.LastBulkStringRedisContent$1.retain:()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: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.redis.LastBulkStringRedisContent$1.retain:()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: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.handler.codec.redis.LastBulkStringRedisContent$1.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: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.handler.codec.redis.LastBulkStringRedisContent$1.retain:(I)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: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.handler.codec.redis.LastBulkStringRedisContent$1.retain:(I)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: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.redis.LastBulkStringRedisContent$1.duplicate:()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: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.redis.LastBulkStringRedisContent$1.duplicate:()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: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.handler.codec.redis.LastBulkStringRedisContent$1.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 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: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.handler.codec.redis.LastBulkStringRedisContent$1.replace:(Lio/netty/buffer/ByteBuf;)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: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.handler.codec.redis.LastBulkStringRedisContent$1.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: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.handler.codec.redis.LastBulkStringRedisContent$1.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(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: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.handler.codec.redis.LastBulkStringRedisContent$1.touch:(Ljava/lang/Object;)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: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.redis.LastBulkStringRedisContent$1.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: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.redis.LastBulkStringRedisContent$1.touch:()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: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.redis.LastBulkStringRedisContent$1.touch:()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: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.redis.LastBulkStringRedisContent$1.retainedDuplicate:()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: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.redis.LastBulkStringRedisContent$1.retainedDuplicate:()Lio/netty/handler/codec/redis/LastBulkStringRedisContent;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "LastBulkStringRedisContent.java"
EnclosingMethod: io.netty.handler.codec.redis.LastBulkStringRedisContent
NestHost: io.netty.handler.codec.redis.LastBulkStringRedisContent
InnerClasses:
  io.netty.handler.codec.redis.LastBulkStringRedisContent$1