final class com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo implements java.lang.Comparable<com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo
  super_class: java.lang.Object
{
  private final javax.lang.model.type.TypeMirror paramType;
    descriptor: Ljavax/lang/model/type/TypeMirror;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final java.util.List<java.lang.annotation.Annotation> jaxbAnnotations;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/annotation/Annotation;>;

  public void <init>(javax.lang.model.type.TypeMirror, java.lang.String, java.util.List<java.lang.annotation.Annotation>);
    descriptor: (Ljavax/lang/model/type/TypeMirror;Ljava/lang/String;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo this
        start local 1 // javax.lang.model.type.TypeMirror paramType
        start local 2 // java.lang.String paramName
        start local 3 // java.util.List jaxbAnnotations
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            aload 0 /* this */
            aload 1 /* paramType */
            putfield com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo.paramType:Ljavax/lang/model/type/TypeMirror;
         2: .line 44
            aload 0 /* this */
            aload 2 /* paramName */
            putfield com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo.paramName:Ljava/lang/String;
         3: .line 45
            aload 0 /* this */
            aload 3 /* jaxbAnnotations */
            putfield com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo.jaxbAnnotations:Ljava/util/List;
         4: .line 46
            return
        end local 3 // java.util.List jaxbAnnotations
        end local 2 // java.lang.String paramName
        end local 1 // javax.lang.model.type.TypeMirror paramType
        end local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lcom/sun/tools/internal/ws/processor/modeler/annotation/MemberInfo;
            0    5     1        paramType  Ljavax/lang/model/type/TypeMirror;
            0    5     2        paramName  Ljava/lang/String;
            0    5     3  jaxbAnnotations  Ljava/util/List<Ljava/lang/annotation/Annotation;>;
    Signature: (Ljavax/lang/model/type/TypeMirror;Ljava/lang/String;Ljava/util/List<Ljava/lang/annotation/Annotation;>;)V
    MethodParameters:
                 Name  Flags
      paramType        
      paramName        
      jaxbAnnotations  

  public java.util.List<java.lang.annotation.Annotation> getJaxbAnnotations();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo this
         0: .line 49
            aload 0 /* this */
            getfield com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo.jaxbAnnotations:Ljava/util/List;
            areturn
        end local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/ws/processor/modeler/annotation/MemberInfo;
    Signature: ()Ljava/util/List<Ljava/lang/annotation/Annotation;>;

  public javax.lang.model.type.TypeMirror getParamType();
    descriptor: ()Ljavax/lang/model/type/TypeMirror;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo this
         0: .line 53
            aload 0 /* this */
            getfield com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo.paramType:Ljavax/lang/model/type/TypeMirror;
            areturn
        end local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/ws/processor/modeler/annotation/MemberInfo;

  public java.lang.String getParamName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo this
         0: .line 57
            aload 0 /* this */
            getfield com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo.paramName:Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/ws/processor/modeler/annotation/MemberInfo;

  public int compareTo(com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo);
    descriptor: (Lcom/sun/tools/internal/ws/processor/modeler/annotation/MemberInfo;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo this
        start local 1 // com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo member
         0: .line 62
            aload 0 /* this */
            getfield com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo.paramName:Ljava/lang/String;
            aload 1 /* member */
            getfield com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo.paramName:Ljava/lang/String;
            invokevirtual java.lang.String.compareTo:(Ljava/lang/String;)I
            ireturn
        end local 1 // com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo member
        end local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/tools/internal/ws/processor/modeler/annotation/MemberInfo;
            0    1     1  member  Lcom/sun/tools/internal/ws/processor/modeler/annotation/MemberInfo;
    MethodParameters:
        Name  Flags
      member  

  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.internal.ws.processor.modeler.annotation.MemberInfo this
        start local 1 // java.lang.Object o
         0: .line 67
            aload 0 /* this */
            aload 1 /* o */
            invokespecial java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/ws/processor/modeler/annotation/MemberInfo;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo this
         0: .line 72
            iconst_5
            istore 1 /* hash */
        start local 1 // int hash
         1: .line 73
            bipush 47
            iload 1 /* hash */
            imul
            aload 0 /* this */
            getfield com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo.paramType:Ljavax/lang/model/type/TypeMirror;
            ifnull 2
            aload 0 /* this */
            getfield com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo.paramType:Ljavax/lang/model/type/TypeMirror;
            invokeinterface javax.lang.model.type.TypeMirror.hashCode:()I
            goto 3
      StackMap locals: com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo int
      StackMap stack: int
         2: iconst_0
      StackMap locals: com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo int
      StackMap stack: int int
         3: iadd
            istore 1 /* hash */
         4: .line 74
            bipush 47
            iload 1 /* hash */
            imul
            aload 0 /* this */
            getfield com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo.paramName:Ljava/lang/String;
            ifnull 5
            aload 0 /* this */
            getfield com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo.paramName:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            goto 6
      StackMap locals:
      StackMap stack: int
         5: iconst_0
      StackMap locals: com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo int
      StackMap stack: int int
         6: iadd
            istore 1 /* hash */
         7: .line 75
            bipush 47
            iload 1 /* hash */
            imul
            aload 0 /* this */
            getfield com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo.jaxbAnnotations:Ljava/util/List;
            ifnull 8
            aload 0 /* this */
            getfield com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo.jaxbAnnotations:Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            goto 9
      StackMap locals:
      StackMap stack: int
         8: iconst_0
      StackMap locals: com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo int
      StackMap stack: int int
         9: iadd
            istore 1 /* hash */
        10: .line 76
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/sun/tools/internal/ws/processor/modeler/annotation/MemberInfo;
            1   11     1  hash  I

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo
            invokevirtual com.sun.tools.internal.ws.processor.modeler.annotation.MemberInfo.compareTo:(Lcom/sun/tools/internal/ws/processor/modeler/annotation/MemberInfo;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/lang/Comparable<Lcom/sun/tools/internal/ws/processor/modeler/annotation/MemberInfo;>;
SourceFile: "MemberInfo.java"