public class io.netty.handler.codec.stomp.DefaultStompFrame extends io.netty.handler.codec.stomp.DefaultStompHeadersSubframe implements io.netty.handler.codec.stomp.StompFrame
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.handler.codec.stomp.DefaultStompFrame
  super_class: io.netty.handler.codec.stomp.DefaultStompHeadersSubframe
{
  private final io.netty.buffer.ByteBuf content;
    descriptor: Lio/netty/buffer/ByteBuf;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.netty.handler.codec.stomp.StompCommand);
    descriptor: (Lio/netty/handler/codec/stomp/StompCommand;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.stomp.DefaultStompFrame this
        start local 1 // io.netty.handler.codec.stomp.StompCommand command
         0: .line 30
            aload 0 /* this */
            aload 1 /* command */
            iconst_0
            invokestatic io.netty.buffer.Unpooled.buffer:(I)Lio/netty/buffer/ByteBuf;
            invokespecial io.netty.handler.codec.stomp.DefaultStompFrame.<init>:(Lio/netty/handler/codec/stomp/StompCommand;Lio/netty/buffer/ByteBuf;)V
         1: .line 31
            return
        end local 1 // io.netty.handler.codec.stomp.StompCommand command
        end local 0 // io.netty.handler.codec.stomp.DefaultStompFrame this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/handler/codec/stomp/DefaultStompFrame;
            0    2     1  command  Lio/netty/handler/codec/stomp/StompCommand;
    MethodParameters:
         Name  Flags
      command  

  public void <init>(io.netty.handler.codec.stomp.StompCommand, io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/handler/codec/stomp/StompCommand;Lio/netty/buffer/ByteBuf;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.stomp.DefaultStompFrame this
        start local 1 // io.netty.handler.codec.stomp.StompCommand command
        start local 2 // io.netty.buffer.ByteBuf content
         0: .line 34
            aload 0 /* this */
            aload 1 /* command */
            aload 2 /* content */
            aconst_null
            invokespecial io.netty.handler.codec.stomp.DefaultStompFrame.<init>:(Lio/netty/handler/codec/stomp/StompCommand;Lio/netty/buffer/ByteBuf;Lio/netty/handler/codec/stomp/DefaultStompHeaders;)V
         1: .line 35
            return
        end local 2 // io.netty.buffer.ByteBuf content
        end local 1 // io.netty.handler.codec.stomp.StompCommand command
        end local 0 // io.netty.handler.codec.stomp.DefaultStompFrame this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/handler/codec/stomp/DefaultStompFrame;
            0    2     1  command  Lio/netty/handler/codec/stomp/StompCommand;
            0    2     2  content  Lio/netty/buffer/ByteBuf;
    MethodParameters:
         Name  Flags
      command  
      content  

  void <init>(io.netty.handler.codec.stomp.StompCommand, io.netty.buffer.ByteBuf, io.netty.handler.codec.stomp.DefaultStompHeaders);
    descriptor: (Lio/netty/handler/codec/stomp/StompCommand;Lio/netty/buffer/ByteBuf;Lio/netty/handler/codec/stomp/DefaultStompHeaders;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.stomp.DefaultStompFrame this
        start local 1 // io.netty.handler.codec.stomp.StompCommand command
        start local 2 // io.netty.buffer.ByteBuf content
        start local 3 // io.netty.handler.codec.stomp.DefaultStompHeaders headers
         0: .line 38
            aload 0 /* this */
            aload 1 /* command */
            aload 3 /* headers */
            invokespecial io.netty.handler.codec.stomp.DefaultStompHeadersSubframe.<init>:(Lio/netty/handler/codec/stomp/StompCommand;Lio/netty/handler/codec/stomp/DefaultStompHeaders;)V
         1: .line 40
            aload 2 /* content */
            ifnonnull 3
         2: .line 41
            new java.lang.NullPointerException
            dup
            ldc "content"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 44
      StackMap locals: io.netty.handler.codec.stomp.DefaultStompFrame io.netty.handler.codec.stomp.StompCommand io.netty.buffer.ByteBuf io.netty.handler.codec.stomp.DefaultStompHeaders
      StackMap stack:
            aload 0 /* this */
            aload 2 /* content */
            putfield io.netty.handler.codec.stomp.DefaultStompFrame.content:Lio/netty/buffer/ByteBuf;
         4: .line 45
            return
        end local 3 // io.netty.handler.codec.stomp.DefaultStompHeaders headers
        end local 2 // io.netty.buffer.ByteBuf content
        end local 1 // io.netty.handler.codec.stomp.StompCommand command
        end local 0 // io.netty.handler.codec.stomp.DefaultStompFrame this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/netty/handler/codec/stomp/DefaultStompFrame;
            0    5     1  command  Lio/netty/handler/codec/stomp/StompCommand;
            0    5     2  content  Lio/netty/buffer/ByteBuf;
            0    5     3  headers  Lio/netty/handler/codec/stomp/DefaultStompHeaders;
    MethodParameters:
         Name  Flags
      command  
      content  
      headers  

  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.stomp.DefaultStompFrame this
         0: .line 49
            aload 0 /* this */
            getfield io.netty.handler.codec.stomp.DefaultStompFrame.content:Lio/netty/buffer/ByteBuf;
            areturn
        end local 0 // io.netty.handler.codec.stomp.DefaultStompFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/stomp/DefaultStompFrame;

  public io.netty.handler.codec.stomp.StompFrame copy();
    descriptor: ()Lio/netty/handler/codec/stomp/StompFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.stomp.DefaultStompFrame this
         0: .line 54
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.handler.codec.stomp.DefaultStompFrame.content:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.copy:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/stomp/StompFrame;
            areturn
        end local 0 // io.netty.handler.codec.stomp.DefaultStompFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/stomp/DefaultStompFrame;

  public io.netty.handler.codec.stomp.StompFrame duplicate();
    descriptor: ()Lio/netty/handler/codec/stomp/StompFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.stomp.DefaultStompFrame this
         0: .line 59
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.handler.codec.stomp.DefaultStompFrame.content:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.duplicate:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/stomp/StompFrame;
            areturn
        end local 0 // io.netty.handler.codec.stomp.DefaultStompFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/stomp/DefaultStompFrame;

  public io.netty.handler.codec.stomp.StompFrame retainedDuplicate();
    descriptor: ()Lio/netty/handler/codec/stomp/StompFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.stomp.DefaultStompFrame this
         0: .line 64
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.handler.codec.stomp.DefaultStompFrame.content:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.retainedDuplicate:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.handler.codec.stomp.DefaultStompFrame.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/stomp/StompFrame;
            areturn
        end local 0 // io.netty.handler.codec.stomp.DefaultStompFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/stomp/DefaultStompFrame;

  public io.netty.handler.codec.stomp.StompFrame replace(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/stomp/StompFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.stomp.DefaultStompFrame this
        start local 1 // io.netty.buffer.ByteBuf content
         0: .line 69
            new io.netty.handler.codec.stomp.DefaultStompFrame
            dup
            aload 0 /* this */
            getfield io.netty.handler.codec.stomp.DefaultStompFrame.command:Lio/netty/handler/codec/stomp/StompCommand;
            aload 1 /* content */
            aload 0 /* this */
            getfield io.netty.handler.codec.stomp.DefaultStompFrame.headers:Lio/netty/handler/codec/stomp/DefaultStompHeaders;
            invokevirtual io.netty.handler.codec.stomp.DefaultStompHeaders.copy:()Lio/netty/handler/codec/stomp/DefaultStompHeaders;
            invokespecial io.netty.handler.codec.stomp.DefaultStompFrame.<init>:(Lio/netty/handler/codec/stomp/StompCommand;Lio/netty/buffer/ByteBuf;Lio/netty/handler/codec/stomp/DefaultStompHeaders;)V
            areturn
        end local 1 // io.netty.buffer.ByteBuf content
        end local 0 // io.netty.handler.codec.stomp.DefaultStompFrame this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/netty/handler/codec/stomp/DefaultStompFrame;
            0    1     1  content  Lio/netty/buffer/ByteBuf;
    MethodParameters:
         Name  Flags
      content  

  public int refCnt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.stomp.DefaultStompFrame this
         0: .line 74
            aload 0 /* this */
            getfield io.netty.handler.codec.stomp.DefaultStompFrame.content:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.refCnt:()I
            ireturn
        end local 0 // io.netty.handler.codec.stomp.DefaultStompFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/stomp/DefaultStompFrame;

  public io.netty.handler.codec.stomp.StompFrame retain();
    descriptor: ()Lio/netty/handler/codec/stomp/StompFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.stomp.DefaultStompFrame this
         0: .line 79
            aload 0 /* this */
            getfield io.netty.handler.codec.stomp.DefaultStompFrame.content:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.retain:()Lio/netty/buffer/ByteBuf;
            pop
         1: .line 80
            aload 0 /* this */
            areturn
        end local 0 // io.netty.handler.codec.stomp.DefaultStompFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/stomp/DefaultStompFrame;

  public io.netty.handler.codec.stomp.StompFrame retain(int);
    descriptor: (I)Lio/netty/handler/codec/stomp/StompFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.stomp.DefaultStompFrame this
        start local 1 // int increment
         0: .line 85
            aload 0 /* this */
            getfield io.netty.handler.codec.stomp.DefaultStompFrame.content:Lio/netty/buffer/ByteBuf;
            iload 1 /* increment */
            invokevirtual io.netty.buffer.ByteBuf.retain:(I)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 86
            aload 0 /* this */
            areturn
        end local 1 // int increment
        end local 0 // io.netty.handler.codec.stomp.DefaultStompFrame this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/netty/handler/codec/stomp/DefaultStompFrame;
            0    2     1  increment  I
    MethodParameters:
           Name  Flags
      increment  

  public io.netty.handler.codec.stomp.StompFrame touch();
    descriptor: ()Lio/netty/handler/codec/stomp/StompFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.stomp.DefaultStompFrame this
         0: .line 91
            aload 0 /* this */
            getfield io.netty.handler.codec.stomp.DefaultStompFrame.content:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.touch:()Lio/netty/buffer/ByteBuf;
            pop
         1: .line 92
            aload 0 /* this */
            areturn
        end local 0 // io.netty.handler.codec.stomp.DefaultStompFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/stomp/DefaultStompFrame;

  public io.netty.handler.codec.stomp.StompFrame touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/stomp/StompFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.stomp.DefaultStompFrame this
        start local 1 // java.lang.Object hint
         0: .line 97
            aload 0 /* this */
            getfield io.netty.handler.codec.stomp.DefaultStompFrame.content:Lio/netty/buffer/ByteBuf;
            aload 1 /* hint */
            invokevirtual io.netty.buffer.ByteBuf.touch:(Ljava/lang/Object;)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 98
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object hint
        end local 0 // io.netty.handler.codec.stomp.DefaultStompFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/stomp/DefaultStompFrame;
            0    2     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.stomp.DefaultStompFrame this
         0: .line 103
            aload 0 /* this */
            getfield io.netty.handler.codec.stomp.DefaultStompFrame.content:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.release:()Z
            ireturn
        end local 0 // io.netty.handler.codec.stomp.DefaultStompFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/stomp/DefaultStompFrame;

  public boolean release(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.stomp.DefaultStompFrame this
        start local 1 // int decrement
         0: .line 108
            aload 0 /* this */
            getfield io.netty.handler.codec.stomp.DefaultStompFrame.content:Lio/netty/buffer/ByteBuf;
            iload 1 /* decrement */
            invokevirtual io.netty.buffer.ByteBuf.release:(I)Z
            ireturn
        end local 1 // int decrement
        end local 0 // io.netty.handler.codec.stomp.DefaultStompFrame this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/netty/handler/codec/stomp/DefaultStompFrame;
            0    1     1  decrement  I
    MethodParameters:
           Name  Flags
      decrement  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.stomp.DefaultStompFrame this
         0: .line 113
            new java.lang.StringBuilder
            dup
            ldc "DefaultStompFrame{command="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 114
            aload 0 /* this */
            getfield io.netty.handler.codec.stomp.DefaultStompFrame.command:Lio/netty/handler/codec/stomp/StompCommand;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         2: .line 115
            ldc ", headers="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.netty.handler.codec.stomp.DefaultStompFrame.headers:Lio/netty/handler/codec/stomp/DefaultStompHeaders;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         3: .line 116
            ldc ", content="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.netty.handler.codec.stomp.DefaultStompFrame.content:Lio/netty/buffer/ByteBuf;
            getstatic io.netty.util.CharsetUtil.UTF_8:Ljava/nio/charset/Charset;
            invokevirtual io.netty.buffer.ByteBuf.toString:(Ljava/nio/charset/Charset;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 117
            bipush 125
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         5: .line 113
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.netty.handler.codec.stomp.DefaultStompFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/netty/handler/codec/stomp/DefaultStompFrame;

  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.stomp.DefaultStompFrame.copy:()Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.StompContentSubframe copy();
    descriptor: ()Lio/netty/handler/codec/stomp/StompContentSubframe;
    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.stomp.DefaultStompFrame.copy:()Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.LastStompContentSubframe copy();
    descriptor: ()Lio/netty/handler/codec/stomp/LastStompContentSubframe;
    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.stomp.DefaultStompFrame.copy:()Lio/netty/handler/codec/stomp/StompFrame;
            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.stomp.DefaultStompFrame.retain:(I)Lio/netty/handler/codec/stomp/StompFrame;
            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.stomp.DefaultStompFrame.retain:(I)Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.StompContentSubframe retain(int);
    descriptor: (I)Lio/netty/handler/codec/stomp/StompContentSubframe;
    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.stomp.DefaultStompFrame.retain:(I)Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.LastStompContentSubframe retain(int);
    descriptor: (I)Lio/netty/handler/codec/stomp/LastStompContentSubframe;
    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.stomp.DefaultStompFrame.retain:(I)Lio/netty/handler/codec/stomp/StompFrame;
            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.stomp.DefaultStompFrame.retain:()Lio/netty/handler/codec/stomp/StompFrame;
            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.stomp.DefaultStompFrame.retain:()Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.StompContentSubframe retain();
    descriptor: ()Lio/netty/handler/codec/stomp/StompContentSubframe;
    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.stomp.DefaultStompFrame.retain:()Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.LastStompContentSubframe retain();
    descriptor: ()Lio/netty/handler/codec/stomp/LastStompContentSubframe;
    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.stomp.DefaultStompFrame.retain:()Lio/netty/handler/codec/stomp/StompFrame;
            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.stomp.DefaultStompFrame.duplicate:()Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.StompContentSubframe duplicate();
    descriptor: ()Lio/netty/handler/codec/stomp/StompContentSubframe;
    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.stomp.DefaultStompFrame.duplicate:()Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.LastStompContentSubframe duplicate();
    descriptor: ()Lio/netty/handler/codec/stomp/LastStompContentSubframe;
    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.stomp.DefaultStompFrame.duplicate:()Lio/netty/handler/codec/stomp/StompFrame;
            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.stomp.DefaultStompFrame.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.StompContentSubframe replace(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/stomp/StompContentSubframe;
    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.stomp.DefaultStompFrame.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.LastStompContentSubframe replace(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/stomp/LastStompContentSubframe;
    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.stomp.DefaultStompFrame.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/stomp/StompFrame;
            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.stomp.DefaultStompFrame.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/stomp/StompFrame;
            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.stomp.DefaultStompFrame.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.StompContentSubframe touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/stomp/StompContentSubframe;
    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.stomp.DefaultStompFrame.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.LastStompContentSubframe touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/stomp/LastStompContentSubframe;
    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.stomp.DefaultStompFrame.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/stomp/StompFrame;
            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.stomp.DefaultStompFrame.touch:()Lio/netty/handler/codec/stomp/StompFrame;
            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.stomp.DefaultStompFrame.touch:()Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.StompContentSubframe touch();
    descriptor: ()Lio/netty/handler/codec/stomp/StompContentSubframe;
    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.stomp.DefaultStompFrame.touch:()Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.LastStompContentSubframe touch();
    descriptor: ()Lio/netty/handler/codec/stomp/LastStompContentSubframe;
    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.stomp.DefaultStompFrame.touch:()Lio/netty/handler/codec/stomp/StompFrame;
            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.stomp.DefaultStompFrame.retainedDuplicate:()Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.StompContentSubframe retainedDuplicate();
    descriptor: ()Lio/netty/handler/codec/stomp/StompContentSubframe;
    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.stomp.DefaultStompFrame.retainedDuplicate:()Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.stomp.LastStompContentSubframe retainedDuplicate();
    descriptor: ()Lio/netty/handler/codec/stomp/LastStompContentSubframe;
    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.stomp.DefaultStompFrame.retainedDuplicate:()Lio/netty/handler/codec/stomp/StompFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "DefaultStompFrame.java"