public final class io.vertx.ext.stomp.Frame$Command extends java.lang.Enum<io.vertx.ext.stomp.Frame$Command>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: io.vertx.ext.stomp.Frame$Command
  super_class: java.lang.Enum
{
  public static final io.vertx.ext.stomp.Frame$Command CONNECT;
    descriptor: Lio/vertx/ext/stomp/Frame$Command;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.stomp.Frame$Command CONNECTED;
    descriptor: Lio/vertx/ext/stomp/Frame$Command;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.stomp.Frame$Command STOMP;
    descriptor: Lio/vertx/ext/stomp/Frame$Command;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.stomp.Frame$Command SEND;
    descriptor: Lio/vertx/ext/stomp/Frame$Command;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.stomp.Frame$Command SUBSCRIBE;
    descriptor: Lio/vertx/ext/stomp/Frame$Command;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.stomp.Frame$Command UNSUBSCRIBE;
    descriptor: Lio/vertx/ext/stomp/Frame$Command;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.stomp.Frame$Command ACK;
    descriptor: Lio/vertx/ext/stomp/Frame$Command;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.stomp.Frame$Command NACK;
    descriptor: Lio/vertx/ext/stomp/Frame$Command;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.stomp.Frame$Command BEGIN;
    descriptor: Lio/vertx/ext/stomp/Frame$Command;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.stomp.Frame$Command COMMIT;
    descriptor: Lio/vertx/ext/stomp/Frame$Command;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.stomp.Frame$Command ABORT;
    descriptor: Lio/vertx/ext/stomp/Frame$Command;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.stomp.Frame$Command DISCONNECT;
    descriptor: Lio/vertx/ext/stomp/Frame$Command;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.stomp.Frame$Command MESSAGE;
    descriptor: Lio/vertx/ext/stomp/Frame$Command;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.stomp.Frame$Command RECEIPT;
    descriptor: Lio/vertx/ext/stomp/Frame$Command;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.stomp.Frame$Command ERROR;
    descriptor: Lio/vertx/ext/stomp/Frame$Command;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.stomp.Frame$Command PING;
    descriptor: Lio/vertx/ext/stomp/Frame$Command;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.vertx.ext.stomp.Frame$Command UNKNOWN;
    descriptor: Lio/vertx/ext/stomp/Frame$Command;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final io.vertx.ext.stomp.Frame$Command[] ENUM$VALUES;
    descriptor: [Lio/vertx/ext/stomp/Frame$Command;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 96
            new io.vertx.ext.stomp.Frame$Command
            dup
            ldc "CONNECT"
            iconst_0
            invokespecial io.vertx.ext.stomp.Frame$Command.<init>:(Ljava/lang/String;I)V
            putstatic io.vertx.ext.stomp.Frame$Command.CONNECT:Lio/vertx/ext/stomp/Frame$Command;
         1: .line 97
            new io.vertx.ext.stomp.Frame$Command
            dup
            ldc "CONNECTED"
            iconst_1
            invokespecial io.vertx.ext.stomp.Frame$Command.<init>:(Ljava/lang/String;I)V
            putstatic io.vertx.ext.stomp.Frame$Command.CONNECTED:Lio/vertx/ext/stomp/Frame$Command;
         2: .line 98
            new io.vertx.ext.stomp.Frame$Command
            dup
            ldc "STOMP"
            iconst_2
            invokespecial io.vertx.ext.stomp.Frame$Command.<init>:(Ljava/lang/String;I)V
            putstatic io.vertx.ext.stomp.Frame$Command.STOMP:Lio/vertx/ext/stomp/Frame$Command;
         3: .line 101
            new io.vertx.ext.stomp.Frame$Command
            dup
            ldc "SEND"
            iconst_3
            invokespecial io.vertx.ext.stomp.Frame$Command.<init>:(Ljava/lang/String;I)V
            putstatic io.vertx.ext.stomp.Frame$Command.SEND:Lio/vertx/ext/stomp/Frame$Command;
         4: .line 102
            new io.vertx.ext.stomp.Frame$Command
            dup
            ldc "SUBSCRIBE"
            iconst_4
            invokespecial io.vertx.ext.stomp.Frame$Command.<init>:(Ljava/lang/String;I)V
            putstatic io.vertx.ext.stomp.Frame$Command.SUBSCRIBE:Lio/vertx/ext/stomp/Frame$Command;
         5: .line 103
            new io.vertx.ext.stomp.Frame$Command
            dup
            ldc "UNSUBSCRIBE"
            iconst_5
            invokespecial io.vertx.ext.stomp.Frame$Command.<init>:(Ljava/lang/String;I)V
            putstatic io.vertx.ext.stomp.Frame$Command.UNSUBSCRIBE:Lio/vertx/ext/stomp/Frame$Command;
         6: .line 104
            new io.vertx.ext.stomp.Frame$Command
            dup
            ldc "ACK"
            bipush 6
            invokespecial io.vertx.ext.stomp.Frame$Command.<init>:(Ljava/lang/String;I)V
            putstatic io.vertx.ext.stomp.Frame$Command.ACK:Lio/vertx/ext/stomp/Frame$Command;
         7: .line 105
            new io.vertx.ext.stomp.Frame$Command
            dup
            ldc "NACK"
            bipush 7
            invokespecial io.vertx.ext.stomp.Frame$Command.<init>:(Ljava/lang/String;I)V
            putstatic io.vertx.ext.stomp.Frame$Command.NACK:Lio/vertx/ext/stomp/Frame$Command;
         8: .line 106
            new io.vertx.ext.stomp.Frame$Command
            dup
            ldc "BEGIN"
            bipush 8
            invokespecial io.vertx.ext.stomp.Frame$Command.<init>:(Ljava/lang/String;I)V
            putstatic io.vertx.ext.stomp.Frame$Command.BEGIN:Lio/vertx/ext/stomp/Frame$Command;
         9: .line 107
            new io.vertx.ext.stomp.Frame$Command
            dup
            ldc "COMMIT"
            bipush 9
            invokespecial io.vertx.ext.stomp.Frame$Command.<init>:(Ljava/lang/String;I)V
            putstatic io.vertx.ext.stomp.Frame$Command.COMMIT:Lio/vertx/ext/stomp/Frame$Command;
        10: .line 108
            new io.vertx.ext.stomp.Frame$Command
            dup
            ldc "ABORT"
            bipush 10
            invokespecial io.vertx.ext.stomp.Frame$Command.<init>:(Ljava/lang/String;I)V
            putstatic io.vertx.ext.stomp.Frame$Command.ABORT:Lio/vertx/ext/stomp/Frame$Command;
        11: .line 109
            new io.vertx.ext.stomp.Frame$Command
            dup
            ldc "DISCONNECT"
            bipush 11
            invokespecial io.vertx.ext.stomp.Frame$Command.<init>:(Ljava/lang/String;I)V
            putstatic io.vertx.ext.stomp.Frame$Command.DISCONNECT:Lio/vertx/ext/stomp/Frame$Command;
        12: .line 112
            new io.vertx.ext.stomp.Frame$Command
            dup
            ldc "MESSAGE"
            bipush 12
            invokespecial io.vertx.ext.stomp.Frame$Command.<init>:(Ljava/lang/String;I)V
            putstatic io.vertx.ext.stomp.Frame$Command.MESSAGE:Lio/vertx/ext/stomp/Frame$Command;
        13: .line 113
            new io.vertx.ext.stomp.Frame$Command
            dup
            ldc "RECEIPT"
            bipush 13
            invokespecial io.vertx.ext.stomp.Frame$Command.<init>:(Ljava/lang/String;I)V
            putstatic io.vertx.ext.stomp.Frame$Command.RECEIPT:Lio/vertx/ext/stomp/Frame$Command;
        14: .line 114
            new io.vertx.ext.stomp.Frame$Command
            dup
            ldc "ERROR"
            bipush 14
            invokespecial io.vertx.ext.stomp.Frame$Command.<init>:(Ljava/lang/String;I)V
            putstatic io.vertx.ext.stomp.Frame$Command.ERROR:Lio/vertx/ext/stomp/Frame$Command;
        15: .line 117
            new io.vertx.ext.stomp.Frame$Command
            dup
            ldc "PING"
            bipush 15
            invokespecial io.vertx.ext.stomp.Frame$Command.<init>:(Ljava/lang/String;I)V
            putstatic io.vertx.ext.stomp.Frame$Command.PING:Lio/vertx/ext/stomp/Frame$Command;
        16: .line 119
            new io.vertx.ext.stomp.Frame$Command
            dup
            ldc "UNKNOWN"
            bipush 16
            invokespecial io.vertx.ext.stomp.Frame$Command.<init>:(Ljava/lang/String;I)V
            putstatic io.vertx.ext.stomp.Frame$Command.UNKNOWN:Lio/vertx/ext/stomp/Frame$Command;
        17: .line 94
            bipush 17
            anewarray io.vertx.ext.stomp.Frame$Command
            dup
            iconst_0
            getstatic io.vertx.ext.stomp.Frame$Command.CONNECT:Lio/vertx/ext/stomp/Frame$Command;
            aastore
            dup
            iconst_1
            getstatic io.vertx.ext.stomp.Frame$Command.CONNECTED:Lio/vertx/ext/stomp/Frame$Command;
            aastore
            dup
            iconst_2
            getstatic io.vertx.ext.stomp.Frame$Command.STOMP:Lio/vertx/ext/stomp/Frame$Command;
            aastore
            dup
            iconst_3
            getstatic io.vertx.ext.stomp.Frame$Command.SEND:Lio/vertx/ext/stomp/Frame$Command;
            aastore
            dup
            iconst_4
            getstatic io.vertx.ext.stomp.Frame$Command.SUBSCRIBE:Lio/vertx/ext/stomp/Frame$Command;
            aastore
            dup
            iconst_5
            getstatic io.vertx.ext.stomp.Frame$Command.UNSUBSCRIBE:Lio/vertx/ext/stomp/Frame$Command;
            aastore
            dup
            bipush 6
            getstatic io.vertx.ext.stomp.Frame$Command.ACK:Lio/vertx/ext/stomp/Frame$Command;
            aastore
            dup
            bipush 7
            getstatic io.vertx.ext.stomp.Frame$Command.NACK:Lio/vertx/ext/stomp/Frame$Command;
            aastore
            dup
            bipush 8
            getstatic io.vertx.ext.stomp.Frame$Command.BEGIN:Lio/vertx/ext/stomp/Frame$Command;
            aastore
            dup
            bipush 9
            getstatic io.vertx.ext.stomp.Frame$Command.COMMIT:Lio/vertx/ext/stomp/Frame$Command;
            aastore
            dup
            bipush 10
            getstatic io.vertx.ext.stomp.Frame$Command.ABORT:Lio/vertx/ext/stomp/Frame$Command;
            aastore
            dup
            bipush 11
            getstatic io.vertx.ext.stomp.Frame$Command.DISCONNECT:Lio/vertx/ext/stomp/Frame$Command;
            aastore
            dup
            bipush 12
            getstatic io.vertx.ext.stomp.Frame$Command.MESSAGE:Lio/vertx/ext/stomp/Frame$Command;
            aastore
            dup
            bipush 13
            getstatic io.vertx.ext.stomp.Frame$Command.RECEIPT:Lio/vertx/ext/stomp/Frame$Command;
            aastore
            dup
            bipush 14
            getstatic io.vertx.ext.stomp.Frame$Command.ERROR:Lio/vertx/ext/stomp/Frame$Command;
            aastore
            dup
            bipush 15
            getstatic io.vertx.ext.stomp.Frame$Command.PING:Lio/vertx/ext/stomp/Frame$Command;
            aastore
            dup
            bipush 16
            getstatic io.vertx.ext.stomp.Frame$Command.UNKNOWN:Lio/vertx/ext/stomp/Frame$Command;
            aastore
            putstatic io.vertx.ext.stomp.Frame$Command.ENUM$VALUES:[Lio/vertx/ext/stomp/Frame$Command;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.stomp.Frame$Command this
         0: .line 94
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // io.vertx.ext.stomp.Frame$Command this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/stomp/Frame$Command;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public static io.vertx.ext.stomp.Frame$Command[] values();
    descriptor: ()[Lio/vertx/ext/stomp/Frame$Command;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic io.vertx.ext.stomp.Frame$Command.ENUM$VALUES:[Lio/vertx/ext/stomp/Frame$Command;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray io.vertx.ext.stomp.Frame$Command
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static io.vertx.ext.stomp.Frame$Command valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/stomp/Frame$Command;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lio/vertx/ext/stomp/Frame$Command;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast io.vertx.ext.stomp.Frame$Command
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lio/vertx/ext/stomp/Frame$Command;>;
SourceFile: "Frame.java"
NestHost: io.vertx.ext.stomp.Frame
InnerClasses:
  public final Command = io.vertx.ext.stomp.Frame$Command of io.vertx.ext.stomp.Frame
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()