public final enum class org.jboss.logmanager.formatters.StructuredFormatter$Key extends java.lang.Enum
{
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_CAUSED_BY;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_CIRCULAR_REFERENCE;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_TYPE;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_FRAME;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_FRAME_CLASS;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_FRAME_LINE;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_FRAME_METHOD;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_FRAMES;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_MESSAGE;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_REFERENCE_ID;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_SUPPRESSED;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key HOST_NAME;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key LEVEL;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key LOGGER_CLASS_NAME;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key LOGGER_NAME;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key MDC;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key MESSAGE;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key NDC;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key PROCESS_ID;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key PROCESS_NAME;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key RECORD;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key SEQUENCE;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key SOURCE_CLASS_NAME;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key SOURCE_FILE_NAME;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key SOURCE_LINE_NUMBER;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key SOURCE_METHOD_NAME;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key SOURCE_MODULE_NAME;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key SOURCE_MODULE_VERSION;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key STACK_TRACE;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key THREAD_ID;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key THREAD_NAME;
public static final enum org.jboss.logmanager.formatters.StructuredFormatter$Key TIMESTAMP;
private final java.lang.String key;
private static final org.jboss.logmanager.formatters.StructuredFormatter$Key[] $VALUES;
public static org.jboss.logmanager.formatters.StructuredFormatter$Key[] values()
{
java.lang.Object v;
org.jboss.logmanager.formatters.StructuredFormatter$Key[] v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static org.jboss.logmanager.formatters.StructuredFormatter$Key valueOf(java.lang.String)
{
java.lang.String v;
java.lang.Enum v;
v := @parameter: java.lang.String;
v = staticinvoke <java.lang.Enum: java.lang.Enum valueOf(java.lang.Class,java.lang.String)>(class "Lorg/jboss/logmanager/formatters/StructuredFormatter$Key;", v);
return v;
}
private void <init>(java.lang.String, int, java.lang.String)
{
org.jboss.logmanager.formatters.StructuredFormatter$Key v;
int v;
java.lang.String v, v;
v := @this: org.jboss.logmanager.formatters.StructuredFormatter$Key;
v := @parameter: java.lang.String;
v := @parameter: int;
v := @parameter: java.lang.String;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: java.lang.String key> = v;
return;
}
public java.lang.String getKey()
{
java.lang.String v;
org.jboss.logmanager.formatters.StructuredFormatter$Key v;
v := @this: org.jboss.logmanager.formatters.StructuredFormatter$Key;
v = v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: java.lang.String key>;
return v;
}
private static org.jboss.logmanager.formatters.StructuredFormatter$Key[] $values()
{
org.jboss.logmanager.formatters.StructuredFormatter$Key v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
org.jboss.logmanager.formatters.StructuredFormatter$Key[] v;
v = newarray (org.jboss.logmanager.formatters.StructuredFormatter$Key)[33];
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION>;
v[0] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_CAUSED_BY>;
v[1] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_CIRCULAR_REFERENCE>;
v[2] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_TYPE>;
v[3] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_FRAME>;
v[4] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_FRAME_CLASS>;
v[5] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_FRAME_LINE>;
v[6] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_FRAME_METHOD>;
v[7] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_FRAMES>;
v[8] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_MESSAGE>;
v[9] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_REFERENCE_ID>;
v[10] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_SUPPRESSED>;
v[11] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key HOST_NAME>;
v[12] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key LEVEL>;
v[13] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key LOGGER_CLASS_NAME>;
v[14] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key LOGGER_NAME>;
v[15] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key MDC>;
v[16] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key MESSAGE>;
v[17] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key NDC>;
v[18] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key PROCESS_ID>;
v[19] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key PROCESS_NAME>;
v[20] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key RECORD>;
v[21] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key SEQUENCE>;
v[22] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key SOURCE_CLASS_NAME>;
v[23] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key SOURCE_FILE_NAME>;
v[24] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key SOURCE_LINE_NUMBER>;
v[25] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key SOURCE_METHOD_NAME>;
v[26] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key SOURCE_MODULE_NAME>;
v[27] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key SOURCE_MODULE_VERSION>;
v[28] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key STACK_TRACE>;
v[29] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key THREAD_ID>;
v[30] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key THREAD_NAME>;
v[31] = v;
v = <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key TIMESTAMP>;
v[32] = v;
return v;
}
static void <clinit>()
{
org.jboss.logmanager.formatters.StructuredFormatter$Key v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
org.jboss.logmanager.formatters.StructuredFormatter$Key[] v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("EXCEPTION", 0, "exception");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("EXCEPTION_CAUSED_BY", 1, "causedBy");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_CAUSED_BY> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("EXCEPTION_CIRCULAR_REFERENCE", 2, "circularReference");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_CIRCULAR_REFERENCE> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("EXCEPTION_TYPE", 3, "exceptionType");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_TYPE> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("EXCEPTION_FRAME", 4, "frame");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_FRAME> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("EXCEPTION_FRAME_CLASS", 5, "class");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_FRAME_CLASS> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("EXCEPTION_FRAME_LINE", 6, "line");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_FRAME_LINE> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("EXCEPTION_FRAME_METHOD", 7, "method");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_FRAME_METHOD> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("EXCEPTION_FRAMES", 8, "frames");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_FRAMES> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("EXCEPTION_MESSAGE", 9, "message");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_MESSAGE> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("EXCEPTION_REFERENCE_ID", 10, "refId");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_REFERENCE_ID> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("EXCEPTION_SUPPRESSED", 11, "suppressed");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key EXCEPTION_SUPPRESSED> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("HOST_NAME", 12, "hostName");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key HOST_NAME> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("LEVEL", 13, "level");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key LEVEL> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("LOGGER_CLASS_NAME", 14, "loggerClassName");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key LOGGER_CLASS_NAME> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("LOGGER_NAME", 15, "loggerName");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key LOGGER_NAME> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("MDC", 16, "mdc");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key MDC> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("MESSAGE", 17, "message");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key MESSAGE> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("NDC", 18, "ndc");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key NDC> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("PROCESS_ID", 19, "processId");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key PROCESS_ID> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("PROCESS_NAME", 20, "processName");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key PROCESS_NAME> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("RECORD", 21, "record");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key RECORD> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("SEQUENCE", 22, "sequence");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key SEQUENCE> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("SOURCE_CLASS_NAME", 23, "sourceClassName");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key SOURCE_CLASS_NAME> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("SOURCE_FILE_NAME", 24, "sourceFileName");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key SOURCE_FILE_NAME> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("SOURCE_LINE_NUMBER", 25, "sourceLineNumber");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key SOURCE_LINE_NUMBER> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("SOURCE_METHOD_NAME", 26, "sourceMethodName");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key SOURCE_METHOD_NAME> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("SOURCE_MODULE_NAME", 27, "sourceModuleName");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key SOURCE_MODULE_NAME> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("SOURCE_MODULE_VERSION", 28, "sourceModuleVersion");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key SOURCE_MODULE_VERSION> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("STACK_TRACE", 29, "stackTrace");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key STACK_TRACE> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("THREAD_ID", 30, "threadId");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key THREAD_ID> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("THREAD_NAME", 31, "threadName");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key THREAD_NAME> = v;
v = new org.jboss.logmanager.formatters.StructuredFormatter$Key;
specialinvoke v.<org.jboss.logmanager.formatters.StructuredFormatter$Key: void <init>(java.lang.String,int,java.lang.String)>("TIMESTAMP", 32, "timestamp");
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key TIMESTAMP> = v;
v = staticinvoke <org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key[] $values()>();
<org.jboss.logmanager.formatters.StructuredFormatter$Key: org.jboss.logmanager.formatters.StructuredFormatter$Key[] $VALUES> = v;
return;
}
}