final class com.sun.tools.javac.model.AnnotationProxyMaker$MirroredTypesExceptionProxy extends sun.reflect.annotation.ExceptionProxy
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.tools.javac.model.AnnotationProxyMaker$MirroredTypesExceptionProxy
  super_class: sun.reflect.annotation.ExceptionProxy
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 269

  private transient com.sun.tools.javac.util.List<javax.lang.model.type.TypeMirror> types;
    descriptor: Lcom/sun/tools/javac/util/List;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT
    Signature: Lcom/sun/tools/javac/util/List<Ljavax/lang/model/type/TypeMirror;>;

  private final java.lang.String typeStrings;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.sun.tools.javac.util.List<javax.lang.model.type.TypeMirror>);
    descriptor: (Lcom/sun/tools/javac/util/List;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.model.AnnotationProxyMaker$MirroredTypesExceptionProxy this
        start local 1 // com.sun.tools.javac.util.List ts
         0: .line 332
            aload 0 /* this */
            invokespecial sun.reflect.annotation.ExceptionProxy.<init>:()V
         1: .line 333
            aload 0 /* this */
            aload 1 /* ts */
            putfield com.sun.tools.javac.model.AnnotationProxyMaker$MirroredTypesExceptionProxy.types:Lcom/sun/tools/javac/util/List;
         2: .line 334
            aload 0 /* this */
            aload 1 /* ts */
            invokevirtual com.sun.tools.javac.util.List.toString:()Ljava/lang/String;
            putfield com.sun.tools.javac.model.AnnotationProxyMaker$MirroredTypesExceptionProxy.typeStrings:Ljava/lang/String;
         3: .line 335
            return
        end local 1 // com.sun.tools.javac.util.List ts
        end local 0 // com.sun.tools.javac.model.AnnotationProxyMaker$MirroredTypesExceptionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/javac/model/AnnotationProxyMaker$MirroredTypesExceptionProxy;
            0    4     1    ts  Lcom/sun/tools/javac/util/List<Ljavax/lang/model/type/TypeMirror;>;
    Signature: (Lcom/sun/tools/javac/util/List<Ljavax/lang/model/type/TypeMirror;>;)V
    MethodParameters:
      Name  Flags
      ts    

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.model.AnnotationProxyMaker$MirroredTypesExceptionProxy this
         0: .line 338
            aload 0 /* this */
            getfield com.sun.tools.javac.model.AnnotationProxyMaker$MirroredTypesExceptionProxy.typeStrings:Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.javac.model.AnnotationProxyMaker$MirroredTypesExceptionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/model/AnnotationProxyMaker$MirroredTypesExceptionProxy;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.model.AnnotationProxyMaker$MirroredTypesExceptionProxy this
         0: .line 342
            aload 0 /* this */
            getfield com.sun.tools.javac.model.AnnotationProxyMaker$MirroredTypesExceptionProxy.types:Lcom/sun/tools/javac/util/List;
            ifnull 1
            aload 0 /* this */
            getfield com.sun.tools.javac.model.AnnotationProxyMaker$MirroredTypesExceptionProxy.types:Lcom/sun/tools/javac/util/List;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.sun.tools.javac.model.AnnotationProxyMaker$MirroredTypesExceptionProxy.typeStrings:Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.Object
         2: invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // com.sun.tools.javac.model.AnnotationProxyMaker$MirroredTypesExceptionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/model/AnnotationProxyMaker$MirroredTypesExceptionProxy;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.model.AnnotationProxyMaker$MirroredTypesExceptionProxy this
        start local 1 // java.lang.Object obj
         0: .line 346
            aload 0 /* this */
            getfield com.sun.tools.javac.model.AnnotationProxyMaker$MirroredTypesExceptionProxy.types:Lcom/sun/tools/javac/util/List;
            ifnull 7
         1: .line 347
            aload 1 /* obj */
            instanceof com.sun.tools.javac.model.AnnotationProxyMaker$MirroredTypesExceptionProxy
            ifeq 7
         2: .line 348
            aload 0 /* this */
            getfield com.sun.tools.javac.model.AnnotationProxyMaker$MirroredTypesExceptionProxy.types:Lcom/sun/tools/javac/util/List;
         3: .line 349
            aload 1 /* obj */
            checkcast com.sun.tools.javac.model.AnnotationProxyMaker$MirroredTypesExceptionProxy
            getfield com.sun.tools.javac.model.AnnotationProxyMaker$MirroredTypesExceptionProxy.types:Lcom/sun/tools/javac/util/List;
         4: .line 348
            invokevirtual com.sun.tools.javac.util.List.equals:(Ljava/lang/Object;)Z
         5: .line 349
            ifeq 7
         6: .line 346
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         7: iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.sun.tools.javac.model.AnnotationProxyMaker$MirroredTypesExceptionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/tools/javac/model/AnnotationProxyMaker$MirroredTypesExceptionProxy;
            0    8     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  protected java.lang.RuntimeException generateException();
    descriptor: ()Ljava/lang/RuntimeException;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.model.AnnotationProxyMaker$MirroredTypesExceptionProxy this
         0: .line 353
            new javax.lang.model.type.MirroredTypesException
            dup
            aload 0 /* this */
            getfield com.sun.tools.javac.model.AnnotationProxyMaker$MirroredTypesExceptionProxy.types:Lcom/sun/tools/javac/util/List;
            invokespecial javax.lang.model.type.MirroredTypesException.<init>:(Ljava/util/List;)V
            areturn
        end local 0 // com.sun.tools.javac.model.AnnotationProxyMaker$MirroredTypesExceptionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/model/AnnotationProxyMaker$MirroredTypesExceptionProxy;

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.model.AnnotationProxyMaker$MirroredTypesExceptionProxy this
        start local 1 // java.io.ObjectInputStream s
         0: .line 359
            aload 1 /* s */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 360
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.model.AnnotationProxyMaker$MirroredTypesExceptionProxy.types:Lcom/sun/tools/javac/util/List;
         2: .line 361
            return
        end local 1 // java.io.ObjectInputStream s
        end local 0 // com.sun.tools.javac.model.AnnotationProxyMaker$MirroredTypesExceptionProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/model/AnnotationProxyMaker$MirroredTypesExceptionProxy;
            0    3     1     s  Ljava/io/ObjectInputStream;
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      s     
}
SourceFile: "AnnotationProxyMaker.java"
NestHost: com.sun.tools.javac.model.AnnotationProxyMaker
InnerClasses:
  private final MirroredTypesExceptionProxy = com.sun.tools.javac.model.AnnotationProxyMaker$MirroredTypesExceptionProxy of com.sun.tools.javac.model.AnnotationProxyMaker