public class sun.tools.java.Type implements sun.tools.java.Constants
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.tools.java.Type
  super_class: java.lang.Object
{
  private static final java.util.Hashtable typeHash;
    descriptor: Ljava/util/Hashtable;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  protected int typeCode;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String typeSig;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  public static final sun.tools.java.Type[] noArgs;
    descriptor: [Lsun/tools/java/Type;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.tools.java.Type tError;
    descriptor: Lsun/tools/java/Type;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.tools.java.Type tPackage;
    descriptor: Lsun/tools/java/Type;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.tools.java.Type tNull;
    descriptor: Lsun/tools/java/Type;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.tools.java.Type tVoid;
    descriptor: Lsun/tools/java/Type;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.tools.java.Type tBoolean;
    descriptor: Lsun/tools/java/Type;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.tools.java.Type tByte;
    descriptor: Lsun/tools/java/Type;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.tools.java.Type tChar;
    descriptor: Lsun/tools/java/Type;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.tools.java.Type tShort;
    descriptor: Lsun/tools/java/Type;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.tools.java.Type tInt;
    descriptor: Lsun/tools/java/Type;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.tools.java.Type tFloat;
    descriptor: Lsun/tools/java/Type;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.tools.java.Type tLong;
    descriptor: Lsun/tools/java/Type;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.tools.java.Type tDouble;
    descriptor: Lsun/tools/java/Type;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.tools.java.Type tObject;
    descriptor: Lsun/tools/java/Type;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.tools.java.Type tClassDesc;
    descriptor: Lsun/tools/java/Type;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.tools.java.Type tString;
    descriptor: Lsun/tools/java/Type;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.tools.java.Type tCloneable;
    descriptor: Lsun/tools/java/Type;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final sun.tools.java.Type tSerializable;
    descriptor: Lsun/tools/java/Type;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 60
            new java.util.Hashtable
            dup
            sipush 231
            invokespecial java.util.Hashtable.<init>:(I)V
            putstatic sun.tools.java.Type.typeHash:Ljava/util/Hashtable;
         1: .line 79
            iconst_0
            anewarray sun.tools.java.Type
            putstatic sun.tools.java.Type.noArgs:[Lsun/tools/java/Type;
         2: .line 80
            new sun.tools.java.Type
            dup
            bipush 13
            ldc "?"
            invokespecial sun.tools.java.Type.<init>:(ILjava/lang/String;)V
            putstatic sun.tools.java.Type.tError:Lsun/tools/java/Type;
         3: .line 81
            new sun.tools.java.Type
            dup
            bipush 13
            ldc "."
            invokespecial sun.tools.java.Type.<init>:(ILjava/lang/String;)V
            putstatic sun.tools.java.Type.tPackage:Lsun/tools/java/Type;
         4: .line 82
            new sun.tools.java.Type
            dup
            bipush 8
            ldc "*"
            invokespecial sun.tools.java.Type.<init>:(ILjava/lang/String;)V
            putstatic sun.tools.java.Type.tNull:Lsun/tools/java/Type;
         5: .line 83
            new sun.tools.java.Type
            dup
            bipush 11
            ldc "V"
            invokespecial sun.tools.java.Type.<init>:(ILjava/lang/String;)V
            putstatic sun.tools.java.Type.tVoid:Lsun/tools/java/Type;
         6: .line 84
            new sun.tools.java.Type
            dup
            iconst_0
            ldc "Z"
            invokespecial sun.tools.java.Type.<init>:(ILjava/lang/String;)V
            putstatic sun.tools.java.Type.tBoolean:Lsun/tools/java/Type;
         7: .line 85
            new sun.tools.java.Type
            dup
            iconst_1
            ldc "B"
            invokespecial sun.tools.java.Type.<init>:(ILjava/lang/String;)V
            putstatic sun.tools.java.Type.tByte:Lsun/tools/java/Type;
         8: .line 86
            new sun.tools.java.Type
            dup
            iconst_2
            ldc "C"
            invokespecial sun.tools.java.Type.<init>:(ILjava/lang/String;)V
            putstatic sun.tools.java.Type.tChar:Lsun/tools/java/Type;
         9: .line 87
            new sun.tools.java.Type
            dup
            iconst_3
            ldc "S"
            invokespecial sun.tools.java.Type.<init>:(ILjava/lang/String;)V
            putstatic sun.tools.java.Type.tShort:Lsun/tools/java/Type;
        10: .line 88
            new sun.tools.java.Type
            dup
            iconst_4
            ldc "I"
            invokespecial sun.tools.java.Type.<init>:(ILjava/lang/String;)V
            putstatic sun.tools.java.Type.tInt:Lsun/tools/java/Type;
        11: .line 89
            new sun.tools.java.Type
            dup
            bipush 6
            ldc "F"
            invokespecial sun.tools.java.Type.<init>:(ILjava/lang/String;)V
            putstatic sun.tools.java.Type.tFloat:Lsun/tools/java/Type;
        12: .line 90
            new sun.tools.java.Type
            dup
            iconst_5
            ldc "J"
            invokespecial sun.tools.java.Type.<init>:(ILjava/lang/String;)V
            putstatic sun.tools.java.Type.tLong:Lsun/tools/java/Type;
        13: .line 91
            new sun.tools.java.Type
            dup
            bipush 7
            ldc "D"
            invokespecial sun.tools.java.Type.<init>:(ILjava/lang/String;)V
            putstatic sun.tools.java.Type.tDouble:Lsun/tools/java/Type;
        14: .line 92
            getstatic sun.tools.java.Type.idJavaLangObject:Lsun/tools/java/Identifier;
            invokestatic sun.tools.java.Type.tClass:(Lsun/tools/java/Identifier;)Lsun/tools/java/Type;
            putstatic sun.tools.java.Type.tObject:Lsun/tools/java/Type;
        15: .line 93
            getstatic sun.tools.java.Type.idJavaLangClass:Lsun/tools/java/Identifier;
            invokestatic sun.tools.java.Type.tClass:(Lsun/tools/java/Identifier;)Lsun/tools/java/Type;
            putstatic sun.tools.java.Type.tClassDesc:Lsun/tools/java/Type;
        16: .line 94
            getstatic sun.tools.java.Type.idJavaLangString:Lsun/tools/java/Identifier;
            invokestatic sun.tools.java.Type.tClass:(Lsun/tools/java/Identifier;)Lsun/tools/java/Type;
            putstatic sun.tools.java.Type.tString:Lsun/tools/java/Type;
        17: .line 95
            getstatic sun.tools.java.Type.idJavaLangCloneable:Lsun/tools/java/Identifier;
            invokestatic sun.tools.java.Type.tClass:(Lsun/tools/java/Identifier;)Lsun/tools/java/Type;
            putstatic sun.tools.java.Type.tCloneable:Lsun/tools/java/Type;
        18: .line 96
            getstatic sun.tools.java.Type.idJavaIoSerializable:Lsun/tools/java/Identifier;
            invokestatic sun.tools.java.Type.tClass:(Lsun/tools/java/Identifier;)Lsun/tools/java/Type;
            putstatic sun.tools.java.Type.tSerializable:Lsun/tools/java/Type;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.tools.java.Type this
        start local 1 // int typeCode
        start local 2 // java.lang.String typeSig
         0: .line 101
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 102
            aload 0 /* this */
            iload 1 /* typeCode */
            putfield sun.tools.java.Type.typeCode:I
         2: .line 103
            aload 0 /* this */
            aload 2 /* typeSig */
            putfield sun.tools.java.Type.typeSig:Ljava/lang/String;
         3: .line 104
            getstatic sun.tools.java.Type.typeHash:Ljava/util/Hashtable;
            aload 2 /* typeSig */
            aload 0 /* this */
            invokevirtual java.util.Hashtable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 105
            return
        end local 2 // java.lang.String typeSig
        end local 1 // int typeCode
        end local 0 // sun.tools.java.Type this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lsun/tools/java/Type;
            0    5     1  typeCode  I
            0    5     2   typeSig  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      typeCode  
      typeSig   

  public final java.lang.String getTypeSignature();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.tools.java.Type this
         0: .line 111
            aload 0 /* this */
            getfield sun.tools.java.Type.typeSig:Ljava/lang/String;
            areturn
        end local 0 // sun.tools.java.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/tools/java/Type;

  public final int getTypeCode();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.tools.java.Type this
         0: .line 118
            aload 0 /* this */
            getfield sun.tools.java.Type.typeCode:I
            ireturn
        end local 0 // sun.tools.java.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/tools/java/Type;

  public final int getTypeMask();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.tools.java.Type this
         0: .line 128
            iconst_1
            aload 0 /* this */
            getfield sun.tools.java.Type.typeCode:I
            ishl
            ireturn
        end local 0 // sun.tools.java.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/tools/java/Type;

  public final boolean isType(int);
    descriptor: (I)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.tools.java.Type this
        start local 1 // int tc
         0: .line 135
            aload 0 /* this */
            getfield sun.tools.java.Type.typeCode:I
            iload 1 /* tc */
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int tc
        end local 0 // sun.tools.java.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/tools/java/Type;
            0    2     1    tc  I
    MethodParameters:
      Name  Flags
      tc    

  public boolean isVoidArray();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.tools.java.Type this
         0: .line 148
            aload 0 /* this */
            bipush 9
            invokevirtual sun.tools.java.Type.isType:(I)Z
            ifne 2
         1: .line 149
            iconst_0
            ireturn
         2: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            astore 1 /* type */
        start local 1 // sun.tools.java.Type type
         3: .line 153
            goto 5
         4: .line 154
      StackMap locals: sun.tools.java.Type
      StackMap stack:
            aload 1 /* type */
            invokevirtual sun.tools.java.Type.getElementType:()Lsun/tools/java/Type;
            astore 1 /* type */
         5: .line 153
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            bipush 9
            invokevirtual sun.tools.java.Type.isType:(I)Z
            ifne 4
         6: .line 156
            aload 1 /* type */
            bipush 11
            invokevirtual sun.tools.java.Type.isType:(I)Z
            ireturn
        end local 1 // sun.tools.java.Type type
        end local 0 // sun.tools.java.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/tools/java/Type;
            3    7     1  type  Lsun/tools/java/Type;

  public final boolean inMask(int);
    descriptor: (I)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.tools.java.Type this
        start local 1 // int tm
         0: .line 164
            iconst_1
            aload 0 /* this */
            getfield sun.tools.java.Type.typeCode:I
            ishl
            iload 1 /* tm */
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int tm
        end local 0 // sun.tools.java.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/tools/java/Type;
            0    2     1    tm  I
    MethodParameters:
      Name  Flags
      tm    

  public static synchronized sun.tools.java.Type tArray(sun.tools.java.Type);
    descriptor: (Lsun/tools/java/Type;)Lsun/tools/java/Type;
    flags: (0x0029) ACC_PUBLIC, ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // sun.tools.java.Type elem
         0: .line 171
            new java.lang.String
            dup
            new java.lang.StringBuilder
            dup
            ldc "["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* elem */
            invokevirtual sun.tools.java.Type.getTypeSignature:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.String.<init>:(Ljava/lang/String;)V
            astore 1 /* sig */
        start local 1 // java.lang.String sig
         1: .line 172
            getstatic sun.tools.java.Type.typeHash:Ljava/util/Hashtable;
            aload 1 /* sig */
            invokevirtual java.util.Hashtable.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.tools.java.Type
            astore 2 /* t */
        start local 2 // sun.tools.java.Type t
         2: .line 173
            aload 2 /* t */
            ifnonnull 4
         3: .line 174
            new sun.tools.java.ArrayType
            dup
            aload 1 /* sig */
            aload 0 /* elem */
            invokespecial sun.tools.java.ArrayType.<init>:(Ljava/lang/String;Lsun/tools/java/Type;)V
            astore 2 /* t */
         4: .line 176
      StackMap locals: java.lang.String sun.tools.java.Type
      StackMap stack:
            aload 2 /* t */
            areturn
        end local 2 // sun.tools.java.Type t
        end local 1 // java.lang.String sig
        end local 0 // sun.tools.java.Type elem
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  elem  Lsun/tools/java/Type;
            1    5     1   sig  Ljava/lang/String;
            2    5     2     t  Lsun/tools/java/Type;
    MethodParameters:
      Name  Flags
      elem  

  public sun.tools.java.Type getElementType();
    descriptor: ()Lsun/tools/java/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.tools.java.Type this
         0: .line 184
            new sun.tools.java.CompilerError
            dup
            ldc "getElementType"
            invokespecial sun.tools.java.CompilerError.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.tools.java.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/tools/java/Type;

  public int getArrayDimension();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.tools.java.Type this
         0: .line 192
            iconst_0
            ireturn
        end local 0 // sun.tools.java.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/tools/java/Type;

  public static synchronized sun.tools.java.Type tClass(sun.tools.java.Identifier);
    descriptor: (Lsun/tools/java/Identifier;)Lsun/tools/java/Type;
    flags: (0x0029) ACC_PUBLIC, ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // sun.tools.java.Identifier className
         0: .line 200
            aload 0 /* className */
            invokevirtual sun.tools.java.Identifier.isInner:()Z
            ifeq 5
         1: .line 201
            aload 0 /* className */
            invokestatic sun.tools.java.Type.mangleInnerType:(Lsun/tools/java/Identifier;)Lsun/tools/java/Identifier;
            invokestatic sun.tools.java.Type.tClass:(Lsun/tools/java/Identifier;)Lsun/tools/java/Type;
            astore 1 /* t */
        start local 1 // sun.tools.java.Type t
         2: .line 202
            aload 1 /* t */
            invokevirtual sun.tools.java.Type.getClassName:()Lsun/tools/java/Identifier;
            aload 0 /* className */
            if_acmpeq 4
         3: .line 205
            aload 1 /* t */
            invokevirtual sun.tools.java.Type.getClassName:()Lsun/tools/java/Identifier;
            aload 0 /* className */
            invokestatic sun.tools.java.Type.changeClassName:(Lsun/tools/java/Identifier;Lsun/tools/java/Identifier;)V
         4: .line 206
      StackMap locals: sun.tools.java.Type
      StackMap stack:
            aload 1 /* t */
            areturn
        end local 1 // sun.tools.java.Type t
         5: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* className */
            getfield sun.tools.java.Identifier.typeObject:Lsun/tools/java/Type;
            ifnull 7
         6: .line 210
            aload 0 /* className */
            getfield sun.tools.java.Identifier.typeObject:Lsun/tools/java/Type;
            areturn
         7: .line 213
      StackMap locals:
      StackMap stack:
            new java.lang.String
            dup
            new java.lang.StringBuilder
            dup
            ldc "L"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         8: .line 214
            aload 0 /* className */
            invokevirtual sun.tools.java.Identifier.toString:()Ljava/lang/String;
            bipush 46
            bipush 47
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         9: .line 215
            ldc ";"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        10: .line 213
            invokespecial java.lang.String.<init>:(Ljava/lang/String;)V
        11: .line 212
            astore 1 /* sig */
        start local 1 // java.lang.String sig
        12: .line 216
            getstatic sun.tools.java.Type.typeHash:Ljava/util/Hashtable;
            aload 1 /* sig */
            invokevirtual java.util.Hashtable.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.tools.java.Type
            astore 2 /* t */
        start local 2 // sun.tools.java.Type t
        13: .line 217
            aload 2 /* t */
            ifnonnull 15
        14: .line 218
            new sun.tools.java.ClassType
            dup
            aload 1 /* sig */
            aload 0 /* className */
            invokespecial sun.tools.java.ClassType.<init>:(Ljava/lang/String;Lsun/tools/java/Identifier;)V
            astore 2 /* t */
        15: .line 221
      StackMap locals: java.lang.String sun.tools.java.Type
      StackMap stack:
            aload 0 /* className */
            aload 2 /* t */
            putfield sun.tools.java.Identifier.typeObject:Lsun/tools/java/Type;
        16: .line 222
            aload 2 /* t */
            areturn
        end local 2 // sun.tools.java.Type t
        end local 1 // java.lang.String sig
        end local 0 // sun.tools.java.Identifier className
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0  className  Lsun/tools/java/Identifier;
            2    5     1          t  Lsun/tools/java/Type;
           12   17     1        sig  Ljava/lang/String;
           13   17     2          t  Lsun/tools/java/Type;
    MethodParameters:
           Name  Flags
      className  

  public sun.tools.java.Identifier getClassName();
    descriptor: ()Lsun/tools/java/Identifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.tools.java.Type this
         0: .line 229
            new sun.tools.java.CompilerError
            dup
            new java.lang.StringBuilder
            dup
            ldc "getClassName:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial sun.tools.java.CompilerError.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.tools.java.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/tools/java/Type;

  public static sun.tools.java.Identifier mangleInnerType(sun.tools.java.Identifier);
    descriptor: (Lsun/tools/java/Identifier;)Lsun/tools/java/Identifier;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // sun.tools.java.Identifier className
         0: .line 242
            aload 0 /* className */
            invokevirtual sun.tools.java.Identifier.isInner:()Z
            ifne 1
            aload 0 /* className */
            areturn
         1: .line 244
      StackMap locals:
      StackMap stack:
            aload 0 /* className */
            invokevirtual sun.tools.java.Identifier.getFlatName:()Lsun/tools/java/Identifier;
            invokevirtual sun.tools.java.Identifier.toString:()Ljava/lang/String;
         2: .line 245
            bipush 46
            bipush 36
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
         3: .line 243
            invokestatic sun.tools.java.Identifier.lookup:(Ljava/lang/String;)Lsun/tools/java/Identifier;
            astore 1 /* mname */
        start local 1 // sun.tools.java.Identifier mname
         4: .line 246
            aload 1 /* mname */
            invokevirtual sun.tools.java.Identifier.isInner:()Z
            ifeq 5
            new sun.tools.java.CompilerError
            dup
            new java.lang.StringBuilder
            dup
            ldc "mangle "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* mname */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial sun.tools.java.CompilerError.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 247
      StackMap locals: sun.tools.java.Identifier
      StackMap stack:
            aload 0 /* className */
            invokevirtual sun.tools.java.Identifier.getQualifier:()Lsun/tools/java/Identifier;
            aload 1 /* mname */
            invokestatic sun.tools.java.Identifier.lookup:(Lsun/tools/java/Identifier;Lsun/tools/java/Identifier;)Lsun/tools/java/Identifier;
            areturn
        end local 1 // sun.tools.java.Identifier mname
        end local 0 // sun.tools.java.Identifier className
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0  className  Lsun/tools/java/Identifier;
            4    6     1      mname  Lsun/tools/java/Identifier;
    MethodParameters:
           Name  Flags
      className  

  static void changeClassName(sun.tools.java.Identifier, sun.tools.java.Identifier);
    descriptor: (Lsun/tools/java/Identifier;Lsun/tools/java/Identifier;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.tools.java.Identifier oldName
        start local 1 // sun.tools.java.Identifier newName
         0: .line 263
            aload 0 /* oldName */
            invokestatic sun.tools.java.Type.tClass:(Lsun/tools/java/Identifier;)Lsun/tools/java/Type;
            checkcast sun.tools.java.ClassType
            aload 1 /* newName */
            putfield sun.tools.java.ClassType.className:Lsun/tools/java/Identifier;
         1: .line 264
            return
        end local 1 // sun.tools.java.Identifier newName
        end local 0 // sun.tools.java.Identifier oldName
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  oldName  Lsun/tools/java/Identifier;
            0    2     1  newName  Lsun/tools/java/Identifier;
    MethodParameters:
         Name  Flags
      oldName  
      newName  

  public static synchronized sun.tools.java.Type tMethod(sun.tools.java.Type);
    descriptor: (Lsun/tools/java/Type;)Lsun/tools/java/Type;
    flags: (0x0029) ACC_PUBLIC, ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.tools.java.Type ret
         0: .line 270
            aload 0 /* ret */
            getstatic sun.tools.java.Type.noArgs:[Lsun/tools/java/Type;
            invokestatic sun.tools.java.Type.tMethod:(Lsun/tools/java/Type;[Lsun/tools/java/Type;)Lsun/tools/java/Type;
            areturn
        end local 0 // sun.tools.java.Type ret
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   ret  Lsun/tools/java/Type;
    MethodParameters:
      Name  Flags
      ret   

  public static synchronized sun.tools.java.Type tMethod(sun.tools.java.Type, sun.tools.java.Type[]);
    descriptor: (Lsun/tools/java/Type;[Lsun/tools/java/Type;)Lsun/tools/java/Type;
    flags: (0x0029) ACC_PUBLIC, ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // sun.tools.java.Type returnType
        start local 1 // sun.tools.java.Type[] argTypes
         0: .line 277
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 2 /* buf */
        start local 2 // java.lang.StringBuffer buf
         1: .line 278
            aload 2 /* buf */
            ldc "("
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 279
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 280
      StackMap locals: java.lang.StringBuffer int
      StackMap stack:
            aload 2 /* buf */
            aload 1 /* argTypes */
            iload 3 /* i */
            aaload
            invokevirtual sun.tools.java.Type.getTypeSignature:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         5: .line 279
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 1 /* argTypes */
            arraylength
            if_icmplt 4
        end local 3 // int i
         7: .line 282
            aload 2 /* buf */
            ldc ")"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         8: .line 283
            aload 2 /* buf */
            aload 0 /* returnType */
            invokevirtual sun.tools.java.Type.getTypeSignature:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         9: .line 285
            aload 2 /* buf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            astore 3 /* sig */
        start local 3 // java.lang.String sig
        10: .line 286
            getstatic sun.tools.java.Type.typeHash:Ljava/util/Hashtable;
            aload 3 /* sig */
            invokevirtual java.util.Hashtable.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.tools.java.Type
            astore 4 /* t */
        start local 4 // sun.tools.java.Type t
        11: .line 287
            aload 4 /* t */
            ifnonnull 13
        12: .line 288
            new sun.tools.java.MethodType
            dup
            aload 3 /* sig */
            aload 0 /* returnType */
            aload 1 /* argTypes */
            invokespecial sun.tools.java.MethodType.<init>:(Ljava/lang/String;Lsun/tools/java/Type;[Lsun/tools/java/Type;)V
            astore 4 /* t */
        13: .line 290
      StackMap locals: sun.tools.java.Type sun.tools.java.Type[] java.lang.StringBuffer java.lang.String sun.tools.java.Type
      StackMap stack:
            aload 4 /* t */
            areturn
        end local 4 // sun.tools.java.Type t
        end local 3 // java.lang.String sig
        end local 2 // java.lang.StringBuffer buf
        end local 1 // sun.tools.java.Type[] argTypes
        end local 0 // sun.tools.java.Type returnType
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   14     0  returnType  Lsun/tools/java/Type;
            0   14     1    argTypes  [Lsun/tools/java/Type;
            1   14     2         buf  Ljava/lang/StringBuffer;
            3    7     3           i  I
           10   14     3         sig  Ljava/lang/String;
           11   14     4           t  Lsun/tools/java/Type;
    MethodParameters:
            Name  Flags
      returnType  
      argTypes    

  public sun.tools.java.Type getReturnType();
    descriptor: ()Lsun/tools/java/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.tools.java.Type this
         0: .line 297
            new sun.tools.java.CompilerError
            dup
            ldc "getReturnType"
            invokespecial sun.tools.java.CompilerError.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.tools.java.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/tools/java/Type;

  public sun.tools.java.Type[] getArgumentTypes();
    descriptor: ()[Lsun/tools/java/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.tools.java.Type this
         0: .line 304
            new sun.tools.java.CompilerError
            dup
            ldc "getArgumentTypes"
            invokespecial sun.tools.java.CompilerError.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.tools.java.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/tools/java/Type;

  public static synchronized sun.tools.java.Type tType(java.lang.String);
    descriptor: (Ljava/lang/String;)Lsun/tools/java/Type;
    flags: (0x0029) ACC_PUBLIC, ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=5, locals=7, args_size=1
        start local 0 // java.lang.String sig
         0: .line 312
            getstatic sun.tools.java.Type.typeHash:Ljava/util/Hashtable;
            aload 0 /* sig */
            invokevirtual java.util.Hashtable.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.tools.java.Type
            astore 1 /* t */
        start local 1 // sun.tools.java.Type t
         1: .line 313
            aload 1 /* t */
            ifnull 3
         2: .line 314
            aload 1 /* t */
            areturn
         3: .line 317
      StackMap locals: sun.tools.java.Type
      StackMap stack:
            aload 0 /* sig */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            lookupswitch { // 3
                   40: 6
                   76: 5
                   91: 4
              default: 26
          }
         4: .line 319
      StackMap locals:
      StackMap stack:
            aload 0 /* sig */
            iconst_1
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            invokestatic sun.tools.java.Type.tType:(Ljava/lang/String;)Lsun/tools/java/Type;
            invokestatic sun.tools.java.Type.tArray:(Lsun/tools/java/Type;)Lsun/tools/java/Type;
            areturn
         5: .line 322
      StackMap locals:
      StackMap stack:
            aload 0 /* sig */
            iconst_1
            aload 0 /* sig */
            invokevirtual java.lang.String.length:()I
            iconst_1
            isub
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            bipush 47
            bipush 46
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            invokestatic sun.tools.java.Identifier.lookup:(Ljava/lang/String;)Lsun/tools/java/Identifier;
            invokestatic sun.tools.java.Type.tClass:(Lsun/tools/java/Identifier;)Lsun/tools/java/Type;
            areturn
         6: .line 325
      StackMap locals:
      StackMap stack:
            bipush 8
            anewarray sun.tools.java.Type
            astore 2 /* argv */
        start local 2 // sun.tools.java.Type[] argv
         7: .line 326
            iconst_0
            istore 3 /* argc */
        start local 3 // int argc
         8: .line 329
            iconst_1
            istore 4 /* i */
        start local 4 // int i
         9: goto 22
        10: .line 330
      StackMap locals: sun.tools.java.Type[] int int
      StackMap stack:
            iload 4 /* i */
            istore 5 /* j */
        start local 5 // int j
        11: goto 13
      StackMap locals: int
      StackMap stack:
        12: iinc 5 /* j */ 1
      StackMap locals:
      StackMap stack:
        13: aload 0 /* sig */
            iload 5 /* j */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 91
            if_icmpeq 12
        14: .line 331
            aload 0 /* sig */
            iload 5 /* j */
            iinc 5 /* j */ 1
            invokevirtual java.lang.String.charAt:(I)C
            bipush 76
            if_icmpne 16
        15: .line 332
      StackMap locals:
      StackMap stack:
            aload 0 /* sig */
            iload 5 /* j */
            iinc 5 /* j */ 1
            invokevirtual java.lang.String.charAt:(I)C
            bipush 59
            if_icmpne 15
        16: .line 334
      StackMap locals:
      StackMap stack:
            iload 3 /* argc */
            aload 2 /* argv */
            arraylength
            if_icmpne 20
        17: .line 335
            iload 3 /* argc */
            iconst_2
            imul
            anewarray sun.tools.java.Type
            astore 6 /* newargv */
        start local 6 // sun.tools.java.Type[] newargv
        18: .line 336
            aload 2 /* argv */
            iconst_0
            aload 6 /* newargv */
            iconst_0
            iload 3 /* argc */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        19: .line 337
            aload 6 /* newargv */
            astore 2 /* argv */
        end local 6 // sun.tools.java.Type[] newargv
        20: .line 339
      StackMap locals:
      StackMap stack:
            aload 2 /* argv */
            iload 3 /* argc */
            iinc 3 /* argc */ 1
            aload 0 /* sig */
            iload 4 /* i */
            iload 5 /* j */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokestatic sun.tools.java.Type.tType:(Ljava/lang/String;)Lsun/tools/java/Type;
            aastore
        21: .line 329
            iload 5 /* j */
            istore 4 /* i */
        end local 5 // int j
      StackMap locals:
      StackMap stack:
        22: aload 0 /* sig */
            iload 4 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 41
            if_icmpne 10
        23: .line 342
            iload 3 /* argc */
            anewarray sun.tools.java.Type
            astore 6 /* argtypes */
        start local 6 // sun.tools.java.Type[] argtypes
        24: .line 343
            aload 2 /* argv */
            iconst_0
            aload 6 /* argtypes */
            iconst_0
            iload 3 /* argc */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        25: .line 344
            aload 0 /* sig */
            iload 4 /* i */
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            invokestatic sun.tools.java.Type.tType:(Ljava/lang/String;)Lsun/tools/java/Type;
            aload 6 /* argtypes */
            invokestatic sun.tools.java.Type.tMethod:(Lsun/tools/java/Type;[Lsun/tools/java/Type;)Lsun/tools/java/Type;
            areturn
        end local 6 // sun.tools.java.Type[] argtypes
        end local 4 // int i
        end local 3 // int argc
        end local 2 // sun.tools.java.Type[] argv
        26: .line 348
      StackMap locals:
      StackMap stack:
            new sun.tools.java.CompilerError
            dup
            new java.lang.StringBuilder
            dup
            ldc "invalid TypeSignature:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* sig */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial sun.tools.java.CompilerError.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // sun.tools.java.Type t
        end local 0 // java.lang.String sig
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   27     0       sig  Ljava/lang/String;
            1   27     1         t  Lsun/tools/java/Type;
            7   26     2      argv  [Lsun/tools/java/Type;
            8   26     3      argc  I
            9   26     4         i  I
           11   22     5         j  I
           18   20     6   newargv  [Lsun/tools/java/Type;
           24   26     6  argtypes  [Lsun/tools/java/Type;
    MethodParameters:
      Name  Flags
      sig   

  public boolean equalArguments(sun.tools.java.Type);
    descriptor: (Lsun/tools/java/Type;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.tools.java.Type this
        start local 1 // sun.tools.java.Type t
         0: .line 357
            iconst_0
            ireturn
        end local 1 // sun.tools.java.Type t
        end local 0 // sun.tools.java.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/tools/java/Type;
            0    1     1     t  Lsun/tools/java/Type;
    MethodParameters:
      Name  Flags
      t     

  public int stackSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.tools.java.Type this
         0: .line 366
            aload 0 /* this */
            getfield sun.tools.java.Type.typeCode:I
            tableswitch { // 0 - 13
                    0: 2
                    1: 2
                    2: 2
                    3: 2
                    4: 2
                    5: 3
                    6: 2
                    7: 3
                    8: 4
                    9: 2
                   10: 2
                   11: 1
                   12: 4
                   13: 1
              default: 4
          }
         1: .line 369
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 378
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         3: .line 381
      StackMap locals:
      StackMap stack:
            iconst_2
            ireturn
         4: .line 383
      StackMap locals:
      StackMap stack:
            new sun.tools.java.CompilerError
            dup
            new java.lang.StringBuilder
            dup
            ldc "stackSize "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual sun.tools.java.Type.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial sun.tools.java.CompilerError.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.tools.java.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/tools/java/Type;

  public int getTypeCodeOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.tools.java.Type this
         0: .line 394
            aload 0 /* this */
            getfield sun.tools.java.Type.typeCode:I
            tableswitch { // 0 - 10
                    0: 1
                    1: 1
                    2: 1
                    3: 1
                    4: 1
                    5: 2
                    6: 3
                    7: 4
                    8: 5
                    9: 5
                   10: 5
              default: 6
          }
         1: .line 400
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 402
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         3: .line 404
      StackMap locals:
      StackMap stack:
            iconst_2
            ireturn
         4: .line 406
      StackMap locals:
      StackMap stack:
            iconst_3
            ireturn
         5: .line 410
      StackMap locals:
      StackMap stack:
            iconst_4
            ireturn
         6: .line 412
      StackMap locals:
      StackMap stack:
            new sun.tools.java.CompilerError
            dup
            new java.lang.StringBuilder
            dup
            ldc "invalid typecode: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.tools.java.Type.typeCode:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial sun.tools.java.CompilerError.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.tools.java.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/tools/java/Type;

  public java.lang.String typeString(java.lang.String, boolean, boolean);
    descriptor: (Ljava/lang/String;ZZ)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // sun.tools.java.Type this
        start local 1 // java.lang.String id
        start local 2 // boolean abbrev
        start local 3 // boolean ret
         0: .line 420
            aconst_null
            astore 4 /* s */
        start local 4 // java.lang.String s
         1: .line 422
            aload 0 /* this */
            getfield sun.tools.java.Type.typeCode:I
            tableswitch { // 0 - 13
                    0: 4
                    1: 5
                    2: 6
                    3: 7
                    4: 8
                    5: 9
                    6: 10
                    7: 11
                    8: 2
                    9: 15
                   10: 15
                   11: 3
                   12: 15
                   13: 12
              default: 15
          }
         2: .line 423
      StackMap locals: java.lang.String
      StackMap stack:
            ldc "null"
            astore 4 /* s */
            goto 16
         3: .line 424
      StackMap locals:
      StackMap stack:
            ldc "void"
            astore 4 /* s */
            goto 16
         4: .line 425
      StackMap locals:
      StackMap stack:
            ldc "boolean"
            astore 4 /* s */
            goto 16
         5: .line 426
      StackMap locals:
      StackMap stack:
            ldc "byte"
            astore 4 /* s */
            goto 16
         6: .line 427
      StackMap locals:
      StackMap stack:
            ldc "char"
            astore 4 /* s */
            goto 16
         7: .line 428
      StackMap locals:
      StackMap stack:
            ldc "short"
            astore 4 /* s */
            goto 16
         8: .line 429
      StackMap locals:
      StackMap stack:
            ldc "int"
            astore 4 /* s */
            goto 16
         9: .line 430
      StackMap locals:
      StackMap stack:
            ldc "long"
            astore 4 /* s */
            goto 16
        10: .line 431
      StackMap locals:
      StackMap stack:
            ldc "float"
            astore 4 /* s */
            goto 16
        11: .line 432
      StackMap locals:
      StackMap stack:
            ldc "double"
            astore 4 /* s */
            goto 16
        12: .line 433
      StackMap locals:
      StackMap stack:
            ldc "<error>"
            astore 4 /* s */
        13: .line 434
            aload 0 /* this */
            getstatic sun.tools.java.Type.tPackage:Lsun/tools/java/Type;
            if_acmpne 16
            ldc "<package>"
            astore 4 /* s */
        14: .line 435
            goto 16
        15: .line 436
      StackMap locals:
      StackMap stack:
            ldc "unknown"
            astore 4 /* s */
        16: .line 439
      StackMap locals:
      StackMap stack:
            aload 1 /* id */
            invokevirtual java.lang.String.length:()I
            ifle 17
            new java.lang.StringBuilder
            dup
            aload 4 /* s */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* id */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            goto 18
      StackMap locals:
      StackMap stack:
        17: aload 4 /* s */
      StackMap locals:
      StackMap stack: java.lang.String
        18: areturn
        end local 4 // java.lang.String s
        end local 3 // boolean ret
        end local 2 // boolean abbrev
        end local 1 // java.lang.String id
        end local 0 // sun.tools.java.Type this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   19     0    this  Lsun/tools/java/Type;
            0   19     1      id  Ljava/lang/String;
            0   19     2  abbrev  Z
            0   19     3     ret  Z
            1   19     4       s  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      id      
      abbrev  
      ret     

  public java.lang.String typeString(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.tools.java.Type this
        start local 1 // java.lang.String id
         0: .line 446
            aload 0 /* this */
            aload 1 /* id */
            iconst_0
            iconst_1
            invokevirtual sun.tools.java.Type.typeString:(Ljava/lang/String;ZZ)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String id
        end local 0 // sun.tools.java.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/tools/java/Type;
            0    1     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.tools.java.Type this
         0: .line 453
            aload 0 /* this */
            ldc ""
            iconst_0
            iconst_1
            invokevirtual sun.tools.java.Type.typeString:(Ljava/lang/String;ZZ)Ljava/lang/String;
            areturn
        end local 0 // sun.tools.java.Type this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/tools/java/Type;
}
SourceFile: "Type.java"