public class sun.text.normalizer.CharTrie$FriendAgent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.text.normalizer.CharTrie$FriendAgent
  super_class: java.lang.Object
{
  final sun.text.normalizer.CharTrie this$0;
    descriptor: Lsun/text/normalizer/CharTrie;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(sun.text.normalizer.CharTrie);
    descriptor: (Lsun/text/normalizer/CharTrie;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.text.normalizer.CharTrie$FriendAgent this
         0: .line 142
            aload 0 /* this */
            aload 1
            putfield sun.text.normalizer.CharTrie$FriendAgent.this$0:Lsun/text/normalizer/CharTrie;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.text.normalizer.CharTrie$FriendAgent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/text/normalizer/CharTrie$FriendAgent;
    MethodParameters:
        Name  Flags
      this$0  final

  public char[] getPrivateIndex();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.text.normalizer.CharTrie$FriendAgent this
         0: .line 150
            aload 0 /* this */
            getfield sun.text.normalizer.CharTrie$FriendAgent.this$0:Lsun/text/normalizer/CharTrie;
            getfield sun.text.normalizer.CharTrie.m_index_:[C
            areturn
        end local 0 // sun.text.normalizer.CharTrie$FriendAgent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/text/normalizer/CharTrie$FriendAgent;

  public char[] getPrivateData();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.text.normalizer.CharTrie$FriendAgent this
         0: .line 158
            aload 0 /* this */
            getfield sun.text.normalizer.CharTrie$FriendAgent.this$0:Lsun/text/normalizer/CharTrie;
            getfield sun.text.normalizer.CharTrie.m_data_:[C
            areturn
        end local 0 // sun.text.normalizer.CharTrie$FriendAgent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/text/normalizer/CharTrie$FriendAgent;

  public int getPrivateInitialValue();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.text.normalizer.CharTrie$FriendAgent this
         0: .line 166
            aload 0 /* this */
            getfield sun.text.normalizer.CharTrie$FriendAgent.this$0:Lsun/text/normalizer/CharTrie;
            getfield sun.text.normalizer.CharTrie.m_initialValue_:C
            ireturn
        end local 0 // sun.text.normalizer.CharTrie$FriendAgent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/text/normalizer/CharTrie$FriendAgent;
}
SourceFile: "CharTrie.java"
NestHost: sun.text.normalizer.CharTrie
InnerClasses:
  public FriendAgent = sun.text.normalizer.CharTrie$FriendAgent of sun.text.normalizer.CharTrie