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 0: aload 0
aload 1
putfield sun.text.normalizer.CharTrie$FriendAgent.this$0:Lsun/text/normalizer/CharTrie;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 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 0: aload 0
getfield sun.text.normalizer.CharTrie$FriendAgent.this$0:Lsun/text/normalizer/CharTrie;
getfield sun.text.normalizer.CharTrie.m_index_:[C
areturn
end local 0 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 0: aload 0
getfield sun.text.normalizer.CharTrie$FriendAgent.this$0:Lsun/text/normalizer/CharTrie;
getfield sun.text.normalizer.CharTrie.m_data_:[C
areturn
end local 0 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 0: aload 0
getfield sun.text.normalizer.CharTrie$FriendAgent.this$0:Lsun/text/normalizer/CharTrie;
getfield sun.text.normalizer.CharTrie.m_initialValue_:C
ireturn
end local 0 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