public class apple.laf.JRSUIConstants$Orientation extends apple.laf.JRSUIConstants$Property
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: apple.laf.JRSUIConstants$Orientation
  super_class: apple.laf.JRSUIConstants$Property
{
  private static final byte SHIFT;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 11

  private static final byte SIZE;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final long MASK;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 6144

  private static final apple.laf.JRSUIConstants$PropertyEncoding orientation;
    descriptor: Lapple/laf/JRSUIConstants$PropertyEncoding;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final byte _horizontal;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final apple.laf.JRSUIConstants$Orientation HORIZONTAL;
    descriptor: Lapple/laf/JRSUIConstants$Orientation;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private static final byte _vertical;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final apple.laf.JRSUIConstants$Orientation VERTICAL;
    descriptor: Lapple/laf/JRSUIConstants$Orientation;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 239
            new apple.laf.JRSUIConstants$PropertyEncoding
            dup
            ldc 6144
            bipush 11
            invokespecial apple.laf.JRSUIConstants$PropertyEncoding.<init>:(JB)V
            putstatic apple.laf.JRSUIConstants$Orientation.orientation:Lapple/laf/JRSUIConstants$PropertyEncoding;
         1: .line 246
            new apple.laf.JRSUIConstants$Orientation
            dup
            iconst_1
            invokespecial apple.laf.JRSUIConstants$Orientation.<init>:(B)V
            putstatic apple.laf.JRSUIConstants$Orientation.HORIZONTAL:Lapple/laf/JRSUIConstants$Orientation;
         2: .line 248
            new apple.laf.JRSUIConstants$Orientation
            dup
            iconst_2
            invokespecial apple.laf.JRSUIConstants$Orientation.<init>:(B)V
            putstatic apple.laf.JRSUIConstants$Orientation.VERTICAL:Lapple/laf/JRSUIConstants$Orientation;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(byte);
    descriptor: (B)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // apple.laf.JRSUIConstants$Orientation this
        start local 1 // byte value
         0: .line 242
            aload 0 /* this */
            getstatic apple.laf.JRSUIConstants$Orientation.orientation:Lapple/laf/JRSUIConstants$PropertyEncoding;
            iload 1 /* value */
            invokespecial apple.laf.JRSUIConstants$Property.<init>:(Lapple/laf/JRSUIConstants$PropertyEncoding;B)V
         1: .line 243
            return
        end local 1 // byte value
        end local 0 // apple.laf.JRSUIConstants$Orientation this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lapple/laf/JRSUIConstants$Orientation;
            0    2     1  value  B
    MethodParameters:
       Name  Flags
      value  final

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial apple.laf.JRSUIConstants$Property.toString:()Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public long apply(long);
    descriptor: (J)J
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            lload 1
            invokespecial apple.laf.JRSUIConstants$Property.apply:(J)J
            lreturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "JRSUIConstants.java"
NestHost: apple.laf.JRSUIConstants
InnerClasses:
  public Orientation = apple.laf.JRSUIConstants$Orientation of apple.laf.JRSUIConstants
  Property = apple.laf.JRSUIConstants$Property of apple.laf.JRSUIConstants
  PropertyEncoding = apple.laf.JRSUIConstants$PropertyEncoding of apple.laf.JRSUIConstants