public final class com.sun.tools.internal.jxc.ap.Const extends java.lang.Enum<com.sun.tools.internal.jxc.ap.Const>
minor version: 0
major version: 59
flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
this_class: com.sun.tools.internal.jxc.ap.Const
super_class: java.lang.Enum
{
public static final com.sun.tools.internal.jxc.ap.Const CONFIG_FILE_OPTION;
descriptor: Lcom/sun/tools/internal/jxc/ap/Const;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.sun.tools.internal.jxc.ap.Const DEBUG_OPTION;
descriptor: Lcom/sun/tools/internal/jxc/ap/Const;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
private java.lang.String value;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private static final com.sun.tools.internal.jxc.ap.Const[] ENUM$VALUES;
descriptor: [Lcom/sun/tools/internal/jxc/ap/Const;
flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=0, args_size=0
0: new com.sun.tools.internal.jxc.ap.Const
dup
ldc "CONFIG_FILE_OPTION"
iconst_0
1: ldc "jaxb.config"
invokespecial com.sun.tools.internal.jxc.ap.Const.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.sun.tools.internal.jxc.ap.Const.CONFIG_FILE_OPTION:Lcom/sun/tools/internal/jxc/ap/Const;
2: new com.sun.tools.internal.jxc.ap.Const
dup
ldc "DEBUG_OPTION"
iconst_1
ldc "jaxb.debug"
invokespecial com.sun.tools.internal.jxc.ap.Const.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.sun.tools.internal.jxc.ap.Const.DEBUG_OPTION:Lcom/sun/tools/internal/jxc/ap/Const;
3: iconst_2
anewarray com.sun.tools.internal.jxc.ap.Const
dup
iconst_0
getstatic com.sun.tools.internal.jxc.ap.Const.CONFIG_FILE_OPTION:Lcom/sun/tools/internal/jxc/ap/Const;
aastore
dup
iconst_1
getstatic com.sun.tools.internal.jxc.ap.Const.DEBUG_OPTION:Lcom/sun/tools/internal/jxc/ap/Const;
aastore
putstatic com.sun.tools.internal.jxc.ap.Const.ENUM$VALUES:[Lcom/sun/tools/internal/jxc/ap/Const;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(java.lang.String, int, java.lang.String);
descriptor: (Ljava/lang/String;ILjava/lang/String;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=4
start local 0 start local 3 0: aload 0
aload 1
iload 2
invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
1: aload 0
aload 3
putfield com.sun.tools.internal.jxc.ap.Const.value:Ljava/lang/String;
2: return
end local 3 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/internal/jxc/ap/Const;
0 3 3 value Ljava/lang/String;
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
value
public java.lang.String getValue();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.internal.jxc.ap.Const.value:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/internal/jxc/ap/Const;
public static com.sun.tools.internal.jxc.ap.Const[] values();
descriptor: ()[Lcom/sun/tools/internal/jxc/ap/Const;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=0
0: getstatic com.sun.tools.internal.jxc.ap.Const.ENUM$VALUES:[Lcom/sun/tools/internal/jxc/ap/Const;
dup
astore 0
iconst_0
aload 0
arraylength
dup
istore 1
anewarray com.sun.tools.internal.jxc.ap.Const
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 com.sun.tools.internal.jxc.ap.Const valueOf(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/sun/tools/internal/jxc/ap/Const;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
0: ldc Lcom/sun/tools/internal/jxc/ap/Const;
aload 0
invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
checkcast com.sun.tools.internal.jxc.ap.Const
areturn
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name
}
Signature: Ljava/lang/Enum<Lcom/sun/tools/internal/jxc/ap/Const;>;
SourceFile: "Const.java"