class sun.nio.cs.ext.IBM1142$Decoder extends sun.nio.cs.ext.IBM277$Decoder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.cs.ext.IBM1142$Decoder
  super_class: sun.nio.cs.ext.IBM277$Decoder
{
  public void <init>(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.cs.ext.IBM1142$Decoder this
        start local 1 // java.nio.charset.Charset cs
         0: .line 80
            aload 0 /* this */
            aload 1 /* cs */
            invokespecial sun.nio.cs.ext.IBM277$Decoder.<init>:(Ljava/nio/charset/Charset;)V
         1: .line 81
            return
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.nio.cs.ext.IBM1142$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/cs/ext/IBM1142$Decoder;
            0    2     1    cs  Ljava/nio/charset/Charset;
    MethodParameters:
      Name  Flags
      cs    

  public char decode(int);
    descriptor: (I)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.cs.ext.IBM1142$Decoder this
        start local 1 // int byteIndex
         0: .line 84
            iload 1 /* byteIndex */
            bipush 90
            if_icmpne 1
            sipush 8364
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            iload 1 /* byteIndex */
            invokespecial sun.nio.cs.ext.IBM277$Decoder.decode:(I)C
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // int byteIndex
        end local 0 // sun.nio.cs.ext.IBM1142$Decoder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lsun/nio/cs/ext/IBM1142$Decoder;
            0    3     1  byteIndex  I
    MethodParameters:
           Name  Flags
      byteIndex  
}
SourceFile: "IBM1142.java"
NestHost: sun.nio.cs.ext.IBM1142
InnerClasses:
  private Decoder = sun.nio.cs.ext.IBM1142$Decoder of sun.nio.cs.ext.IBM1142
  protected Decoder = sun.nio.cs.ext.IBM277$Decoder of sun.nio.cs.ext.IBM277