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: .line 118
            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 // sun.nio.cs.Surrogate$Parser this
         0: .line 120
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 123
            aload 0 /* this */
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            putfield sun.nio.cs.Surrogate$Parser.error:Ljava/nio/charset/CoderResult;
         2: .line 120
            return
        end local 0 // sun.nio.cs.Surrogate$Parser this
      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 // sun.nio.cs.Surrogate$Parser this
         0: .line 130
            getstatic sun.nio.cs.Surrogate$Parser.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            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: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.Surrogate$Parser.character:I
            ireturn
        end local 0 // sun.nio.cs.Surrogate$Parser this
      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 // sun.nio.cs.Surrogate$Parser this
         0: .line 139
            getstatic sun.nio.cs.Surrogate$Parser.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            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: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.Surrogate$Parser.isPair:Z
            ireturn
        end local 0 // sun.nio.cs.Surrogate$Parser this
      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 // sun.nio.cs.Surrogate$Parser this
         0: .line 148
            getstatic sun.nio.cs.Surrogate$Parser.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            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: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            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 // sun.nio.cs.Surrogate$Parser this
      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 // sun.nio.cs.Surrogate$Parser this
         0: .line 157
            getstatic sun.nio.cs.Surrogate$Parser.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            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: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.Surrogate$Parser.error:Ljava/nio/charset/CoderResult;
            areturn
        end local 0 // sun.nio.cs.Surrogate$Parser this
      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 // sun.nio.cs.Surrogate$Parser this
         0: .line 166
            getstatic sun.nio.cs.Surrogate$Parser.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            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: .line 167
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            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 // sun.nio.cs.Surrogate$Parser this
      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 // sun.nio.cs.Surrogate$Parser this
        start local 1 // char c
        start local 2 // java.nio.CharBuffer in
         0: .line 184
            iload 1 /* c */
            invokestatic java.lang.Character.isHighSurrogate:(C)Z
            ifeq 12
         1: .line 185
            aload 2 /* in */
            invokevirtual java.nio.CharBuffer.hasRemaining:()Z
            ifne 4
         2: .line 186
            aload 0 /* this */
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            putfield sun.nio.cs.Surrogate$Parser.error:Ljava/nio/charset/CoderResult;
         3: .line 187
            iconst_m1
            ireturn
         4: .line 189
      StackMap locals:
      StackMap stack:
            aload 2 /* in */
            invokevirtual java.nio.CharBuffer.get:()C
            istore 3 /* d */
        start local 3 // char d
         5: .line 190
            iload 3 /* d */
            invokestatic java.lang.Character.isLowSurrogate:(C)Z
            ifeq 10
         6: .line 191
            aload 0 /* this */
            iload 1 /* c */
            iload 3 /* d */
            invokestatic java.lang.Character.toCodePoint:(CC)I
            putfield sun.nio.cs.Surrogate$Parser.character:I
         7: .line 192
            aload 0 /* this */
            iconst_1
            putfield sun.nio.cs.Surrogate$Parser.isPair:Z
         8: .line 193
            aload 0 /* this */
            aconst_null
            putfield sun.nio.cs.Surrogate$Parser.error:Ljava/nio/charset/CoderResult;
         9: .line 194
            aload 0 /* this */
            getfield sun.nio.cs.Surrogate$Parser.character:I
            ireturn
        10: .line 196
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            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: .line 197
            iconst_m1
            ireturn
        end local 3 // char d
        12: .line 199
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            invokestatic java.lang.Character.isLowSurrogate:(C)Z
            ifeq 15
        13: .line 200
            aload 0 /* this */
            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: .line 201
            iconst_m1
            ireturn
        15: .line 203
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            putfield sun.nio.cs.Surrogate$Parser.character:I
        16: .line 204
            aload 0 /* this */
            iconst_0
            putfield sun.nio.cs.Surrogate$Parser.isPair:Z
        17: .line 205
            aload 0 /* this */
            aconst_null
            putfield sun.nio.cs.Surrogate$Parser.error:Ljava/nio/charset/CoderResult;
        18: .line 206
            aload 0 /* this */
            getfield sun.nio.cs.Surrogate$Parser.character:I
            ireturn
        end local 2 // java.nio.CharBuffer in
        end local 1 // char c
        end local 0 // sun.nio.cs.Surrogate$Parser this
      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 // sun.nio.cs.Surrogate$Parser this
        start local 1 // char c
        start local 2 // char[] ia
        start local 3 // int ip
        start local 4 // int il
         0: .line 225
            getstatic sun.nio.cs.Surrogate$Parser.$assertionsDisabled:Z
            ifne 1
            aload 2 /* ia */
            iload 3 /* ip */
            caload
            iload 1 /* c */
            if_icmpeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 226
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            invokestatic java.lang.Character.isHighSurrogate:(C)Z
            ifeq 13
         2: .line 227
            iload 4 /* il */
            iload 3 /* ip */
            isub
            iconst_2
            if_icmpge 5
         3: .line 228
            aload 0 /* this */
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            putfield sun.nio.cs.Surrogate$Parser.error:Ljava/nio/charset/CoderResult;
         4: .line 229
            iconst_m1
            ireturn
         5: .line 231
      StackMap locals:
      StackMap stack:
            aload 2 /* ia */
            iload 3 /* ip */
            iconst_1
            iadd
            caload
            istore 5 /* d */
        start local 5 // char d
         6: .line 232
            iload 5 /* d */
            invokestatic java.lang.Character.isLowSurrogate:(C)Z
            ifeq 11
         7: .line 233
            aload 0 /* this */
            iload 1 /* c */
            iload 5 /* d */
            invokestatic java.lang.Character.toCodePoint:(CC)I
            putfield sun.nio.cs.Surrogate$Parser.character:I
         8: .line 234
            aload 0 /* this */
            iconst_1
            putfield sun.nio.cs.Surrogate$Parser.isPair:Z
         9: .line 235
            aload 0 /* this */
            aconst_null
            putfield sun.nio.cs.Surrogate$Parser.error:Ljava/nio/charset/CoderResult;
        10: .line 236
            aload 0 /* this */
            getfield sun.nio.cs.Surrogate$Parser.character:I
            ireturn
        11: .line 238
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            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: .line 239
            iconst_m1
            ireturn
        end local 5 // char d
        13: .line 241
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            invokestatic java.lang.Character.isLowSurrogate:(C)Z
            ifeq 16
        14: .line 242
            aload 0 /* this */
            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: .line 243
            iconst_m1
            ireturn
        16: .line 245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* c */
            putfield sun.nio.cs.Surrogate$Parser.character:I
        17: .line 246
            aload 0 /* this */
            iconst_0
            putfield sun.nio.cs.Surrogate$Parser.isPair:Z
        18: .line 247
            aload 0 /* this */
            aconst_null
            putfield sun.nio.cs.Surrogate$Parser.error:Ljava/nio/charset/CoderResult;
        19: .line 248
            aload 0 /* this */
            getfield sun.nio.cs.Surrogate$Parser.character:I
            ireturn
        end local 4 // int il
        end local 3 // int ip
        end local 2 // char[] ia
        end local 1 // char c
        end local 0 // sun.nio.cs.Surrogate$Parser this
      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