public final class sun.lwawt.LWWindowPeer$PeerType extends java.lang.Enum<sun.lwawt.LWWindowPeer$PeerType>
minor version: 0
major version: 59
flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
this_class: sun.lwawt.LWWindowPeer$PeerType
super_class: java.lang.Enum
{
public static final sun.lwawt.LWWindowPeer$PeerType SIMPLEWINDOW;
descriptor: Lsun/lwawt/LWWindowPeer$PeerType;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.lwawt.LWWindowPeer$PeerType FRAME;
descriptor: Lsun/lwawt/LWWindowPeer$PeerType;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.lwawt.LWWindowPeer$PeerType DIALOG;
descriptor: Lsun/lwawt/LWWindowPeer$PeerType;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.lwawt.LWWindowPeer$PeerType EMBEDDED_FRAME;
descriptor: Lsun/lwawt/LWWindowPeer$PeerType;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.lwawt.LWWindowPeer$PeerType VIEW_EMBEDDED_FRAME;
descriptor: Lsun/lwawt/LWWindowPeer$PeerType;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final sun.lwawt.LWWindowPeer$PeerType LW_FRAME;
descriptor: Lsun/lwawt/LWWindowPeer$PeerType;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
private static final sun.lwawt.LWWindowPeer$PeerType[] ENUM$VALUES;
descriptor: [Lsun/lwawt/LWWindowPeer$PeerType;
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.lwawt.LWWindowPeer$PeerType
dup
ldc "SIMPLEWINDOW"
iconst_0
invokespecial sun.lwawt.LWWindowPeer$PeerType.<init>:(Ljava/lang/String;I)V
putstatic sun.lwawt.LWWindowPeer$PeerType.SIMPLEWINDOW:Lsun/lwawt/LWWindowPeer$PeerType;
1: new sun.lwawt.LWWindowPeer$PeerType
dup
ldc "FRAME"
iconst_1
invokespecial sun.lwawt.LWWindowPeer$PeerType.<init>:(Ljava/lang/String;I)V
putstatic sun.lwawt.LWWindowPeer$PeerType.FRAME:Lsun/lwawt/LWWindowPeer$PeerType;
2: new sun.lwawt.LWWindowPeer$PeerType
dup
ldc "DIALOG"
iconst_2
invokespecial sun.lwawt.LWWindowPeer$PeerType.<init>:(Ljava/lang/String;I)V
putstatic sun.lwawt.LWWindowPeer$PeerType.DIALOG:Lsun/lwawt/LWWindowPeer$PeerType;
3: new sun.lwawt.LWWindowPeer$PeerType
dup
ldc "EMBEDDED_FRAME"
iconst_3
invokespecial sun.lwawt.LWWindowPeer$PeerType.<init>:(Ljava/lang/String;I)V
putstatic sun.lwawt.LWWindowPeer$PeerType.EMBEDDED_FRAME:Lsun/lwawt/LWWindowPeer$PeerType;
4: new sun.lwawt.LWWindowPeer$PeerType
dup
ldc "VIEW_EMBEDDED_FRAME"
iconst_4
invokespecial sun.lwawt.LWWindowPeer$PeerType.<init>:(Ljava/lang/String;I)V
putstatic sun.lwawt.LWWindowPeer$PeerType.VIEW_EMBEDDED_FRAME:Lsun/lwawt/LWWindowPeer$PeerType;
5: new sun.lwawt.LWWindowPeer$PeerType
dup
ldc "LW_FRAME"
iconst_5
invokespecial sun.lwawt.LWWindowPeer$PeerType.<init>:(Ljava/lang/String;I)V
putstatic sun.lwawt.LWWindowPeer$PeerType.LW_FRAME:Lsun/lwawt/LWWindowPeer$PeerType;
6: bipush 6
anewarray sun.lwawt.LWWindowPeer$PeerType
dup
iconst_0
getstatic sun.lwawt.LWWindowPeer$PeerType.SIMPLEWINDOW:Lsun/lwawt/LWWindowPeer$PeerType;
aastore
dup
iconst_1
getstatic sun.lwawt.LWWindowPeer$PeerType.FRAME:Lsun/lwawt/LWWindowPeer$PeerType;
aastore
dup
iconst_2
getstatic sun.lwawt.LWWindowPeer$PeerType.DIALOG:Lsun/lwawt/LWWindowPeer$PeerType;
aastore
dup
iconst_3
getstatic sun.lwawt.LWWindowPeer$PeerType.EMBEDDED_FRAME:Lsun/lwawt/LWWindowPeer$PeerType;
aastore
dup
iconst_4
getstatic sun.lwawt.LWWindowPeer$PeerType.VIEW_EMBEDDED_FRAME:Lsun/lwawt/LWWindowPeer$PeerType;
aastore
dup
iconst_5
getstatic sun.lwawt.LWWindowPeer$PeerType.LW_FRAME:Lsun/lwawt/LWWindowPeer$PeerType;
aastore
putstatic sun.lwawt.LWWindowPeer$PeerType.ENUM$VALUES:[Lsun/lwawt/LWWindowPeer$PeerType;
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/lwawt/LWWindowPeer$PeerType;
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
public static sun.lwawt.LWWindowPeer$PeerType[] values();
descriptor: ()[Lsun/lwawt/LWWindowPeer$PeerType;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=0
0: getstatic sun.lwawt.LWWindowPeer$PeerType.ENUM$VALUES:[Lsun/lwawt/LWWindowPeer$PeerType;
dup
astore 0
iconst_0
aload 0
arraylength
dup
istore 1
anewarray sun.lwawt.LWWindowPeer$PeerType
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.lwawt.LWWindowPeer$PeerType valueOf(java.lang.String);
descriptor: (Ljava/lang/String;)Lsun/lwawt/LWWindowPeer$PeerType;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
0: ldc Lsun/lwawt/LWWindowPeer$PeerType;
aload 0
invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
checkcast sun.lwawt.LWWindowPeer$PeerType
areturn
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name
}
Signature: Ljava/lang/Enum<Lsun/lwawt/LWWindowPeer$PeerType;>;
SourceFile: "LWWindowPeer.java"
NestHost: sun.lwawt.LWWindowPeer
InnerClasses:
public final PeerType = sun.lwawt.LWWindowPeer$PeerType of sun.lwawt.LWWindowPeer