public class sun.nio.cs.Surrogate$Parser
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.nio.cs.Surrogate$Parser
super_class: java.lang.Object
{
private int character;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private java.nio.charset.CoderResult error;
descriptor: Ljava/nio/charset/CoderResult;
flags: (0x0002) ACC_PRIVATE
private boolean isPair;
descriptor: Z
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/nio/cs/Surrogate;
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.nio.cs.Surrogate$Parser.$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
getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
putfield sun.nio.cs.Surrogate$Parser.error:Ljava/nio/charset/CoderResult;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/nio/cs/Surrogate$Parser;
public int character();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic sun.nio.cs.Surrogate$Parser.$assertionsDisabled:Z
ifne 1
aload 0
getfield sun.nio.cs.Surrogate$Parser.error:Ljava/nio/charset/CoderResult;
ifnull 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
aload 0
getfield sun.nio.cs.Surrogate$Parser.character:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/nio/cs/Surrogate$Parser;
public boolean isPair();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic sun.nio.cs.Surrogate$Parser.$assertionsDisabled:Z
ifne 1
aload 0
getfield sun.nio.cs.Surrogate$Parser.error:Ljava/nio/charset/CoderResult;
ifnull 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
aload 0
getfield sun.nio.cs.Surrogate$Parser.isPair:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/nio/cs/Surrogate$Parser;
public int increment();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic sun.nio.cs.Surrogate$Parser.$assertionsDisabled:Z
ifne 1
aload 0
getfield sun.nio.cs.Surrogate$Parser.error:Ljava/nio/charset/CoderResult;
ifnull 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
aload 0
getfield sun.nio.cs.Surrogate$Parser.isPair:Z
ifeq 2
iconst_2
goto 3
StackMap locals:
StackMap stack:
2: iconst_1
StackMap locals:
StackMap stack: int
3: ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/nio/cs/Surrogate$Parser;
public java.nio.charset.CoderResult error();
descriptor: ()Ljava/nio/charset/CoderResult;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic sun.nio.cs.Surrogate$Parser.$assertionsDisabled:Z
ifne 1
aload 0
getfield sun.nio.cs.Surrogate$Parser.error:Ljava/nio/charset/CoderResult;
ifnonnull 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
aload 0
getfield sun.nio.cs.Surrogate$Parser.error:Ljava/nio/charset/CoderResult;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/nio/cs/Surrogate$Parser;
public java.nio.charset.CoderResult unmappableResult();
descriptor: ()Ljava/nio/charset/CoderResult;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic sun.nio.cs.Surrogate$Parser.$assertionsDisabled:Z
ifne 1
aload 0
getfield sun.nio.cs.Surrogate$Parser.error:Ljava/nio/charset/CoderResult;
ifnull 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
aload 0
getfield sun.nio.cs.Surrogate$Parser.isPair:Z
ifeq 2
iconst_2
goto 3
StackMap locals:
StackMap stack:
2: iconst_1
StackMap locals:
StackMap stack: int
3: invokestatic java.nio.charset.CoderResult.unmappableForLength:(I)Ljava/nio/charset/CoderResult;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/nio/cs/Surrogate$Parser;
public int parse(char, java.nio.CharBuffer);
descriptor: (CLjava/nio/CharBuffer;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: iload 1
invokestatic java.lang.Character.isHighSurrogate:(C)Z
ifeq 12
1: aload 2
invokevirtual java.nio.CharBuffer.hasRemaining:()Z
ifne 4
2: aload 0
getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
putfield sun.nio.cs.Surrogate$Parser.error:Ljava/nio/charset/CoderResult;
3: iconst_m1
ireturn
4: StackMap locals:
StackMap stack:
aload 2
invokevirtual java.nio.CharBuffer.get:()C
istore 3
start local 3 5: iload 3
invokestatic java.lang.Character.isLowSurrogate:(C)Z
ifeq 10
6: aload 0
iload 1
iload 3
invokestatic java.lang.Character.toCodePoint:(CC)I
putfield sun.nio.cs.Surrogate$Parser.character:I
7: aload 0
iconst_1
putfield sun.nio.cs.Surrogate$Parser.isPair:Z
8: aload 0
aconst_null
putfield sun.nio.cs.Surrogate$Parser.error:Ljava/nio/charset/CoderResult;
9: aload 0
getfield sun.nio.cs.Surrogate$Parser.character:I
ireturn
10: StackMap locals: int
StackMap stack:
aload 0
iconst_1
invokestatic java.nio.charset.CoderResult.malformedForLength:(I)Ljava/nio/charset/CoderResult;
putfield sun.nio.cs.Surrogate$Parser.error:Ljava/nio/charset/CoderResult;
11: iconst_m1
ireturn
end local 3 12: StackMap locals:
StackMap stack:
iload 1
invokestatic java.lang.Character.isLowSurrogate:(C)Z
ifeq 15
13: aload 0
iconst_1
invokestatic java.nio.charset.CoderResult.malformedForLength:(I)Ljava/nio/charset/CoderResult;
putfield sun.nio.cs.Surrogate$Parser.error:Ljava/nio/charset/CoderResult;
14: iconst_m1
ireturn
15: StackMap locals:
StackMap stack:
aload 0
iload 1
putfield sun.nio.cs.Surrogate$Parser.character:I
16: aload 0
iconst_0
putfield sun.nio.cs.Surrogate$Parser.isPair:Z
17: aload 0
aconst_null
putfield sun.nio.cs.Surrogate$Parser.error:Ljava/nio/charset/CoderResult;
18: aload 0
getfield sun.nio.cs.Surrogate$Parser.character:I
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 19 0 this Lsun/nio/cs/Surrogate$Parser;
0 19 1 c C
0 19 2 in Ljava/nio/CharBuffer;
5 12 3 d C
MethodParameters:
Name Flags
c
in
public int parse(char, char[], int, int);
descriptor: (C[CII)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: getstatic sun.nio.cs.Surrogate$Parser.$assertionsDisabled:Z
ifne 1
aload 2
iload 3
caload
iload 1
if_icmpeq 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
iload 1
invokestatic java.lang.Character.isHighSurrogate:(C)Z
ifeq 13
2: iload 4
iload 3
isub
iconst_2
if_icmpge 5
3: aload 0
getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
putfield sun.nio.cs.Surrogate$Parser.error:Ljava/nio/charset/CoderResult;
4: iconst_m1
ireturn
5: StackMap locals:
StackMap stack:
aload 2
iload 3
iconst_1
iadd
caload
istore 5
start local 5 6: iload 5
invokestatic java.lang.Character.isLowSurrogate:(C)Z
ifeq 11
7: aload 0
iload 1
iload 5
invokestatic java.lang.Character.toCodePoint:(CC)I
putfield sun.nio.cs.Surrogate$Parser.character:I
8: aload 0
iconst_1
putfield sun.nio.cs.Surrogate$Parser.isPair:Z
9: aload 0
aconst_null
putfield sun.nio.cs.Surrogate$Parser.error:Ljava/nio/charset/CoderResult;
10: aload 0
getfield sun.nio.cs.Surrogate$Parser.character:I
ireturn
11: StackMap locals: int
StackMap stack:
aload 0
iconst_1
invokestatic java.nio.charset.CoderResult.malformedForLength:(I)Ljava/nio/charset/CoderResult;
putfield sun.nio.cs.Surrogate$Parser.error:Ljava/nio/charset/CoderResult;
12: iconst_m1
ireturn
end local 5 13: StackMap locals:
StackMap stack:
iload 1
invokestatic java.lang.Character.isLowSurrogate:(C)Z
ifeq 16
14: aload 0
iconst_1
invokestatic java.nio.charset.CoderResult.malformedForLength:(I)Ljava/nio/charset/CoderResult;
putfield sun.nio.cs.Surrogate$Parser.error:Ljava/nio/charset/CoderResult;
15: iconst_m1
ireturn
16: StackMap locals:
StackMap stack:
aload 0
iload 1
putfield sun.nio.cs.Surrogate$Parser.character:I
17: aload 0
iconst_0
putfield sun.nio.cs.Surrogate$Parser.isPair:Z
18: aload 0
aconst_null
putfield sun.nio.cs.Surrogate$Parser.error:Ljava/nio/charset/CoderResult;
19: aload 0
getfield sun.nio.cs.Surrogate$Parser.character:I
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 20 0 this Lsun/nio/cs/Surrogate$Parser;
0 20 1 c C
0 20 2 ia [C
0 20 3 ip I
0 20 4 il I
6 13 5 d C
MethodParameters:
Name Flags
c
ia
ip
il
}
SourceFile: "Surrogate.java"
NestHost: sun.nio.cs.Surrogate
InnerClasses:
public Parser = sun.nio.cs.Surrogate$Parser of sun.nio.cs.Surrogate