final class javax.swing.ClientPropertyKey extends java.lang.Enum<javax.swing.ClientPropertyKey>
minor version: 0
major version: 59
flags: flags: (0x4030) ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
this_class: javax.swing.ClientPropertyKey
super_class: java.lang.Enum
{
public static final javax.swing.ClientPropertyKey JComponent_INPUT_VERIFIER;
descriptor: Ljavax/swing/ClientPropertyKey;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final javax.swing.ClientPropertyKey JComponent_TRANSFER_HANDLER;
descriptor: Ljavax/swing/ClientPropertyKey;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final javax.swing.ClientPropertyKey JComponent_ANCESTOR_NOTIFIER;
descriptor: Ljavax/swing/ClientPropertyKey;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final javax.swing.ClientPropertyKey ;
descriptor: Ljavax/swing/ClientPropertyKey;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
private final boolean reportValueNotSerializable;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private static final javax.swing.ClientPropertyKey[] ENUM$VALUES;
descriptor: [Ljavax/swing/ClientPropertyKey;
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 javax.swing.ClientPropertyKey
dup
ldc "JComponent_INPUT_VERIFIER"
iconst_0
1: iconst_1
invokespecial javax.swing.ClientPropertyKey.<init>:(Ljava/lang/String;IZ)V
putstatic javax.swing.ClientPropertyKey.JComponent_INPUT_VERIFIER:Ljavax/swing/ClientPropertyKey;
2: new javax.swing.ClientPropertyKey
dup
ldc "JComponent_TRANSFER_HANDLER"
iconst_1
3: iconst_1
invokespecial javax.swing.ClientPropertyKey.<init>:(Ljava/lang/String;IZ)V
putstatic javax.swing.ClientPropertyKey.JComponent_TRANSFER_HANDLER:Ljavax/swing/ClientPropertyKey;
4: new javax.swing.ClientPropertyKey
dup
ldc "JComponent_ANCESTOR_NOTIFIER"
iconst_2
5: iconst_1
invokespecial javax.swing.ClientPropertyKey.<init>:(Ljava/lang/String;IZ)V
putstatic javax.swing.ClientPropertyKey.JComponent_ANCESTOR_NOTIFIER:Ljavax/swing/ClientPropertyKey;
6: new javax.swing.ClientPropertyKey
dup
ldc "PopupFactory_FORCE_HEAVYWEIGHT_POPUP"
iconst_3
7: iconst_1
invokespecial javax.swing.ClientPropertyKey.<init>:(Ljava/lang/String;IZ)V
putstatic javax.swing.ClientPropertyKey.PopupFactory_FORCE_HEAVYWEIGHT_POPUP:Ljavax/swing/ClientPropertyKey;
iconst_4
anewarray javax.swing.ClientPropertyKey
dup
iconst_0
getstatic javax.swing.ClientPropertyKey.JComponent_INPUT_VERIFIER:Ljavax/swing/ClientPropertyKey;
aastore
dup
iconst_1
getstatic javax.swing.ClientPropertyKey.JComponent_TRANSFER_HANDLER:Ljavax/swing/ClientPropertyKey;
aastore
dup
iconst_2
getstatic javax.swing.ClientPropertyKey.JComponent_ANCESTOR_NOTIFIER:Ljavax/swing/ClientPropertyKey;
aastore
dup
iconst_3
getstatic javax.swing.ClientPropertyKey.PopupFactory_FORCE_HEAVYWEIGHT_POPUP:Ljavax/swing/ClientPropertyKey;
aastore
putstatic javax.swing.ClientPropertyKey.ENUM$VALUES:[Ljavax/swing/ClientPropertyKey;
8: new javax.swing.ClientPropertyKey$1
dup
invokespecial javax.swing.ClientPropertyKey$1.<init>:()V
9: invokestatic sun.awt.AWTAccessor.setClientPropertyKeyAccessor:(Lsun/awt/AWTAccessor$ClientPropertyKeyAccessor;)V
10: 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=4, locals=3, args_size=3
start local 0 0: aload 0
aload 1
iload 2
iconst_0
invokespecial javax.swing.ClientPropertyKey.<init>:(Ljava/lang/String;IZ)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavax/swing/ClientPropertyKey;
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
private void <init>(java.lang.String, int, boolean);
descriptor: (Ljava/lang/String;IZ)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
iload 3
putfield javax.swing.ClientPropertyKey.reportValueNotSerializable:Z
2: return
end local 3 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavax/swing/ClientPropertyKey;
0 3 3 reportValueNotSerializable Z
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
reportValueNotSerializable
public boolean getReportValueNotSerializable();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield javax.swing.ClientPropertyKey.reportValueNotSerializable:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavax/swing/ClientPropertyKey;
public static javax.swing.ClientPropertyKey[] values();
descriptor: ()[Ljavax/swing/ClientPropertyKey;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=0
0: getstatic javax.swing.ClientPropertyKey.ENUM$VALUES:[Ljavax/swing/ClientPropertyKey;
dup
astore 0
iconst_0
aload 0
arraylength
dup
istore 1
anewarray javax.swing.ClientPropertyKey
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 javax.swing.ClientPropertyKey valueOf(java.lang.String);
descriptor: (Ljava/lang/String;)Ljavax/swing/ClientPropertyKey;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
0: ldc Ljavax/swing/ClientPropertyKey;
aload 0
invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
checkcast javax.swing.ClientPropertyKey
areturn
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name
}
Signature: Ljava/lang/Enum<Ljavax/swing/ClientPropertyKey;>;
SourceFile: "ClientPropertyKey.java"
NestMembers:
javax.swing.ClientPropertyKey$1
InnerClasses:
javax.swing.ClientPropertyKey$1
public abstract ClientPropertyKeyAccessor = sun.awt.AWTAccessor$ClientPropertyKeyAccessor of sun.awt.AWTAccessor