public final class sun.util.logging.PlatformLogger$Level extends java.lang.Enum<sun.util.logging.PlatformLogger$Level>
minor version: 0
major version: 59
flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
this_class: sun.util.logging.PlatformLogger$Level
super_class: java.lang.Enum
{
public static final sun.util.logging.PlatformLogger$Level ALL;
descriptor: Lsun/util/logging/PlatformLogger$Level;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.util.logging.PlatformLogger$Level FINEST;
descriptor: Lsun/util/logging/PlatformLogger$Level;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.util.logging.PlatformLogger$Level FINER;
descriptor: Lsun/util/logging/PlatformLogger$Level;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.util.logging.PlatformLogger$Level FINE;
descriptor: Lsun/util/logging/PlatformLogger$Level;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.util.logging.PlatformLogger$Level CONFIG;
descriptor: Lsun/util/logging/PlatformLogger$Level;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.util.logging.PlatformLogger$Level INFO;
descriptor: Lsun/util/logging/PlatformLogger$Level;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.util.logging.PlatformLogger$Level WARNING;
descriptor: Lsun/util/logging/PlatformLogger$Level;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.util.logging.PlatformLogger$Level SEVERE;
descriptor: Lsun/util/logging/PlatformLogger$Level;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.util.logging.PlatformLogger$Level OFF;
descriptor: Lsun/util/logging/PlatformLogger$Level;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
java.lang.Object javaLevel;
descriptor: Ljava/lang/Object;
flags: (0x0000)
private static final int[] LEVEL_VALUES;
descriptor: [I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final sun.util.logging.PlatformLogger$Level[] ENUM$VALUES;
descriptor: [Lsun/util/logging/PlatformLogger$Level;
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 sun.util.logging.PlatformLogger$Level
dup
ldc "ALL"
iconst_0
invokespecial sun.util.logging.PlatformLogger$Level.<init>:(Ljava/lang/String;I)V
putstatic sun.util.logging.PlatformLogger$Level.ALL:Lsun/util/logging/PlatformLogger$Level;
1: new sun.util.logging.PlatformLogger$Level
dup
ldc "FINEST"
iconst_1
invokespecial sun.util.logging.PlatformLogger$Level.<init>:(Ljava/lang/String;I)V
putstatic sun.util.logging.PlatformLogger$Level.FINEST:Lsun/util/logging/PlatformLogger$Level;
2: new sun.util.logging.PlatformLogger$Level
dup
ldc "FINER"
iconst_2
invokespecial sun.util.logging.PlatformLogger$Level.<init>:(Ljava/lang/String;I)V
putstatic sun.util.logging.PlatformLogger$Level.FINER:Lsun/util/logging/PlatformLogger$Level;
3: new sun.util.logging.PlatformLogger$Level
dup
ldc "FINE"
iconst_3
invokespecial sun.util.logging.PlatformLogger$Level.<init>:(Ljava/lang/String;I)V
putstatic sun.util.logging.PlatformLogger$Level.FINE:Lsun/util/logging/PlatformLogger$Level;
4: new sun.util.logging.PlatformLogger$Level
dup
ldc "CONFIG"
iconst_4
invokespecial sun.util.logging.PlatformLogger$Level.<init>:(Ljava/lang/String;I)V
putstatic sun.util.logging.PlatformLogger$Level.CONFIG:Lsun/util/logging/PlatformLogger$Level;
5: new sun.util.logging.PlatformLogger$Level
dup
ldc "INFO"
iconst_5
invokespecial sun.util.logging.PlatformLogger$Level.<init>:(Ljava/lang/String;I)V
putstatic sun.util.logging.PlatformLogger$Level.INFO:Lsun/util/logging/PlatformLogger$Level;
6: new sun.util.logging.PlatformLogger$Level
dup
ldc "WARNING"
bipush 6
invokespecial sun.util.logging.PlatformLogger$Level.<init>:(Ljava/lang/String;I)V
putstatic sun.util.logging.PlatformLogger$Level.WARNING:Lsun/util/logging/PlatformLogger$Level;
7: new sun.util.logging.PlatformLogger$Level
dup
ldc "SEVERE"
bipush 7
invokespecial sun.util.logging.PlatformLogger$Level.<init>:(Ljava/lang/String;I)V
putstatic sun.util.logging.PlatformLogger$Level.SEVERE:Lsun/util/logging/PlatformLogger$Level;
8: new sun.util.logging.PlatformLogger$Level
dup
ldc "OFF"
bipush 8
invokespecial sun.util.logging.PlatformLogger$Level.<init>:(Ljava/lang/String;I)V
putstatic sun.util.logging.PlatformLogger$Level.OFF:Lsun/util/logging/PlatformLogger$Level;
bipush 9
anewarray sun.util.logging.PlatformLogger$Level
dup
iconst_0
getstatic sun.util.logging.PlatformLogger$Level.ALL:Lsun/util/logging/PlatformLogger$Level;
aastore
dup
iconst_1
getstatic sun.util.logging.PlatformLogger$Level.FINEST:Lsun/util/logging/PlatformLogger$Level;
aastore
dup
iconst_2
getstatic sun.util.logging.PlatformLogger$Level.FINER:Lsun/util/logging/PlatformLogger$Level;
aastore
dup
iconst_3
getstatic sun.util.logging.PlatformLogger$Level.FINE:Lsun/util/logging/PlatformLogger$Level;
aastore
dup
iconst_4
getstatic sun.util.logging.PlatformLogger$Level.CONFIG:Lsun/util/logging/PlatformLogger$Level;
aastore
dup
iconst_5
getstatic sun.util.logging.PlatformLogger$Level.INFO:Lsun/util/logging/PlatformLogger$Level;
aastore
dup
bipush 6
getstatic sun.util.logging.PlatformLogger$Level.WARNING:Lsun/util/logging/PlatformLogger$Level;
aastore
dup
bipush 7
getstatic sun.util.logging.PlatformLogger$Level.SEVERE:Lsun/util/logging/PlatformLogger$Level;
aastore
dup
bipush 8
getstatic sun.util.logging.PlatformLogger$Level.OFF:Lsun/util/logging/PlatformLogger$Level;
aastore
putstatic sun.util.logging.PlatformLogger$Level.ENUM$VALUES:[Lsun/util/logging/PlatformLogger$Level;
9: bipush 9
newarray 10
dup
iconst_0
10: ldc -2147483648
iastore
dup
iconst_1
sipush 300
iastore
dup
iconst_2
sipush 400
iastore
dup
iconst_3
11: sipush 500
iastore
dup
iconst_4
sipush 700
iastore
dup
iconst_5
sipush 800
iastore
dup
bipush 6
12: sipush 900
iastore
dup
bipush 7
sipush 1000
iastore
dup
bipush 8
ldc 2147483647
iastore
13: putstatic sun.util.logging.PlatformLogger$Level.LEVEL_VALUES:[I
14: 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 Lsun/util/logging/PlatformLogger$Level;
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
public int intValue();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic sun.util.logging.PlatformLogger$Level.LEVEL_VALUES:[I
aload 0
invokevirtual sun.util.logging.PlatformLogger$Level.ordinal:()I
iaload
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/util/logging/PlatformLogger$Level;
static sun.util.logging.PlatformLogger$Level valueOf(int);
descriptor: (I)Lsun/util/logging/PlatformLogger$Level;
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: iload 0
lookupswitch { // 9
-2147483648: 9
300: 1
400: 3
500: 2
700: 6
800: 4
900: 5
1000: 7
2147483647: 8
default: 10
}
1: StackMap locals:
StackMap stack:
getstatic sun.util.logging.PlatformLogger$Level.FINEST:Lsun/util/logging/PlatformLogger$Level;
areturn
2: StackMap locals:
StackMap stack:
getstatic sun.util.logging.PlatformLogger$Level.FINE:Lsun/util/logging/PlatformLogger$Level;
areturn
3: StackMap locals:
StackMap stack:
getstatic sun.util.logging.PlatformLogger$Level.FINER:Lsun/util/logging/PlatformLogger$Level;
areturn
4: StackMap locals:
StackMap stack:
getstatic sun.util.logging.PlatformLogger$Level.INFO:Lsun/util/logging/PlatformLogger$Level;
areturn
5: StackMap locals:
StackMap stack:
getstatic sun.util.logging.PlatformLogger$Level.WARNING:Lsun/util/logging/PlatformLogger$Level;
areturn
6: StackMap locals:
StackMap stack:
getstatic sun.util.logging.PlatformLogger$Level.CONFIG:Lsun/util/logging/PlatformLogger$Level;
areturn
7: StackMap locals:
StackMap stack:
getstatic sun.util.logging.PlatformLogger$Level.SEVERE:Lsun/util/logging/PlatformLogger$Level;
areturn
8: StackMap locals:
StackMap stack:
getstatic sun.util.logging.PlatformLogger$Level.OFF:Lsun/util/logging/PlatformLogger$Level;
areturn
9: StackMap locals:
StackMap stack:
getstatic sun.util.logging.PlatformLogger$Level.ALL:Lsun/util/logging/PlatformLogger$Level;
areturn
10: StackMap locals:
StackMap stack:
getstatic sun.util.logging.PlatformLogger$Level.LEVEL_VALUES:[I
iconst_0
getstatic sun.util.logging.PlatformLogger$Level.LEVEL_VALUES:[I
arraylength
iconst_2
isub
iload 0
invokestatic java.util.Arrays.binarySearch:([IIII)I
istore 1
start local 1 11: invokestatic sun.util.logging.PlatformLogger$Level.values:()[Lsun/util/logging/PlatformLogger$Level;
iload 1
iflt 12
iload 1
goto 13
StackMap locals: int int
StackMap stack: sun.util.logging.PlatformLogger$Level[]
12: iload 1
ineg
iconst_1
isub
StackMap locals: int int
StackMap stack: sun.util.logging.PlatformLogger$Level[] int
13: aaload
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 level I
11 14 1 i I
MethodParameters:
Name Flags
level
public static sun.util.logging.PlatformLogger$Level[] values();
descriptor: ()[Lsun/util/logging/PlatformLogger$Level;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=0
0: getstatic sun.util.logging.PlatformLogger$Level.ENUM$VALUES:[Lsun/util/logging/PlatformLogger$Level;
dup
astore 0
iconst_0
aload 0
arraylength
dup
istore 1
anewarray sun.util.logging.PlatformLogger$Level
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 sun.util.logging.PlatformLogger$Level valueOf(java.lang.String);
descriptor: (Ljava/lang/String;)Lsun/util/logging/PlatformLogger$Level;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
0: ldc Lsun/util/logging/PlatformLogger$Level;
aload 0
invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
checkcast sun.util.logging.PlatformLogger$Level
areturn
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name
}
Signature: Ljava/lang/Enum<Lsun/util/logging/PlatformLogger$Level;>;
SourceFile: "PlatformLogger.java"
NestHost: sun.util.logging.PlatformLogger
InnerClasses:
public final Level = sun.util.logging.PlatformLogger$Level of sun.util.logging.PlatformLogger