class sun.text.bidi.BidiBase$TextAttributeConstants
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.text.bidi.BidiBase$TextAttributeConstants
  super_class: java.lang.Object
{
  private static final java.lang.Class<?> clazz;
    descriptor: Ljava/lang/Class;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/lang/Class<*>;

  static final java.text.AttributedCharacterIterator$Attribute RUN_DIRECTION;
    descriptor: Ljava/text/AttributedCharacterIterator$Attribute;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final java.text.AttributedCharacterIterator$Attribute NUMERIC_SHAPING;
    descriptor: Ljava/text/AttributedCharacterIterator$Attribute;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final java.text.AttributedCharacterIterator$Attribute BIDI_EMBEDDING;
    descriptor: Ljava/text/AttributedCharacterIterator$Attribute;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final java.lang.Boolean RUN_DIRECTION_LTR;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 3449
            ldc "java.awt.font.TextAttribute"
            invokestatic sun.text.bidi.BidiBase$TextAttributeConstants.getClass:(Ljava/lang/String;)Ljava/lang/Class;
            putstatic sun.text.bidi.BidiBase$TextAttributeConstants.clazz:Ljava/lang/Class;
         1: .line 3456
            ldc "RUN_DIRECTION"
            invokestatic sun.text.bidi.BidiBase$TextAttributeConstants.getTextAttribute:(Ljava/lang/String;)Ljava/text/AttributedCharacterIterator$Attribute;
         2: .line 3455
            putstatic sun.text.bidi.BidiBase$TextAttributeConstants.RUN_DIRECTION:Ljava/text/AttributedCharacterIterator$Attribute;
         3: .line 3458
            ldc "NUMERIC_SHAPING"
            invokestatic sun.text.bidi.BidiBase$TextAttributeConstants.getTextAttribute:(Ljava/lang/String;)Ljava/text/AttributedCharacterIterator$Attribute;
         4: .line 3457
            putstatic sun.text.bidi.BidiBase$TextAttributeConstants.NUMERIC_SHAPING:Ljava/text/AttributedCharacterIterator$Attribute;
         5: .line 3460
            ldc "BIDI_EMBEDDING"
            invokestatic sun.text.bidi.BidiBase$TextAttributeConstants.getTextAttribute:(Ljava/lang/String;)Ljava/text/AttributedCharacterIterator$Attribute;
         6: .line 3459
            putstatic sun.text.bidi.BidiBase$TextAttributeConstants.BIDI_EMBEDDING:Ljava/text/AttributedCharacterIterator$Attribute;
         7: .line 3465
            getstatic sun.text.bidi.BidiBase$TextAttributeConstants.clazz:Ljava/lang/Class;
            ifnonnull 9
         8: .line 3466
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            goto 10
      StackMap locals:
      StackMap stack:
         9: getstatic sun.text.bidi.BidiBase$TextAttributeConstants.clazz:Ljava/lang/Class;
            ldc "RUN_DIRECTION_LTR"
            invokestatic sun.text.bidi.BidiBase$TextAttributeConstants.getStaticField:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.Boolean
        10: .line 3465
      StackMap locals:
      StackMap stack: java.lang.Boolean
            putstatic sun.text.bidi.BidiBase$TextAttributeConstants.RUN_DIRECTION_LTR:Ljava/lang/Boolean;
        11: .line 3466
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.text.bidi.BidiBase$TextAttributeConstants this
         0: .line 3448
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.text.bidi.BidiBase$TextAttributeConstants this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/text/bidi/BidiBase$TextAttributeConstants;

  private static java.lang.Class<?> getClass(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Class;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.String name
         0: .line 3471
            aload 0 /* name */
            iconst_1
            aconst_null
            invokestatic java.lang.Class.forName:(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
         1: areturn
         2: .line 3472
      StackMap locals:
      StackMap stack: java.lang.ClassNotFoundException
            pop
         3: .line 3473
            aconst_null
            areturn
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  name  Ljava/lang/String;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.ClassNotFoundException
    Signature: (Ljava/lang/String;)Ljava/lang/Class<*>;
    MethodParameters:
      Name  Flags
      name  

  private static  getStaticField(java.lang.Class<?>, java.lang.String);
    descriptor: (Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.lang.Class clazz
        start local 1 // java.lang.String name
         0: .line 3479
            aload 0 /* clazz */
            aload 1 /* name */
            invokevirtual java.lang.Class.getField:(Ljava/lang/String;)Ljava/lang/reflect/Field;
            astore 2 /* f */
        start local 2 // java.lang.reflect.Field f
         1: .line 3480
            aload 2 /* f */
            aconst_null
            invokevirtual java.lang.reflect.Field.get:(Ljava/lang/Object;)Ljava/lang/Object;
         2: areturn
        end local 2 // java.lang.reflect.Field f
         3: .line 3481
      StackMap locals:
      StackMap stack: java.lang.ReflectiveOperationException
            astore 2 /* x */
        start local 2 // java.lang.ReflectiveOperationException x
         4: .line 3482
            new java.lang.AssertionError
            dup
            aload 2 /* x */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 2 // java.lang.ReflectiveOperationException x
        end local 1 // java.lang.String name
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0  clazz  Ljava/lang/Class<*>;
            0    5     1   name  Ljava/lang/String;
            1    3     2      f  Ljava/lang/reflect/Field;
            4    5     2      x  Ljava/lang/ReflectiveOperationException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.lang.NoSuchFieldException
           0     2       3  Class java.lang.IllegalAccessException
    Signature: (Ljava/lang/Class<*>;Ljava/lang/String;)Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      clazz  
      name   

  private static java.text.AttributedCharacterIterator$Attribute getTextAttribute(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/text/AttributedCharacterIterator$Attribute;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.String name
         0: .line 3490
            getstatic sun.text.bidi.BidiBase$TextAttributeConstants.clazz:Ljava/lang/Class;
            ifnonnull 2
         1: .line 3492
            new sun.text.bidi.BidiBase$TextAttributeConstants$1
            dup
            aload 0 /* name */
            invokespecial sun.text.bidi.BidiBase$TextAttributeConstants$1.<init>:(Ljava/lang/String;)V
            areturn
         2: .line 3494
      StackMap locals:
      StackMap stack:
            getstatic sun.text.bidi.BidiBase$TextAttributeConstants.clazz:Ljava/lang/Class;
            aload 0 /* name */
            invokestatic sun.text.bidi.BidiBase$TextAttributeConstants.getStaticField:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.text.AttributedCharacterIterator$Attribute
            areturn
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "BidiBase.java"
NestHost: sun.text.bidi.BidiBase
InnerClasses:
  public Attribute = java.text.AttributedCharacterIterator$Attribute of java.text.AttributedCharacterIterator
  private TextAttributeConstants = sun.text.bidi.BidiBase$TextAttributeConstants of sun.text.bidi.BidiBase
  sun.text.bidi.BidiBase$TextAttributeConstants$1