public class sun.nio.cs.Surrogate$Generator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.nio.cs.Surrogate$Generator
  super_class: java.lang.Object
{
  private java.nio.charset.CoderResult error;
    descriptor: Ljava/nio/charset/CoderResult;
    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 255
            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$Generator.$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$Generator this
         0: .line 257
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 259
            aload 0 /* this */
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            putfield sun.nio.cs.Surrogate$Generator.error:Ljava/nio/charset/CoderResult;
         2: .line 257
            return
        end local 0 // sun.nio.cs.Surrogate$Generator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/cs/Surrogate$Generator;

  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$Generator this
         0: .line 266
            getstatic sun.nio.cs.Surrogate$Generator.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield sun.nio.cs.Surrogate$Generator.error:Ljava/nio/charset/CoderResult;
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 267
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.Surrogate$Generator.error:Ljava/nio/charset/CoderResult;
            areturn
        end local 0 // sun.nio.cs.Surrogate$Generator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/cs/Surrogate$Generator;

  public int generate(int, int, java.nio.CharBuffer);
    descriptor: (IILjava/nio/CharBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.nio.cs.Surrogate$Generator this
        start local 1 // int uc
        start local 2 // int len
        start local 3 // java.nio.CharBuffer dst
         0: .line 285
            iload 1 /* uc */
            ldc 65535
            if_icmpgt 10
         1: .line 286
            iload 1 /* uc */
            invokestatic sun.nio.cs.Surrogate.is:(I)Z
            ifeq 4
         2: .line 287
            aload 0 /* this */
            iload 2 /* len */
            invokestatic java.nio.charset.CoderResult.malformedForLength:(I)Ljava/nio/charset/CoderResult;
            putfield sun.nio.cs.Surrogate$Generator.error:Ljava/nio/charset/CoderResult;
         3: .line 288
            iconst_m1
            ireturn
         4: .line 290
      StackMap locals:
      StackMap stack:
            aload 3 /* dst */
            invokevirtual java.nio.CharBuffer.remaining:()I
            iconst_1
            if_icmpge 7
         5: .line 291
            aload 0 /* this */
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            putfield sun.nio.cs.Surrogate$Generator.error:Ljava/nio/charset/CoderResult;
         6: .line 292
            iconst_m1
            ireturn
         7: .line 294
      StackMap locals:
      StackMap stack:
            aload 3 /* dst */
            iload 1 /* uc */
            i2c
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
         8: .line 295
            aload 0 /* this */
            aconst_null
            putfield sun.nio.cs.Surrogate$Generator.error:Ljava/nio/charset/CoderResult;
         9: .line 296
            iconst_1
            ireturn
        10: .line 298
      StackMap locals:
      StackMap stack:
            iload 1 /* uc */
            ldc 65536
            if_icmpge 13
        11: .line 299
            aload 0 /* this */
            iload 2 /* len */
            invokestatic java.nio.charset.CoderResult.malformedForLength:(I)Ljava/nio/charset/CoderResult;
            putfield sun.nio.cs.Surrogate$Generator.error:Ljava/nio/charset/CoderResult;
        12: .line 300
            iconst_m1
            ireturn
        13: .line 302
      StackMap locals:
      StackMap stack:
            iload 1 /* uc */
            ldc 1114111
            if_icmpgt 21
        14: .line 303
            aload 3 /* dst */
            invokevirtual java.nio.CharBuffer.remaining:()I
            iconst_2
            if_icmpge 17
        15: .line 304
            aload 0 /* this */
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            putfield sun.nio.cs.Surrogate$Generator.error:Ljava/nio/charset/CoderResult;
        16: .line 305
            iconst_m1
            ireturn
        17: .line 307
      StackMap locals:
      StackMap stack:
            aload 3 /* dst */
            iload 1 /* uc */
            invokestatic sun.nio.cs.Surrogate.high:(I)C
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        18: .line 308
            aload 3 /* dst */
            iload 1 /* uc */
            invokestatic sun.nio.cs.Surrogate.low:(I)C
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        19: .line 309
            aload 0 /* this */
            aconst_null
            putfield sun.nio.cs.Surrogate$Generator.error:Ljava/nio/charset/CoderResult;
        20: .line 310
            iconst_2
            ireturn
        21: .line 312
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* len */
            invokestatic java.nio.charset.CoderResult.unmappableForLength:(I)Ljava/nio/charset/CoderResult;
            putfield sun.nio.cs.Surrogate$Generator.error:Ljava/nio/charset/CoderResult;
        22: .line 313
            iconst_m1
            ireturn
        end local 3 // java.nio.CharBuffer dst
        end local 2 // int len
        end local 1 // int uc
        end local 0 // sun.nio.cs.Surrogate$Generator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Lsun/nio/cs/Surrogate$Generator;
            0   23     1    uc  I
            0   23     2   len  I
            0   23     3   dst  Ljava/nio/CharBuffer;
    MethodParameters:
      Name  Flags
      uc    
      len   
      dst   

  public int generate(int, int, char[], int, int);
    descriptor: (II[CII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // sun.nio.cs.Surrogate$Generator this
        start local 1 // int uc
        start local 2 // int len
        start local 3 // char[] da
        start local 4 // int dp
        start local 5 // int dl
         0: .line 333
            iload 1 /* uc */
            ldc 65535
            if_icmpgt 10
         1: .line 334
            iload 1 /* uc */
            invokestatic sun.nio.cs.Surrogate.is:(I)Z
            ifeq 4
         2: .line 335
            aload 0 /* this */
            iload 2 /* len */
            invokestatic java.nio.charset.CoderResult.malformedForLength:(I)Ljava/nio/charset/CoderResult;
            putfield sun.nio.cs.Surrogate$Generator.error:Ljava/nio/charset/CoderResult;
         3: .line 336
            iconst_m1
            ireturn
         4: .line 338
      StackMap locals:
      StackMap stack:
            iload 5 /* dl */
            iload 4 /* dp */
            isub
            iconst_1
            if_icmpge 7
         5: .line 339
            aload 0 /* this */
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            putfield sun.nio.cs.Surrogate$Generator.error:Ljava/nio/charset/CoderResult;
         6: .line 340
            iconst_m1
            ireturn
         7: .line 342
      StackMap locals:
      StackMap stack:
            aload 3 /* da */
            iload 4 /* dp */
            iload 1 /* uc */
            i2c
            castore
         8: .line 343
            aload 0 /* this */
            aconst_null
            putfield sun.nio.cs.Surrogate$Generator.error:Ljava/nio/charset/CoderResult;
         9: .line 344
            iconst_1
            ireturn
        10: .line 346
      StackMap locals:
      StackMap stack:
            iload 1 /* uc */
            ldc 65536
            if_icmpge 13
        11: .line 347
            aload 0 /* this */
            iload 2 /* len */
            invokestatic java.nio.charset.CoderResult.malformedForLength:(I)Ljava/nio/charset/CoderResult;
            putfield sun.nio.cs.Surrogate$Generator.error:Ljava/nio/charset/CoderResult;
        12: .line 348
            iconst_m1
            ireturn
        13: .line 350
      StackMap locals:
      StackMap stack:
            iload 1 /* uc */
            ldc 1114111
            if_icmpgt 21
        14: .line 351
            iload 5 /* dl */
            iload 4 /* dp */
            isub
            iconst_2
            if_icmpge 17
        15: .line 352
            aload 0 /* this */
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            putfield sun.nio.cs.Surrogate$Generator.error:Ljava/nio/charset/CoderResult;
        16: .line 353
            iconst_m1
            ireturn
        17: .line 355
      StackMap locals:
      StackMap stack:
            aload 3 /* da */
            iload 4 /* dp */
            iload 1 /* uc */
            invokestatic sun.nio.cs.Surrogate.high:(I)C
            castore
        18: .line 356
            aload 3 /* da */
            iload 4 /* dp */
            iconst_1
            iadd
            iload 1 /* uc */
            invokestatic sun.nio.cs.Surrogate.low:(I)C
            castore
        19: .line 357
            aload 0 /* this */
            aconst_null
            putfield sun.nio.cs.Surrogate$Generator.error:Ljava/nio/charset/CoderResult;
        20: .line 358
            iconst_2
            ireturn
        21: .line 360
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* len */
            invokestatic java.nio.charset.CoderResult.unmappableForLength:(I)Ljava/nio/charset/CoderResult;
            putfield sun.nio.cs.Surrogate$Generator.error:Ljava/nio/charset/CoderResult;
        22: .line 361
            iconst_m1
            ireturn
        end local 5 // int dl
        end local 4 // int dp
        end local 3 // char[] da
        end local 2 // int len
        end local 1 // int uc
        end local 0 // sun.nio.cs.Surrogate$Generator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Lsun/nio/cs/Surrogate$Generator;
            0   23     1    uc  I
            0   23     2   len  I
            0   23     3    da  [C
            0   23     4    dp  I
            0   23     5    dl  I
    MethodParameters:
      Name  Flags
      uc    
      len   
      da    
      dp    
      dl    
}
SourceFile: "Surrogate.java"
NestHost: sun.nio.cs.Surrogate
InnerClasses:
  public Generator = sun.nio.cs.Surrogate$Generator of sun.nio.cs.Surrogate