class sun.nio.cs.ext.Big5_Solaris$Decoder extends sun.nio.cs.ext.Big5$Decoder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.cs.ext.Big5_Solaris$Decoder
  super_class: sun.nio.cs.ext.Big5$Decoder
{
  protected char decodeDouble(int, int);
    descriptor: (II)C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.nio.cs.ext.Big5_Solaris$Decoder this
        start local 1 // int byte1
        start local 2 // int byte2
         0: .line 62
            aload 0 /* this */
            iload 1 /* byte1 */
            iload 2 /* byte2 */
            invokespecial sun.nio.cs.ext.Big5$Decoder.decodeDouble:(II)C
            istore 3 /* c */
        start local 3 // char c
         1: .line 66
            iload 3 /* c */
            ldc 65533
            if_icmpne 17
         2: .line 67
            iload 1 /* byte1 */
            sipush 249
            if_icmpne 17
         3: .line 68
            iload 2 /* byte2 */
            tableswitch { // 214 - 220
                  214: 4
                  215: 6
                  216: 8
                  217: 10
                  218: 12
                  219: 14
                  220: 16
              default: 17
          }
         4: .line 70
      StackMap locals: int
      StackMap stack:
            sipush 30849
            istore 3 /* c */
         5: .line 71
            goto 17
         6: .line 73
      StackMap locals:
      StackMap stack:
            ldc 37561
            istore 3 /* c */
         7: .line 74
            goto 17
         8: .line 76
      StackMap locals:
      StackMap stack:
            ldc 35023
            istore 3 /* c */
         9: .line 77
            goto 17
        10: .line 79
      StackMap locals:
      StackMap stack:
            sipush 22715
            istore 3 /* c */
        11: .line 80
            goto 17
        12: .line 82
      StackMap locals:
      StackMap stack:
            sipush 24658
            istore 3 /* c */
        13: .line 83
            goto 17
        14: .line 85
      StackMap locals:
      StackMap stack:
            sipush 31911
            istore 3 /* c */
        15: .line 86
            goto 17
        16: .line 88
      StackMap locals:
      StackMap stack:
            sipush 23290
            istore 3 /* c */
        17: .line 93
      StackMap locals:
      StackMap stack:
            iload 3 /* c */
            ireturn
        end local 3 // char c
        end local 2 // int byte2
        end local 1 // int byte1
        end local 0 // sun.nio.cs.ext.Big5_Solaris$Decoder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   18     0   this  Lsun/nio/cs/ext/Big5_Solaris$Decoder;
            0   18     1  byte1  I
            0   18     2  byte2  I
            1   18     3      c  C
    MethodParameters:
       Name  Flags
      byte1  
      byte2  

  private void <init>(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.cs.ext.Big5_Solaris$Decoder this
        start local 1 // java.nio.charset.Charset cs
         0: .line 97
            aload 0 /* this */
            aload 1 /* cs */
            invokespecial sun.nio.cs.ext.Big5$Decoder.<init>:(Ljava/nio/charset/Charset;)V
         1: .line 98
            return
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.nio.cs.ext.Big5_Solaris$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/cs/ext/Big5_Solaris$Decoder;
            0    2     1    cs  Ljava/nio/charset/Charset;
    MethodParameters:
      Name  Flags
      cs    
}
SourceFile: "Big5_Solaris.java"
NestHost: sun.nio.cs.ext.Big5_Solaris
InnerClasses:
  protected Decoder = sun.nio.cs.ext.Big5$Decoder of sun.nio.cs.ext.Big5
  private Decoder = sun.nio.cs.ext.Big5_Solaris$Decoder of sun.nio.cs.ext.Big5_Solaris