public class io.vertx.ext.stomp.impl.AcknowledgementImpl implements io.vertx.ext.stomp.Acknowledgement
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.stomp.impl.AcknowledgementImpl
  super_class: java.lang.Object
{
  private final io.vertx.ext.stomp.Frame subscription;
    descriptor: Lio/vertx/ext/stomp/Frame;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<io.vertx.ext.stomp.Frame> frames;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lio/vertx/ext/stomp/Frame;>;

  public void <init>(io.vertx.ext.stomp.Frame, java.util.List<io.vertx.ext.stomp.Frame>);
    descriptor: (Lio/vertx/ext/stomp/Frame;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.ext.stomp.impl.AcknowledgementImpl this
        start local 1 // io.vertx.ext.stomp.Frame subscription
        start local 2 // java.util.List frames
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            aload 1 /* subscription */
            putfield io.vertx.ext.stomp.impl.AcknowledgementImpl.subscription:Lio/vertx/ext/stomp/Frame;
         2: .line 39
            aload 0 /* this */
            new java.util.ArrayList
            dup
            aload 2 /* frames */
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            putfield io.vertx.ext.stomp.impl.AcknowledgementImpl.frames:Ljava/util/List;
         3: .line 40
            return
        end local 2 // java.util.List frames
        end local 1 // io.vertx.ext.stomp.Frame subscription
        end local 0 // io.vertx.ext.stomp.impl.AcknowledgementImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lio/vertx/ext/stomp/impl/AcknowledgementImpl;
            0    4     1  subscription  Lio/vertx/ext/stomp/Frame;
            0    4     2        frames  Ljava/util/List<Lio/vertx/ext/stomp/Frame;>;
    Signature: (Lio/vertx/ext/stomp/Frame;Ljava/util/List<Lio/vertx/ext/stomp/Frame;>;)V
    MethodParameters:
              Name  Flags
      subscription  
      frames        

  public io.vertx.ext.stomp.Frame subscription();
    descriptor: ()Lio/vertx/ext/stomp/Frame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.impl.AcknowledgementImpl this
         0: .line 43
            aload 0 /* this */
            getfield io.vertx.ext.stomp.impl.AcknowledgementImpl.subscription:Lio/vertx/ext/stomp/Frame;
            areturn
        end local 0 // io.vertx.ext.stomp.impl.AcknowledgementImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/stomp/impl/AcknowledgementImpl;

  public java.util.List<io.vertx.ext.stomp.Frame> frames();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.stomp.impl.AcknowledgementImpl this
         0: .line 47
            aload 0 /* this */
            getfield io.vertx.ext.stomp.impl.AcknowledgementImpl.frames:Ljava/util/List;
            areturn
        end local 0 // io.vertx.ext.stomp.impl.AcknowledgementImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/stomp/impl/AcknowledgementImpl;
    Signature: ()Ljava/util/List<Lio/vertx/ext/stomp/Frame;>;
}
SourceFile: "AcknowledgementImpl.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()