public abstract class io.netty.handler.codec.memcache.AbstractMemcacheObject extends io.netty.util.AbstractReferenceCounted implements io.netty.handler.codec.memcache.MemcacheObject
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.netty.handler.codec.memcache.AbstractMemcacheObject
  super_class: io.netty.util.AbstractReferenceCounted
{
  private io.netty.handler.codec.DecoderResult decoderResult;
    descriptor: Lio/netty/handler/codec/DecoderResult;
    flags: (0x0002) ACC_PRIVATE

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.memcache.AbstractMemcacheObject this
         0: .line 30
            aload 0 /* this */
            invokespecial io.netty.util.AbstractReferenceCounted.<init>:()V
         1: .line 28
            aload 0 /* this */
            getstatic io.netty.handler.codec.DecoderResult.SUCCESS:Lio/netty/handler/codec/DecoderResult;
            putfield io.netty.handler.codec.memcache.AbstractMemcacheObject.decoderResult:Lio/netty/handler/codec/DecoderResult;
         2: .line 32
            return
        end local 0 // io.netty.handler.codec.memcache.AbstractMemcacheObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/handler/codec/memcache/AbstractMemcacheObject;

  public io.netty.handler.codec.DecoderResult decoderResult();
    descriptor: ()Lio/netty/handler/codec/DecoderResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.memcache.AbstractMemcacheObject this
         0: .line 36
            aload 0 /* this */
            getfield io.netty.handler.codec.memcache.AbstractMemcacheObject.decoderResult:Lio/netty/handler/codec/DecoderResult;
            areturn
        end local 0 // io.netty.handler.codec.memcache.AbstractMemcacheObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/memcache/AbstractMemcacheObject;

  public void setDecoderResult(io.netty.handler.codec.DecoderResult);
    descriptor: (Lio/netty/handler/codec/DecoderResult;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.memcache.AbstractMemcacheObject this
        start local 1 // io.netty.handler.codec.DecoderResult result
         0: .line 41
            aload 1 /* result */
            ifnonnull 2
         1: .line 42
            new java.lang.NullPointerException
            dup
            ldc "DecoderResult should not be null."
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 45
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* result */
            putfield io.netty.handler.codec.memcache.AbstractMemcacheObject.decoderResult:Lio/netty/handler/codec/DecoderResult;
         3: .line 46
            return
        end local 1 // io.netty.handler.codec.DecoderResult result
        end local 0 // io.netty.handler.codec.memcache.AbstractMemcacheObject this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/netty/handler/codec/memcache/AbstractMemcacheObject;
            0    4     1  result  Lio/netty/handler/codec/DecoderResult;
    MethodParameters:
        Name  Flags
      result  
}
SourceFile: "AbstractMemcacheObject.java"