final class sun.text.normalizer.NormalizerBase$NFKCMode extends sun.text.normalizer.NormalizerBase$Mode
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.text.normalizer.NormalizerBase$NFKCMode
super_class: sun.text.normalizer.NormalizerBase$Mode
{
private void <init>(int);
descriptor: (I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokespecial sun.text.normalizer.NormalizerBase$Mode.<init>:(I)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/text/normalizer/NormalizerBase$NFKCMode;
0 2 1 value I
MethodParameters:
Name Flags
value
protected int normalize(char[], int, int, char[], int, int, sun.text.normalizer.UnicodeSet);
descriptor: ([CII[CIILsun/text/normalizer/UnicodeSet;)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=8, locals=8, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 1
iload 2
iload 3
1: aload 4
iload 5
iload 6
2: sipush 4096
aload 7
3: invokestatic sun.text.normalizer.NormalizerImpl.compose:([CII[CIIILsun/text/normalizer/UnicodeSet;)I
ireturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/text/normalizer/NormalizerBase$NFKCMode;
0 4 1 src [C
0 4 2 srcStart I
0 4 3 srcLimit I
0 4 4 dest [C
0 4 5 destStart I
0 4 6 destLimit I
0 4 7 nx Lsun/text/normalizer/UnicodeSet;
MethodParameters:
Name Flags
src
srcStart
srcLimit
dest
destStart
destLimit
nx
protected java.lang.String normalize(java.lang.String, int);
descriptor: (Ljava/lang/String;I)Ljava/lang/String;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
iconst_1
iload 2
invokestatic sun.text.normalizer.NormalizerBase.compose:(Ljava/lang/String;ZI)Ljava/lang/String;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/text/normalizer/NormalizerBase$NFKCMode;
0 1 1 src Ljava/lang/String;
0 1 2 options I
MethodParameters:
Name Flags
src
options
protected int getMinC();
descriptor: ()I
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: bipush 7
1: invokestatic sun.text.normalizer.NormalizerImpl.getFromIndexesArr:(I)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/text/normalizer/NormalizerBase$NFKCMode;
protected sun.text.normalizer.NormalizerBase$IsPrevBoundary getPrevBoundary();
descriptor: ()Lsun/text/normalizer/NormalizerBase$IsPrevBoundary;
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=1, args_size=1
start local 0 0: new sun.text.normalizer.NormalizerBase$IsPrevTrueStarter
dup
invokespecial sun.text.normalizer.NormalizerBase$IsPrevTrueStarter.<init>:()V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/text/normalizer/NormalizerBase$NFKCMode;
protected sun.text.normalizer.NormalizerBase$IsNextBoundary getNextBoundary();
descriptor: ()Lsun/text/normalizer/NormalizerBase$IsNextBoundary;
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=1, args_size=1
start local 0 0: new sun.text.normalizer.NormalizerBase$IsNextTrueStarter
dup
invokespecial sun.text.normalizer.NormalizerBase$IsNextTrueStarter.<init>:()V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/text/normalizer/NormalizerBase$NFKCMode;
protected int getMask();
descriptor: ()I
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: ldc 65314
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/text/normalizer/NormalizerBase$NFKCMode;
protected sun.text.normalizer.NormalizerBase$QuickCheckResult quickCheck(char[], int, int, boolean, sun.text.normalizer.UnicodeSet);
descriptor: ([CIIZLsun/text/normalizer/UnicodeSet;)Lsun/text/normalizer/NormalizerBase$QuickCheckResult;
flags: (0x0004) ACC_PROTECTED
Code:
stack=8, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 1
iload 2
iload 3
1: bipush 7
2: invokestatic sun.text.normalizer.NormalizerImpl.getFromIndexesArr:(I)I
3: bipush 34
4: sipush 4096
5: iload 4
6: aload 5
7: invokestatic sun.text.normalizer.NormalizerImpl.quickCheck:([CIIIIIZLsun/text/normalizer/UnicodeSet;)Lsun/text/normalizer/NormalizerBase$QuickCheckResult;
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/text/normalizer/NormalizerBase$NFKCMode;
0 8 1 src [C
0 8 2 start I
0 8 3 limit I
0 8 4 allowMaybe Z
0 8 5 nx Lsun/text/normalizer/UnicodeSet;
MethodParameters:
Name Flags
src
start
limit
allowMaybe
nx
protected boolean isNFSkippable(int);
descriptor: (I)Z
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: iload 1
aload 0
1: ldc 65474
2: invokestatic sun.text.normalizer.NormalizerImpl.isNFSkippable:(ILsun/text/normalizer/NormalizerBase$Mode;J)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/text/normalizer/NormalizerBase$NFKCMode;
0 3 1 c I
MethodParameters:
Name Flags
c
}
SourceFile: "NormalizerBase.java"
NestHost: sun.text.normalizer.NormalizerBase
InnerClasses:
private abstract IsNextBoundary = sun.text.normalizer.NormalizerBase$IsNextBoundary of sun.text.normalizer.NormalizerBase
private final IsNextTrueStarter = sun.text.normalizer.NormalizerBase$IsNextTrueStarter of sun.text.normalizer.NormalizerBase
private abstract IsPrevBoundary = sun.text.normalizer.NormalizerBase$IsPrevBoundary of sun.text.normalizer.NormalizerBase
private final IsPrevTrueStarter = sun.text.normalizer.NormalizerBase$IsPrevTrueStarter of sun.text.normalizer.NormalizerBase
public Mode = sun.text.normalizer.NormalizerBase$Mode of sun.text.normalizer.NormalizerBase
private final NFKCMode = sun.text.normalizer.NormalizerBase$NFKCMode of sun.text.normalizer.NormalizerBase
public final QuickCheckResult = sun.text.normalizer.NormalizerBase$QuickCheckResult of sun.text.normalizer.NormalizerBase