final class sun.text.normalizer.UnicodeSetStringSpan$OffsetList
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.text.normalizer.UnicodeSetStringSpan$OffsetList
super_class: java.lang.Object
{
private int[] list;
descriptor: [I
flags: (0x0002) ACC_PRIVATE
private int length;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int start;
descriptor: I
flags: (0x0002) ACC_PRIVATE
static final boolean $assertionsDisabled;
descriptor: Z
flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lsun/text/normalizer/UnicodeSetStringSpan;
invokevirtual java.lang.Class.desiredAssertionStatus:()Z
ifne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: putstatic sun.text.normalizer.UnicodeSetStringSpan$OffsetList.$assertionsDisabled:Z
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
bipush 16
newarray 10
putfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/text/normalizer/UnicodeSetStringSpan$OffsetList;
public void setMaxLength(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: iload 1
aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
arraylength
if_icmple 2
1: aload 0
iload 1
newarray 10
putfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.text.normalizer.UnicodeSetStringSpan$OffsetList.clear:()V
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/text/normalizer/UnicodeSetStringSpan$OffsetList;
0 4 1 maxLength I
MethodParameters:
Name Flags
maxLength
public void clear();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
arraylength
istore 1
start local 1 1: goto 3
2: StackMap locals: int
StackMap stack:
aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
iload 1
iconst_0
iastore
3: StackMap locals:
StackMap stack:
iload 1
iinc 1 -1
ifgt 2
end local 1 4: aload 0
aload 0
iconst_0
dup_x1
putfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.length:I
putfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.start:I
5: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/text/normalizer/UnicodeSetStringSpan$OffsetList;
1 4 1 i I
public boolean isEmpty();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.length:I
ifne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/text/normalizer/UnicodeSetStringSpan$OffsetList;
public void shift(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.start:I
iload 1
iadd
istore 2
start local 2 1: iload 2
aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
arraylength
if_icmplt 3
2: iload 2
aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
arraylength
isub
istore 2
3: StackMap locals: int
StackMap stack:
aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
iload 2
iaload
ifeq 6
4: aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
iload 2
iconst_0
iastore
5: aload 0
dup
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.length:I
iconst_1
isub
putfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.length:I
6: StackMap locals:
StackMap stack:
aload 0
iload 2
putfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.start:I
7: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/text/normalizer/UnicodeSetStringSpan$OffsetList;
0 8 1 delta I
1 8 2 i I
MethodParameters:
Name Flags
delta
public void addOffset(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.start:I
iload 1
iadd
istore 2
start local 2 1: iload 2
aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
arraylength
if_icmplt 3
2: iload 2
aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
arraylength
isub
istore 2
3: StackMap locals: int
StackMap stack:
getstatic sun.text.normalizer.UnicodeSetStringSpan$OffsetList.$assertionsDisabled:Z
ifne 4
aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
iload 2
iaload
ifeq 4
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
iload 2
iconst_1
iastore
5: aload 0
dup
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.length:I
iconst_1
iadd
putfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.length:I
6: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lsun/text/normalizer/UnicodeSetStringSpan$OffsetList;
0 7 1 offset I
1 7 2 i I
MethodParameters:
Name Flags
offset
public void addOffsetAndCount(int, int);
descriptor: (II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: getstatic sun.text.normalizer.UnicodeSetStringSpan$OffsetList.$assertionsDisabled:Z
ifne 1
iload 2
ifgt 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.start:I
iload 1
iadd
istore 3
start local 3 2: iload 3
aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
arraylength
if_icmplt 4
3: iload 3
aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
arraylength
isub
istore 3
4: StackMap locals: int
StackMap stack:
aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
iload 3
iaload
ifne 8
5: aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
iload 3
iload 2
iastore
6: aload 0
dup
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.length:I
iconst_1
iadd
putfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.length:I
7: goto 10
StackMap locals:
StackMap stack:
8: iload 2
aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
iload 3
iaload
if_icmpge 10
9: aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
iload 3
iload 2
iastore
10: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lsun/text/normalizer/UnicodeSetStringSpan$OffsetList;
0 11 1 offset I
0 11 2 count I
2 11 3 i I
MethodParameters:
Name Flags
offset
count
public boolean containsOffset(int);
descriptor: (I)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.start:I
iload 1
iadd
istore 2
start local 2 1: iload 2
aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
arraylength
if_icmplt 3
2: iload 2
aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
arraylength
isub
istore 2
3: StackMap locals: int
StackMap stack:
aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
iload 2
iaload
ifeq 4
iconst_1
ireturn
StackMap locals:
StackMap stack:
4: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/text/normalizer/UnicodeSetStringSpan$OffsetList;
0 5 1 offset I
1 5 2 i I
MethodParameters:
Name Flags
offset
public boolean hasCountAtOffset(int, int);
descriptor: (II)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.start:I
iload 1
iadd
istore 3
start local 3 1: iload 3
aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
arraylength
if_icmplt 3
2: iload 3
aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
arraylength
isub
istore 3
3: StackMap locals: int
StackMap stack:
aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
iload 3
iaload
istore 4
start local 4 4: iload 4
ifeq 5
iload 4
iload 2
if_icmpgt 5
iconst_1
ireturn
StackMap locals: int
StackMap stack:
5: iconst_0
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/text/normalizer/UnicodeSetStringSpan$OffsetList;
0 6 1 offset I
0 6 2 count I
1 6 3 i I
4 6 4 oldCount I
MethodParameters:
Name Flags
offset
count
public int popMinimum(sun.text.normalizer.OutputInt);
descriptor: (Lsun/text/normalizer/OutputInt;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.start:I
istore 2
start local 2 1: goto 10
2: StackMap locals: int
StackMap stack:
aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
iload 2
iaload
istore 4
start local 4 3: iload 4
ifeq 10
4: aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
iload 2
iconst_0
iastore
5: aload 0
dup
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.length:I
iconst_1
isub
putfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.length:I
6: iload 2
aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.start:I
isub
istore 3
start local 3 7: aload 0
iload 2
putfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.start:I
8: aload 1
ifnull 9
aload 1
iload 4
putfield sun.text.normalizer.OutputInt.value:I
9: StackMap locals: int int
StackMap stack:
iload 3
ireturn
end local 4 end local 3 10: StackMap locals:
StackMap stack:
iinc 2 1
iload 2
aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
arraylength
if_icmplt 2
11: aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
arraylength
aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.start:I
isub
istore 3
start local 3 12: iconst_0
istore 2
13: goto 15
start local 4 14: StackMap locals: int int
StackMap stack:
iinc 2 1
end local 4 15: StackMap locals:
StackMap stack:
aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
iload 2
iaload
dup
istore 4
start local 4 16: ifeq 14
17: aload 0
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
iload 2
iconst_0
iastore
18: aload 0
dup
getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.length:I
iconst_1
isub
putfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.length:I
19: aload 0
iload 2
putfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.start:I
20: aload 1
ifnull 21
aload 1
iload 4
putfield sun.text.normalizer.OutputInt.value:I
21: StackMap locals: int
StackMap stack:
iload 3
iload 2
iadd
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 22 0 this Lsun/text/normalizer/UnicodeSetStringSpan$OffsetList;
0 22 1 outCount Lsun/text/normalizer/OutputInt;
1 22 2 i I
7 10 3 result I
12 22 3 result I
3 10 4 count I
14 15 4 count I
16 22 4 count I
MethodParameters:
Name Flags
outCount
}
SourceFile: "UnicodeSetStringSpan.java"
NestHost: sun.text.normalizer.UnicodeSetStringSpan
InnerClasses:
private final OffsetList = sun.text.normalizer.UnicodeSetStringSpan$OffsetList of sun.text.normalizer.UnicodeSetStringSpan