final class sun.text.normalizer.NormalizerBase$IsPrevTrueStarter implements sun.text.normalizer.NormalizerBase$IsPrevBoundary
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.text.normalizer.NormalizerBase$IsPrevTrueStarter
super_class: java.lang.Object
{
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: 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/NormalizerBase$IsPrevTrueStarter;
public boolean isPrevBoundary(sun.text.normalizer.UCharacterIterator, int, int, char[]);
descriptor: (Lsun/text/normalizer/UCharacterIterator;II[C)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=8, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: iload 3
iconst_2
ishl
bipush 15
iand
istore 7
start local 7 1: aload 1
iload 2
iload 3
iload 7
ior
aload 4
invokestatic sun.text.normalizer.NormalizerBase.getPrevNorm32:(Lsun/text/normalizer/UCharacterIterator;II[C)J
lstore 5
start local 5 2: lload 5
iload 3
iload 7
invokestatic sun.text.normalizer.NormalizerImpl.isTrueStarter:(JII)Z
ireturn
end local 7 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 3 0 this Lsun/text/normalizer/NormalizerBase$IsPrevTrueStarter;
0 3 1 src Lsun/text/normalizer/UCharacterIterator;
0 3 2 minC I
0 3 3 ccOrQCMask I
0 3 4 chars [C
2 3 5 norm32 J
1 3 7 decompQCMask I
MethodParameters:
Name Flags
src
minC
ccOrQCMask
chars
}
SourceFile: "NormalizerBase.java"
NestHost: sun.text.normalizer.NormalizerBase
InnerClasses:
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