class apple.laf.JRSUIConstants$Property
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: apple.laf.JRSUIConstants$Property
  super_class: java.lang.Object
{
  final apple.laf.JRSUIConstants$PropertyEncoding encoding;
    descriptor: Lapple/laf/JRSUIConstants$PropertyEncoding;
    flags: (0x0010) ACC_FINAL

  final long value;
    descriptor: J
    flags: (0x0010) ACC_FINAL

  final byte ordinal;
    descriptor: B
    flags: (0x0010) ACC_FINAL

  void <init>(apple.laf.JRSUIConstants$PropertyEncoding, byte);
    descriptor: (Lapple/laf/JRSUIConstants$PropertyEncoding;B)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // apple.laf.JRSUIConstants$Property this
        start local 1 // apple.laf.JRSUIConstants$PropertyEncoding encoding
        start local 2 // byte ordinal
         0: .line 139
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 140
            aload 0 /* this */
            aload 1 /* encoding */
            putfield apple.laf.JRSUIConstants$Property.encoding:Lapple/laf/JRSUIConstants$PropertyEncoding;
         2: .line 141
            aload 0 /* this */
            iload 2 /* ordinal */
            i2l
            aload 1 /* encoding */
            getfield apple.laf.JRSUIConstants$PropertyEncoding.shift:B
            lshl
            putfield apple.laf.JRSUIConstants$Property.value:J
         3: .line 142
            aload 0 /* this */
            iload 2 /* ordinal */
            putfield apple.laf.JRSUIConstants$Property.ordinal:B
         4: .line 143
            return
        end local 2 // byte ordinal
        end local 1 // apple.laf.JRSUIConstants$PropertyEncoding encoding
        end local 0 // apple.laf.JRSUIConstants$Property this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lapple/laf/JRSUIConstants$Property;
            0    5     1  encoding  Lapple/laf/JRSUIConstants$PropertyEncoding;
            0    5     2   ordinal  B
    MethodParameters:
          Name  Flags
      encoding  final
      ordinal   final

  public long apply(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // apple.laf.JRSUIConstants$Property this
        start local 1 // long encodedState
         0: .line 151
            lload 1 /* encodedState */
            aload 0 /* this */
            getfield apple.laf.JRSUIConstants$Property.encoding:Lapple/laf/JRSUIConstants$PropertyEncoding;
            getfield apple.laf.JRSUIConstants$PropertyEncoding.mask:J
            ldc -1
            lxor
            land
            aload 0 /* this */
            getfield apple.laf.JRSUIConstants$Property.value:J
            lor
            lreturn
        end local 1 // long encodedState
        end local 0 // apple.laf.JRSUIConstants$Property this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lapple/laf/JRSUIConstants$Property;
            0    1     1  encodedState  J
    MethodParameters:
              Name  Flags
      encodedState  final

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // apple.laf.JRSUIConstants$Property this
         0: .line 155
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            areturn
        end local 0 // apple.laf.JRSUIConstants$Property this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lapple/laf/JRSUIConstants$Property;
}
SourceFile: "JRSUIConstants.java"
NestHost: apple.laf.JRSUIConstants
InnerClasses:
  Property = apple.laf.JRSUIConstants$Property of apple.laf.JRSUIConstants
  PropertyEncoding = apple.laf.JRSUIConstants$PropertyEncoding of apple.laf.JRSUIConstants