public class sun.nio.cs.ext.MS932_0213$Decoder extends sun.nio.cs.ext.SJIS_0213$Decoder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.nio.cs.ext.MS932_0213$Decoder
  super_class: sun.nio.cs.ext.SJIS_0213$Decoder
{
  static sun.nio.cs.DoubleByte$Decoder decMS932;
    descriptor: Lsun/nio/cs/DoubleByte$Decoder;
    flags: (0x0008) ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 56
            new sun.nio.cs.MS932
            dup
            invokespecial sun.nio.cs.MS932.<init>:()V
            invokevirtual sun.nio.cs.MS932.newDecoder:()Ljava/nio/charset/CharsetDecoder;
            checkcast sun.nio.cs.DoubleByte$Decoder
         1: .line 55
            putstatic sun.nio.cs.ext.MS932_0213$Decoder.decMS932:Lsun/nio/cs/DoubleByte$Decoder;
         2: .line 56
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.cs.ext.MS932_0213$Decoder this
        start local 1 // java.nio.charset.Charset cs
         0: .line 58
            aload 0 /* this */
            aload 1 /* cs */
            invokespecial sun.nio.cs.ext.SJIS_0213$Decoder.<init>:(Ljava/nio/charset/Charset;)V
         1: .line 59
            return
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.nio.cs.ext.MS932_0213$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/cs/ext/MS932_0213$Decoder;
            0    2     1    cs  Ljava/nio/charset/Charset;
    MethodParameters:
      Name  Flags
      cs    

  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.MS932_0213$Decoder this
        start local 1 // int b1
        start local 2 // int b2
         0: .line 62
            getstatic sun.nio.cs.ext.MS932_0213$Decoder.decMS932:Lsun/nio/cs/DoubleByte$Decoder;
            iload 1 /* b1 */
            iload 2 /* b2 */
            invokevirtual sun.nio.cs.DoubleByte$Decoder.decodeDouble:(II)C
            istore 3 /* c */
        start local 3 // char c
         1: .line 63
            iload 3 /* c */
            ldc 65533
            if_icmpne 3
         2: .line 64
            aload 0 /* this */
            iload 1 /* b1 */
            iload 2 /* b2 */
            invokespecial sun.nio.cs.ext.SJIS_0213$Decoder.decodeDouble:(II)C
            ireturn
         3: .line 65
      StackMap locals: int
      StackMap stack:
            iload 3 /* c */
            ireturn
        end local 3 // char c
        end local 2 // int b2
        end local 1 // int b1
        end local 0 // sun.nio.cs.ext.MS932_0213$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/nio/cs/ext/MS932_0213$Decoder;
            0    4     1    b1  I
            0    4     2    b2  I
            1    4     3     c  C
    MethodParameters:
      Name  Flags
      b1    
      b2    
}
SourceFile: "MS932_0213.java"
NestHost: sun.nio.cs.ext.MS932_0213
InnerClasses:
  public Decoder = sun.nio.cs.DoubleByte$Decoder of sun.nio.cs.DoubleByte
  protected Decoder = sun.nio.cs.ext.MS932_0213$Decoder of sun.nio.cs.ext.MS932_0213
  protected Decoder = sun.nio.cs.ext.SJIS_0213$Decoder of sun.nio.cs.ext.SJIS_0213