public final class sun.text.normalizer.UCharacterProperty
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.text.normalizer.UCharacterProperty
  super_class: java.lang.Object
{
  public sun.text.normalizer.CharTrie m_trie_;
    descriptor: Lsun/text/normalizer/CharTrie;
    flags: (0x0001) ACC_PUBLIC

  public char[] m_trieIndex_;
    descriptor: [C
    flags: (0x0001) ACC_PUBLIC

  public char[] m_trieData_;
    descriptor: [C
    flags: (0x0001) ACC_PUBLIC

  public int m_trieInitialValue_;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public sun.text.normalizer.VersionInfo m_unicodeVersion_;
    descriptor: Lsun/text/normalizer/VersionInfo;
    flags: (0x0001) ACC_PUBLIC

  public static final int SRC_PROPSVEC;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int SRC_COUNT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  sun.text.normalizer.CharTrie m_additionalTrie_;
    descriptor: Lsun/text/normalizer/CharTrie;
    flags: (0x0000) 

  int[] m_additionalVectors_;
    descriptor: [I
    flags: (0x0000) 

  int m_additionalColumnsCount_;
    descriptor: I
    flags: (0x0000) 

  int m_maxBlockScriptValue_;
    descriptor: I
    flags: (0x0000) 

  int m_maxJTGValue_;
    descriptor: I
    flags: (0x0000) 

  private static sun.text.normalizer.UCharacterProperty INSTANCE_;
    descriptor: Lsun/text/normalizer/UCharacterProperty;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static final java.lang.String DATA_FILE_NAME_;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "/sun/text/resources/uprops.icu"

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

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

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

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

  private static final int SURROGATE_OFFSET_;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -56613888

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 289
            aconst_null
            putstatic sun.text.normalizer.UCharacterProperty.INSTANCE_:Lsun/text/normalizer/UCharacterProperty;
         1: .line 337
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void setIndexData(sun.text.normalizer.CharTrie$FriendAgent);
    descriptor: (Lsun/text/normalizer/CharTrie$FriendAgent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.text.normalizer.UCharacterProperty this
        start local 1 // sun.text.normalizer.CharTrie$FriendAgent friendagent
         0: .line 101
            aload 0 /* this */
            aload 1 /* friendagent */
            invokevirtual sun.text.normalizer.CharTrie$FriendAgent.getPrivateIndex:()[C
            putfield sun.text.normalizer.UCharacterProperty.m_trieIndex_:[C
         1: .line 102
            aload 0 /* this */
            aload 1 /* friendagent */
            invokevirtual sun.text.normalizer.CharTrie$FriendAgent.getPrivateData:()[C
            putfield sun.text.normalizer.UCharacterProperty.m_trieData_:[C
         2: .line 103
            aload 0 /* this */
            aload 1 /* friendagent */
            invokevirtual sun.text.normalizer.CharTrie$FriendAgent.getPrivateInitialValue:()I
            putfield sun.text.normalizer.UCharacterProperty.m_trieInitialValue_:I
         3: .line 104
            return
        end local 1 // sun.text.normalizer.CharTrie$FriendAgent friendagent
        end local 0 // sun.text.normalizer.UCharacterProperty this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lsun/text/normalizer/UCharacterProperty;
            0    4     1  friendagent  Lsun/text/normalizer/CharTrie$FriendAgent;
    MethodParameters:
             Name  Flags
      friendagent  

  public final int getProperty(int);
    descriptor: (I)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.text.normalizer.UCharacterProperty this
        start local 1 // int ch
         0: .line 116
            iload 1 /* ch */
            ldc 55296
            if_icmplt 3
         1: .line 117
            iload 1 /* ch */
            ldc 56319
            if_icmple 13
         2: .line 118
            iload 1 /* ch */
            ldc 65536
            if_icmpge 13
         3: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterProperty.m_trieData_:[C
         4: .line 123
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterProperty.m_trieIndex_:[C
            iload 1 /* ch */
            iconst_5
            ishr
            caload
         5: .line 124
            iconst_2
         6: .line 123
            ishl
         7: .line 125
            iload 1 /* ch */
            bipush 31
            iand
         8: .line 123
            iadd
         9: .line 122
            caload
        10: ireturn
        11: .line 126
      StackMap locals:
      StackMap stack: java.lang.ArrayIndexOutOfBoundsException
            pop
        12: .line 127
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterProperty.m_trieInitialValue_:I
            ireturn
        13: .line 130
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            ldc 56319
            if_icmpgt 23
        14: .line 132
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterProperty.m_trieData_:[C
        15: .line 133
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterProperty.m_trieIndex_:[C
            sipush 320
        16: .line 134
            iload 1 /* ch */
            iconst_5
            ishr
            iadd
        17: .line 133
            caload
        18: .line 135
            iconst_2
        19: .line 133
            ishl
        20: .line 136
            iload 1 /* ch */
            bipush 31
            iand
        21: .line 133
            iadd
        22: .line 132
            caload
            ireturn
        23: .line 138
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            ldc 1114111
            if_icmpgt 28
        24: .line 142
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterProperty.m_trie_:Lsun/text/normalizer/CharTrie;
        25: .line 143
            iload 1 /* ch */
            invokestatic sun.text.normalizer.UTF16.getLeadSurrogate:(I)C
        26: .line 144
            iload 1 /* ch */
            sipush 1023
            iand
            i2c
        27: .line 142
            invokevirtual sun.text.normalizer.CharTrie.getSurrogateValue:(CC)C
            ireturn
        28: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterProperty.m_trieInitialValue_:I
            ireturn
        end local 1 // int ch
        end local 0 // sun.text.normalizer.UCharacterProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   29     0  this  Lsun/text/normalizer/UCharacterProperty;
            0   29     1    ch  I
      Exception table:
        from    to  target  type
           3    10      11  Class java.lang.ArrayIndexOutOfBoundsException
    MethodParameters:
      Name  Flags
      ch    

  public static int getUnsignedValue(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int prop
         0: .line 164
            iload 0 /* prop */
            bipush 8
            ishr
            sipush 255
            iand
            ireturn
        end local 0 // int prop
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  prop  I
    MethodParameters:
      Name  Flags
      prop  

  public int getAdditional(int, int);
    descriptor: (II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.text.normalizer.UCharacterProperty this
        start local 1 // int codepoint
        start local 2 // int column
         0: .line 176
            iload 2 /* column */
            iconst_m1
            if_icmpne 2
         1: .line 177
            aload 0 /* this */
            iload 1 /* codepoint */
            invokevirtual sun.text.normalizer.UCharacterProperty.getProperty:(I)I
            ireturn
         2: .line 179
      StackMap locals:
      StackMap stack:
            iload 2 /* column */
            iflt 3
            iload 2 /* column */
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterProperty.m_additionalColumnsCount_:I
            if_icmplt 4
         3: .line 180
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterProperty.m_additionalVectors_:[I
         5: .line 183
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterProperty.m_additionalTrie_:Lsun/text/normalizer/CharTrie;
            iload 1 /* codepoint */
            invokevirtual sun.text.normalizer.CharTrie.getCodePointValue:(I)C
            iload 2 /* column */
            iadd
         6: .line 182
            iaload
            ireturn
        end local 2 // int column
        end local 1 // int codepoint
        end local 0 // sun.text.normalizer.UCharacterProperty this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lsun/text/normalizer/UCharacterProperty;
            0    7     1  codepoint  I
            0    7     2     column  I
    MethodParameters:
           Name  Flags
      codepoint  
      column     

  public sun.text.normalizer.VersionInfo getAge(int);
    descriptor: (I)Lsun/text/normalizer/VersionInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.text.normalizer.UCharacterProperty this
        start local 1 // int codepoint
         0: .line 200
            aload 0 /* this */
            iload 1 /* codepoint */
            iconst_0
            invokevirtual sun.text.normalizer.UCharacterProperty.getAdditional:(II)I
            bipush 24
            ishr
            istore 2 /* version */
        start local 2 // int version
         1: .line 202
            iload 2 /* version */
            iconst_4
            ishr
            bipush 15
            iand
         2: .line 203
            iload 2 /* version */
            bipush 15
            iand
            iconst_0
            iconst_0
         3: .line 201
            invokestatic sun.text.normalizer.VersionInfo.getInstance:(IIII)Lsun/text/normalizer/VersionInfo;
            areturn
        end local 2 // int version
        end local 1 // int codepoint
        end local 0 // sun.text.normalizer.UCharacterProperty this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lsun/text/normalizer/UCharacterProperty;
            0    4     1  codepoint  I
            1    4     2    version  I
    MethodParameters:
           Name  Flags
      codepoint  

  public static int getRawSupplementary(char, char);
    descriptor: (CC)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // char lead
        start local 1 // char trail
         0: .line 216
            iload 0 /* lead */
            bipush 10
            ishl
            iload 1 /* trail */
            iadd
            ldc -56613888
            iadd
            ireturn
        end local 1 // char trail
        end local 0 // char lead
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   lead  C
            0    1     1  trail  C
    MethodParameters:
       Name  Flags
      lead   
      trail  

  public static sun.text.normalizer.UCharacterProperty getInstance();
    descriptor: ()Lsun/text/normalizer/UCharacterProperty;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=0
         0: .line 225
            getstatic sun.text.normalizer.UCharacterProperty.INSTANCE_:Lsun/text/normalizer/UCharacterProperty;
            ifnonnull 5
         1: .line 227
            new sun.text.normalizer.UCharacterProperty
            dup
            invokespecial sun.text.normalizer.UCharacterProperty.<init>:()V
            putstatic sun.text.normalizer.UCharacterProperty.INSTANCE_:Lsun/text/normalizer/UCharacterProperty;
         2: .line 228
            goto 5
         3: .line 229
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 0 /* e */
        start local 0 // java.lang.Exception e
         4: .line 230
            new java.util.MissingResourceException
            dup
            aload 0 /* e */
            invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
            ldc ""
            ldc ""
            invokespecial java.util.MissingResourceException.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            athrow
        end local 0 // java.lang.Exception e
         5: .line 233
      StackMap locals:
      StackMap stack:
            getstatic sun.text.normalizer.UCharacterProperty.INSTANCE_:Lsun/text/normalizer/UCharacterProperty;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            4    5     0     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Exception

  public static boolean isRuleWhiteSpace(int);
    descriptor: (I)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int c
         0: .line 253
            iload 0 /* c */
            bipush 9
            if_icmplt 5
            iload 0 /* c */
            sipush 8233
            if_icmpgt 5
         1: .line 254
            iload 0 /* c */
            bipush 13
            if_icmple 4
            iload 0 /* c */
            bipush 32
            if_icmpeq 4
            iload 0 /* c */
            sipush 133
            if_icmpeq 4
         2: .line 255
            iload 0 /* c */
            sipush 8206
            if_icmpeq 4
            iload 0 /* c */
            sipush 8207
            if_icmpeq 4
            iload 0 /* c */
            sipush 8232
         3: .line 253
            if_icmplt 5
      StackMap locals:
      StackMap stack:
         4: iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 0 // int c
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0     c  I
    MethodParameters:
      Name  Flags
      c     

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // sun.text.normalizer.UCharacterProperty this
         0: .line 345
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 348
            ldc "/sun/text/resources/uprops.icu"
            invokestatic sun.text.normalizer.ICUData.getRequiredStream:(Ljava/lang/String;)Ljava/io/InputStream;
            astore 1 /* is */
        start local 1 // java.io.InputStream is
         2: .line 349
            new java.io.BufferedInputStream
            dup
            aload 1 /* is */
            sipush 25000
            invokespecial java.io.BufferedInputStream.<init>:(Ljava/io/InputStream;I)V
            astore 2 /* b */
        start local 2 // java.io.BufferedInputStream b
         3: .line 350
            new sun.text.normalizer.UCharacterPropertyReader
            dup
            aload 2 /* b */
            invokespecial sun.text.normalizer.UCharacterPropertyReader.<init>:(Ljava/io/InputStream;)V
            astore 3 /* reader */
        start local 3 // sun.text.normalizer.UCharacterPropertyReader reader
         4: .line 351
            aload 3 /* reader */
            aload 0 /* this */
            invokevirtual sun.text.normalizer.UCharacterPropertyReader.read:(Lsun/text/normalizer/UCharacterProperty;)V
         5: .line 352
            aload 2 /* b */
            invokevirtual java.io.BufferedInputStream.close:()V
         6: .line 354
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterProperty.m_trie_:Lsun/text/normalizer/CharTrie;
            aload 0 /* this */
            invokevirtual sun.text.normalizer.CharTrie.putIndexData:(Lsun/text/normalizer/UCharacterProperty;)V
         7: .line 355
            return
        end local 3 // sun.text.normalizer.UCharacterPropertyReader reader
        end local 2 // java.io.BufferedInputStream b
        end local 1 // java.io.InputStream is
        end local 0 // sun.text.normalizer.UCharacterProperty this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lsun/text/normalizer/UCharacterProperty;
            2    8     1      is  Ljava/io/InputStream;
            3    8     2       b  Ljava/io/BufferedInputStream;
            4    8     3  reader  Lsun/text/normalizer/UCharacterPropertyReader;
    Exceptions:
      throws java.io.IOException

  public void upropsvec_addPropertyStarts(sun.text.normalizer.UnicodeSet);
    descriptor: (Lsun/text/normalizer/UnicodeSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // sun.text.normalizer.UCharacterProperty this
        start local 1 // sun.text.normalizer.UnicodeSet set
         0: .line 359
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterProperty.m_additionalColumnsCount_:I
            ifle 6
         1: .line 361
            new sun.text.normalizer.TrieIterator
            dup
            aload 0 /* this */
            getfield sun.text.normalizer.UCharacterProperty.m_additionalTrie_:Lsun/text/normalizer/CharTrie;
            invokespecial sun.text.normalizer.TrieIterator.<init>:(Lsun/text/normalizer/Trie;)V
            astore 2 /* propsVectorsIter */
        start local 2 // sun.text.normalizer.TrieIterator propsVectorsIter
         2: .line 362
            new sun.text.normalizer.RangeValueIterator$Element
            dup
            invokespecial sun.text.normalizer.RangeValueIterator$Element.<init>:()V
            astore 3 /* propsVectorsResult */
        start local 3 // sun.text.normalizer.RangeValueIterator$Element propsVectorsResult
         3: .line 363
            goto 5
         4: .line 364
      StackMap locals: sun.text.normalizer.TrieIterator sun.text.normalizer.RangeValueIterator$Element
      StackMap stack:
            aload 1 /* set */
            aload 3 /* propsVectorsResult */
            getfield sun.text.normalizer.RangeValueIterator$Element.start:I
            invokevirtual sun.text.normalizer.UnicodeSet.add:(I)Lsun/text/normalizer/UnicodeSet;
            pop
         5: .line 363
      StackMap locals:
      StackMap stack:
            aload 2 /* propsVectorsIter */
            aload 3 /* propsVectorsResult */
            invokevirtual sun.text.normalizer.TrieIterator.next:(Lsun/text/normalizer/RangeValueIterator$Element;)Z
            ifne 4
        end local 3 // sun.text.normalizer.RangeValueIterator$Element propsVectorsResult
        end local 2 // sun.text.normalizer.TrieIterator propsVectorsIter
         6: .line 367
      StackMap locals:
      StackMap stack:
            return
        end local 1 // sun.text.normalizer.UnicodeSet set
        end local 0 // sun.text.normalizer.UCharacterProperty this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    7     0                this  Lsun/text/normalizer/UCharacterProperty;
            0    7     1                 set  Lsun/text/normalizer/UnicodeSet;
            2    6     2    propsVectorsIter  Lsun/text/normalizer/TrieIterator;
            3    6     3  propsVectorsResult  Lsun/text/normalizer/RangeValueIterator$Element;
    MethodParameters:
      Name  Flags
      set   
}
SourceFile: "UCharacterProperty.java"
InnerClasses:
  public FriendAgent = sun.text.normalizer.CharTrie$FriendAgent of sun.text.normalizer.CharTrie
  public Element = sun.text.normalizer.RangeValueIterator$Element of sun.text.normalizer.RangeValueIterator