public class sun.io.CharToByteBig5_Solaris extends sun.io.CharToByteBig5
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.CharToByteBig5_Solaris
  super_class: sun.io.CharToByteBig5
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.io.CharToByteBig5_Solaris this
         0: .line 32
            aload 0 /* this */
            invokespecial sun.io.CharToByteBig5.<init>:()V
            return
        end local 0 // sun.io.CharToByteBig5_Solaris this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteBig5_Solaris;

  public java.lang.String getCharacterEncoding();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.io.CharToByteBig5_Solaris this
         0: .line 35
            ldc "Big5_Solaris"
            areturn
        end local 0 // sun.io.CharToByteBig5_Solaris this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteBig5_Solaris;

  protected int getNative(char);
    descriptor: (C)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.io.CharToByteBig5_Solaris this
        start local 1 // char ch
         0: .line 41
            aload 0 /* this */
            iload 1 /* ch */
            invokespecial sun.io.CharToByteBig5.getNative:(C)I
            dup
            istore 2 /* nativeVal */
        start local 2 // int nativeVal
         1: ifeq 3
         2: .line 42
            iload 2 /* nativeVal */
            ireturn
         3: .line 45
      StackMap locals: int
      StackMap stack:
            iload 1 /* ch */
            lookupswitch { // 7
                22715: 10
                23290: 16
                24658: 12
                30849: 4
                31911: 14
                35023: 8
                37561: 6
              default: 17
          }
         4: .line 47
      StackMap locals:
      StackMap stack:
            ldc 63958
            istore 2 /* nativeVal */
         5: .line 48
            goto 17
         6: .line 50
      StackMap locals:
      StackMap stack:
            ldc 63959
            istore 2 /* nativeVal */
         7: .line 51
            goto 17
         8: .line 53
      StackMap locals:
      StackMap stack:
            ldc 63960
            istore 2 /* nativeVal */
         9: .line 54
            goto 17
        10: .line 56
      StackMap locals:
      StackMap stack:
            ldc 63961
            istore 2 /* nativeVal */
        11: .line 57
            goto 17
        12: .line 59
      StackMap locals:
      StackMap stack:
            ldc 63962
            istore 2 /* nativeVal */
        13: .line 60
            goto 17
        14: .line 62
      StackMap locals:
      StackMap stack:
            ldc 63963
            istore 2 /* nativeVal */
        15: .line 63
            goto 17
        16: .line 65
      StackMap locals:
      StackMap stack:
            ldc 63964
            istore 2 /* nativeVal */
        17: .line 68
      StackMap locals:
      StackMap stack:
            iload 2 /* nativeVal */
            ireturn
        end local 2 // int nativeVal
        end local 1 // char ch
        end local 0 // sun.io.CharToByteBig5_Solaris this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   18     0       this  Lsun/io/CharToByteBig5_Solaris;
            0   18     1         ch  C
            1   18     2  nativeVal  I
    MethodParameters:
      Name  Flags
      ch    
}
SourceFile: "CharToByteBig5_Solaris.java"