public final class io.netty.handler.codec.stomp.StompCommand extends java.lang.Enum<io.netty.handler.codec.stomp.StompCommand>
minor version: 0
major version: 59
flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
this_class: io.netty.handler.codec.stomp.StompCommand
super_class: java.lang.Enum
{
public static final io.netty.handler.codec.stomp.StompCommand STOMP;
descriptor: Lio/netty/handler/codec/stomp/StompCommand;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final io.netty.handler.codec.stomp.StompCommand CONNECT;
descriptor: Lio/netty/handler/codec/stomp/StompCommand;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final io.netty.handler.codec.stomp.StompCommand CONNECTED;
descriptor: Lio/netty/handler/codec/stomp/StompCommand;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final io.netty.handler.codec.stomp.StompCommand SEND;
descriptor: Lio/netty/handler/codec/stomp/StompCommand;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final io.netty.handler.codec.stomp.StompCommand SUBSCRIBE;
descriptor: Lio/netty/handler/codec/stomp/StompCommand;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final io.netty.handler.codec.stomp.StompCommand UNSUBSCRIBE;
descriptor: Lio/netty/handler/codec/stomp/StompCommand;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final io.netty.handler.codec.stomp.StompCommand ACK;
descriptor: Lio/netty/handler/codec/stomp/StompCommand;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final io.netty.handler.codec.stomp.StompCommand NACK;
descriptor: Lio/netty/handler/codec/stomp/StompCommand;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final io.netty.handler.codec.stomp.StompCommand BEGIN;
descriptor: Lio/netty/handler/codec/stomp/StompCommand;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final io.netty.handler.codec.stomp.StompCommand DISCONNECT;
descriptor: Lio/netty/handler/codec/stomp/StompCommand;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final io.netty.handler.codec.stomp.StompCommand MESSAGE;
descriptor: Lio/netty/handler/codec/stomp/StompCommand;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final io.netty.handler.codec.stomp.StompCommand RECEIPT;
descriptor: Lio/netty/handler/codec/stomp/StompCommand;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final io.netty.handler.codec.stomp.StompCommand ERROR;
descriptor: Lio/netty/handler/codec/stomp/StompCommand;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final io.netty.handler.codec.stomp.StompCommand UNKNOWN;
descriptor: Lio/netty/handler/codec/stomp/StompCommand;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
private static final io.netty.handler.codec.stomp.StompCommand[] ENUM$VALUES;
descriptor: [Lio/netty/handler/codec/stomp/StompCommand;
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: new io.netty.handler.codec.stomp.StompCommand
dup
ldc "STOMP"
iconst_0
invokespecial io.netty.handler.codec.stomp.StompCommand.<init>:(Ljava/lang/String;I)V
putstatic io.netty.handler.codec.stomp.StompCommand.STOMP:Lio/netty/handler/codec/stomp/StompCommand;
1: new io.netty.handler.codec.stomp.StompCommand
dup
ldc "CONNECT"
iconst_1
invokespecial io.netty.handler.codec.stomp.StompCommand.<init>:(Ljava/lang/String;I)V
putstatic io.netty.handler.codec.stomp.StompCommand.CONNECT:Lio/netty/handler/codec/stomp/StompCommand;
2: new io.netty.handler.codec.stomp.StompCommand
dup
ldc "CONNECTED"
iconst_2
invokespecial io.netty.handler.codec.stomp.StompCommand.<init>:(Ljava/lang/String;I)V
putstatic io.netty.handler.codec.stomp.StompCommand.CONNECTED:Lio/netty/handler/codec/stomp/StompCommand;
3: new io.netty.handler.codec.stomp.StompCommand
dup
ldc "SEND"
iconst_3
invokespecial io.netty.handler.codec.stomp.StompCommand.<init>:(Ljava/lang/String;I)V
putstatic io.netty.handler.codec.stomp.StompCommand.SEND:Lio/netty/handler/codec/stomp/StompCommand;
4: new io.netty.handler.codec.stomp.StompCommand
dup
ldc "SUBSCRIBE"
iconst_4
invokespecial io.netty.handler.codec.stomp.StompCommand.<init>:(Ljava/lang/String;I)V
putstatic io.netty.handler.codec.stomp.StompCommand.SUBSCRIBE:Lio/netty/handler/codec/stomp/StompCommand;
5: new io.netty.handler.codec.stomp.StompCommand
dup
ldc "UNSUBSCRIBE"
iconst_5
invokespecial io.netty.handler.codec.stomp.StompCommand.<init>:(Ljava/lang/String;I)V
putstatic io.netty.handler.codec.stomp.StompCommand.UNSUBSCRIBE:Lio/netty/handler/codec/stomp/StompCommand;
6: new io.netty.handler.codec.stomp.StompCommand
dup
ldc "ACK"
bipush 6
invokespecial io.netty.handler.codec.stomp.StompCommand.<init>:(Ljava/lang/String;I)V
putstatic io.netty.handler.codec.stomp.StompCommand.ACK:Lio/netty/handler/codec/stomp/StompCommand;
7: new io.netty.handler.codec.stomp.StompCommand
dup
ldc "NACK"
bipush 7
invokespecial io.netty.handler.codec.stomp.StompCommand.<init>:(Ljava/lang/String;I)V
putstatic io.netty.handler.codec.stomp.StompCommand.NACK:Lio/netty/handler/codec/stomp/StompCommand;
8: new io.netty.handler.codec.stomp.StompCommand
dup
ldc "BEGIN"
bipush 8
invokespecial io.netty.handler.codec.stomp.StompCommand.<init>:(Ljava/lang/String;I)V
putstatic io.netty.handler.codec.stomp.StompCommand.BEGIN:Lio/netty/handler/codec/stomp/StompCommand;
9: new io.netty.handler.codec.stomp.StompCommand
dup
ldc "DISCONNECT"
bipush 9
invokespecial io.netty.handler.codec.stomp.StompCommand.<init>:(Ljava/lang/String;I)V
putstatic io.netty.handler.codec.stomp.StompCommand.DISCONNECT:Lio/netty/handler/codec/stomp/StompCommand;
10: new io.netty.handler.codec.stomp.StompCommand
dup
ldc "MESSAGE"
bipush 10
invokespecial io.netty.handler.codec.stomp.StompCommand.<init>:(Ljava/lang/String;I)V
putstatic io.netty.handler.codec.stomp.StompCommand.MESSAGE:Lio/netty/handler/codec/stomp/StompCommand;
11: new io.netty.handler.codec.stomp.StompCommand
dup
ldc "RECEIPT"
bipush 11
invokespecial io.netty.handler.codec.stomp.StompCommand.<init>:(Ljava/lang/String;I)V
putstatic io.netty.handler.codec.stomp.StompCommand.RECEIPT:Lio/netty/handler/codec/stomp/StompCommand;
12: new io.netty.handler.codec.stomp.StompCommand
dup
ldc "ERROR"
bipush 12
invokespecial io.netty.handler.codec.stomp.StompCommand.<init>:(Ljava/lang/String;I)V
putstatic io.netty.handler.codec.stomp.StompCommand.ERROR:Lio/netty/handler/codec/stomp/StompCommand;
13: new io.netty.handler.codec.stomp.StompCommand
dup
ldc "UNKNOWN"
bipush 13
invokespecial io.netty.handler.codec.stomp.StompCommand.<init>:(Ljava/lang/String;I)V
putstatic io.netty.handler.codec.stomp.StompCommand.UNKNOWN:Lio/netty/handler/codec/stomp/StompCommand;
14: bipush 14
anewarray io.netty.handler.codec.stomp.StompCommand
dup
iconst_0
getstatic io.netty.handler.codec.stomp.StompCommand.STOMP:Lio/netty/handler/codec/stomp/StompCommand;
aastore
dup
iconst_1
getstatic io.netty.handler.codec.stomp.StompCommand.CONNECT:Lio/netty/handler/codec/stomp/StompCommand;
aastore
dup
iconst_2
getstatic io.netty.handler.codec.stomp.StompCommand.CONNECTED:Lio/netty/handler/codec/stomp/StompCommand;
aastore
dup
iconst_3
getstatic io.netty.handler.codec.stomp.StompCommand.SEND:Lio/netty/handler/codec/stomp/StompCommand;
aastore
dup
iconst_4
getstatic io.netty.handler.codec.stomp.StompCommand.SUBSCRIBE:Lio/netty/handler/codec/stomp/StompCommand;
aastore
dup
iconst_5
getstatic io.netty.handler.codec.stomp.StompCommand.UNSUBSCRIBE:Lio/netty/handler/codec/stomp/StompCommand;
aastore
dup
bipush 6
getstatic io.netty.handler.codec.stomp.StompCommand.ACK:Lio/netty/handler/codec/stomp/StompCommand;
aastore
dup
bipush 7
getstatic io.netty.handler.codec.stomp.StompCommand.NACK:Lio/netty/handler/codec/stomp/StompCommand;
aastore
dup
bipush 8
getstatic io.netty.handler.codec.stomp.StompCommand.BEGIN:Lio/netty/handler/codec/stomp/StompCommand;
aastore
dup
bipush 9
getstatic io.netty.handler.codec.stomp.StompCommand.DISCONNECT:Lio/netty/handler/codec/stomp/StompCommand;
aastore
dup
bipush 10
getstatic io.netty.handler.codec.stomp.StompCommand.MESSAGE:Lio/netty/handler/codec/stomp/StompCommand;
aastore
dup
bipush 11
getstatic io.netty.handler.codec.stomp.StompCommand.RECEIPT:Lio/netty/handler/codec/stomp/StompCommand;
aastore
dup
bipush 12
getstatic io.netty.handler.codec.stomp.StompCommand.ERROR:Lio/netty/handler/codec/stomp/StompCommand;
aastore
dup
bipush 13
getstatic io.netty.handler.codec.stomp.StompCommand.UNKNOWN:Lio/netty/handler/codec/stomp/StompCommand;
aastore
putstatic io.netty.handler.codec.stomp.StompCommand.ENUM$VALUES:[Lio/netty/handler/codec/stomp/StompCommand;
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 0: aload 0
aload 1
iload 2
invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/stomp/StompCommand;
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
public static io.netty.handler.codec.stomp.StompCommand[] values();
descriptor: ()[Lio/netty/handler/codec/stomp/StompCommand;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=0
0: getstatic io.netty.handler.codec.stomp.StompCommand.ENUM$VALUES:[Lio/netty/handler/codec/stomp/StompCommand;
dup
astore 0
iconst_0
aload 0
arraylength
dup
istore 1
anewarray io.netty.handler.codec.stomp.StompCommand
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.netty.handler.codec.stomp.StompCommand valueOf(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/netty/handler/codec/stomp/StompCommand;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
0: ldc Lio/netty/handler/codec/stomp/StompCommand;
aload 0
invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
checkcast io.netty.handler.codec.stomp.StompCommand
areturn
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name
}
Signature: Ljava/lang/Enum<Lio/netty/handler/codec/stomp/StompCommand;>;
SourceFile: "StompCommand.java"