public class apple.laf.JRSUIConstants$Hit
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: apple.laf.JRSUIConstants$Hit
super_class: java.lang.Object
{
private static final int _unknown;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -1
public static final apple.laf.JRSUIConstants$Hit UNKNOWN;
descriptor: Lapple/laf/JRSUIConstants$Hit;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
private static final int _none;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 0
public static final apple.laf.JRSUIConstants$Hit NONE;
descriptor: Lapple/laf/JRSUIConstants$Hit;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
private static final int _hit;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
public static final apple.laf.JRSUIConstants$Hit HIT;
descriptor: Lapple/laf/JRSUIConstants$Hit;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
final int hit;
descriptor: I
flags: (0x0010) ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new apple.laf.JRSUIConstants$Hit
dup
iconst_m1
invokespecial apple.laf.JRSUIConstants$Hit.<init>:(I)V
putstatic apple.laf.JRSUIConstants$Hit.UNKNOWN:Lapple/laf/JRSUIConstants$Hit;
1: new apple.laf.JRSUIConstants$Hit
dup
iconst_0
invokespecial apple.laf.JRSUIConstants$Hit.<init>:(I)V
putstatic apple.laf.JRSUIConstants$Hit.NONE:Lapple/laf/JRSUIConstants$Hit;
2: new apple.laf.JRSUIConstants$Hit
dup
iconst_1
invokespecial apple.laf.JRSUIConstants$Hit.<init>:(I)V
putstatic apple.laf.JRSUIConstants$Hit.HIT:Lapple/laf/JRSUIConstants$Hit;
return
LocalVariableTable:
Start End Slot Name Signature
void <init>(int);
descriptor: (I)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
aload 0
iload 1
putfield apple.laf.JRSUIConstants$Hit.hit:I
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lapple/laf/JRSUIConstants$Hit;
0 1 1 hit I
MethodParameters:
Name Flags
hit final
public boolean isHit();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield apple.laf.JRSUIConstants$Hit.hit:I
ifle 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lapple/laf/JRSUIConstants$Hit;
private java.lang.String getConstantName(apple.laf.JRSUIConstants$Hit);
descriptor: (Lapple/laf/JRSUIConstants$Hit;)Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
getstatic apple.laf.JRSUIConstants$Hit.UNKNOWN:Lapple/laf/JRSUIConstants$Hit;
if_acmpne 2
1: ldc "UNKNOWN"
areturn
2: StackMap locals:
StackMap stack:
aload 1
getstatic apple.laf.JRSUIConstants$Hit.NONE:Lapple/laf/JRSUIConstants$Hit;
if_acmpne 4
3: ldc "NONE"
areturn
4: StackMap locals:
StackMap stack:
aload 1
getstatic apple.laf.JRSUIConstants$Hit.HIT:Lapple/laf/JRSUIConstants$Hit;
if_acmpne 6
5: ldc "HIT"
areturn
6: StackMap locals:
StackMap stack:
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lapple/laf/JRSUIConstants$Hit;
0 7 1 hit Lapple/laf/JRSUIConstants$Hit;
MethodParameters:
Name Flags
hit
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aload 0
invokevirtual apple.laf.JRSUIConstants$Hit.getConstantName:(Lapple/laf/JRSUIConstants$Hit;)Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lapple/laf/JRSUIConstants$Hit;
}
SourceFile: "JRSUIConstants.java"
NestHost: apple.laf.JRSUIConstants
InnerClasses:
public Hit = apple.laf.JRSUIConstants$Hit of apple.laf.JRSUIConstants