public final class java.awt.ComponentOrientation implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: java.awt.ComponentOrientation
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -4113291392143563828

  private static final int UNK_BIT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int HORIZ_BIT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final int LTR_BIT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final java.awt.ComponentOrientation LEFT_TO_RIGHT;
    descriptor: Ljava/awt/ComponentOrientation;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.awt.ComponentOrientation RIGHT_TO_LEFT;
    descriptor: Ljava/awt/ComponentOrientation;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.awt.ComponentOrientation UNKNOWN;
    descriptor: Ljava/awt/ComponentOrientation;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private int orientation;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 108
            new java.awt.ComponentOrientation
            dup
            bipush 6
            invokespecial java.awt.ComponentOrientation.<init>:(I)V
         1: .line 107
            putstatic java.awt.ComponentOrientation.LEFT_TO_RIGHT:Ljava/awt/ComponentOrientation;
         2: .line 115
            new java.awt.ComponentOrientation
            dup
            iconst_2
            invokespecial java.awt.ComponentOrientation.<init>:(I)V
         3: .line 114
            putstatic java.awt.ComponentOrientation.RIGHT_TO_LEFT:Ljava/awt/ComponentOrientation;
         4: .line 123
            new java.awt.ComponentOrientation
            dup
            bipush 7
            invokespecial java.awt.ComponentOrientation.<init>:(I)V
         5: .line 122
            putstatic java.awt.ComponentOrientation.UNKNOWN:Ljava/awt/ComponentOrientation;
         6: .line 123
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean isHorizontal();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.awt.ComponentOrientation this
         0: .line 133
            aload 0 /* this */
            getfield java.awt.ComponentOrientation.orientation:I
            iconst_2
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // java.awt.ComponentOrientation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/awt/ComponentOrientation;

  public boolean isLeftToRight();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.awt.ComponentOrientation this
         0: .line 145
            aload 0 /* this */
            getfield java.awt.ComponentOrientation.orientation:I
            iconst_4
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // java.awt.ComponentOrientation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/awt/ComponentOrientation;

  public static java.awt.ComponentOrientation getOrientation(java.util.Locale);
    descriptor: (Ljava/util/Locale;)Ljava/awt/ComponentOrientation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.util.Locale locale
         0: .line 159
            aload 0 /* locale */
            invokevirtual java.util.Locale.getLanguage:()Ljava/lang/String;
            astore 1 /* lang */
        start local 1 // java.lang.String lang
         1: .line 160
            ldc "iw"
            aload 1 /* lang */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 3
            ldc "ar"
            aload 1 /* lang */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 3
         2: .line 161
            ldc "fa"
            aload 1 /* lang */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 3
            ldc "ur"
            aload 1 /* lang */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 163
      StackMap locals: java.lang.String
      StackMap stack:
            getstatic java.awt.ComponentOrientation.RIGHT_TO_LEFT:Ljava/awt/ComponentOrientation;
            areturn
         4: .line 165
      StackMap locals:
      StackMap stack:
            getstatic java.awt.ComponentOrientation.LEFT_TO_RIGHT:Ljava/awt/ComponentOrientation;
            areturn
        end local 1 // java.lang.String lang
        end local 0 // java.util.Locale locale
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0  locale  Ljava/util/Locale;
            1    5     1    lang  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      locale  

  public static java.awt.ComponentOrientation getOrientation(java.util.ResourceBundle);
    descriptor: (Ljava/util/ResourceBundle;)Ljava/awt/ComponentOrientation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.util.ResourceBundle bdl
         0: .line 187
            aconst_null
            astore 1 /* result */
        start local 1 // java.awt.ComponentOrientation result
         1: .line 190
            aload 0 /* bdl */
            ldc "Orientation"
            invokevirtual java.util.ResourceBundle.getObject:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.awt.ComponentOrientation
            astore 1 /* result */
         2: .line 191
            goto 4
         3: .line 192
      StackMap locals: java.util.ResourceBundle java.awt.ComponentOrientation
      StackMap stack: java.lang.Exception
            pop
         4: .line 195
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            ifnonnull 6
         5: .line 196
            aload 0 /* bdl */
            invokevirtual java.util.ResourceBundle.getLocale:()Ljava/util/Locale;
            invokestatic java.awt.ComponentOrientation.getOrientation:(Ljava/util/Locale;)Ljava/awt/ComponentOrientation;
            astore 1 /* result */
         6: .line 198
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            ifnonnull 8
         7: .line 199
            invokestatic java.util.Locale.getDefault:()Ljava/util/Locale;
            invokestatic java.awt.ComponentOrientation.getOrientation:(Ljava/util/Locale;)Ljava/awt/ComponentOrientation;
            astore 1 /* result */
         8: .line 201
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            areturn
        end local 1 // java.awt.ComponentOrientation result
        end local 0 // java.util.ResourceBundle bdl
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0     bdl  Ljava/util/ResourceBundle;
            1    9     1  result  Ljava/awt/ComponentOrientation;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Exception
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      bdl   

  private void <init>(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.awt.ComponentOrientation this
        start local 1 // int value
         0: .line 206
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 208
            aload 0 /* this */
            iload 1 /* value */
            putfield java.awt.ComponentOrientation.orientation:I
         2: .line 209
            return
        end local 1 // int value
        end local 0 // java.awt.ComponentOrientation this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljava/awt/ComponentOrientation;
            0    3     1  value  I
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "ComponentOrientation.java"