class io.vertx.ext.stomp.Frames$1 extends io.vertx.ext.stomp.Frame
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.stomp.Frames$1
  super_class: io.vertx.ext.stomp.Frame
{
  void <init>(io.vertx.ext.stomp.Frame$Command, java.util.Map, io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/ext/stomp/Frame$Command;Ljava/util/Map;Lio/vertx/core/buffer/Buffer;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.ext.stomp.Frames$1 this
        start local 1 // io.vertx.ext.stomp.Frame$Command $anonymous0
        start local 2 // java.util.Map $anonymous1
        start local 3 // io.vertx.core.buffer.Buffer $anonymous2
         0: .line 40
            aload 0 /* this */
            aload 1 /* $anonymous0 */
            aload 2 /* $anonymous1 */
            aload 3 /* $anonymous2 */
            invokespecial io.vertx.ext.stomp.Frame.<init>:(Lio/vertx/ext/stomp/Frame$Command;Ljava/util/Map;Lio/vertx/core/buffer/Buffer;)V
            return
        end local 3 // io.vertx.core.buffer.Buffer $anonymous2
        end local 2 // java.util.Map $anonymous1
        end local 1 // io.vertx.ext.stomp.Frame$Command $anonymous0
        end local 0 // io.vertx.ext.stomp.Frames$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/ext/stomp/Frames$1;
            0    1     1  $anonymous0  Lio/vertx/ext/stomp/Frame$Command;
            0    1     2  $anonymous1  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            0    1     3  $anonymous2  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
             Name  Flags
      $anonymous0  
      $anonymous1  
      $anonymous2  

  public io.vertx.core.buffer.Buffer toBuffer();
    descriptor: ()Lio/vertx/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.Frames$1 this
         0: .line 44
            ldc "\n"
            invokestatic io.vertx.core.buffer.Buffer.buffer:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
            areturn
        end local 0 // io.vertx.ext.stomp.Frames$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/stomp/Frames$1;
}
SourceFile: "Frames.java"
EnclosingMethod: io.vertx.ext.stomp.Frames
NestHost: io.vertx.ext.stomp.Frames
InnerClasses:
  public final Command = io.vertx.ext.stomp.Frame$Command of io.vertx.ext.stomp.Frame
  io.vertx.ext.stomp.Frames$1