public final class com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl extends com.sun.xml.internal.bind.v2.model.annotation.AbstractInlineAnnotationReaderImpl<javax.lang.model.type.TypeMirror, javax.lang.model.element.TypeElement, javax.lang.model.element.VariableElement, javax.lang.model.element.ExecutableElement>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl
  super_class: com.sun.xml.internal.bind.v2.model.annotation.AbstractInlineAnnotationReaderImpl
{
  public static final com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl theInstance;
    descriptor: Lcom/sun/tools/internal/jxc/ap/InlineAnnotationReaderImpl;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 52
            ldc Lcom/sun/tools/internal/jxc/ap/InlineAnnotationReaderImpl;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl.$assertionsDisabled:Z
         3: .line 55
            new com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl
            dup
            invokespecial com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl.<init>:()V
            putstatic com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl.theInstance:Lcom/sun/tools/internal/jxc/ap/InlineAnnotationReaderImpl;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl this
         0: .line 57
            aload 0 /* this */
            invokespecial com.sun.xml.internal.bind.v2.model.annotation.AbstractInlineAnnotationReaderImpl.<init>:()V
            return
        end local 0 // com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/jxc/ap/InlineAnnotationReaderImpl;

  public <A extends java.lang.annotation.Annotation> A getClassAnnotation(java.lang.Class<A>, javax.lang.model.element.TypeElement, com.sun.xml.internal.bind.v2.model.annotation.Locatable);
    descriptor: (Ljava/lang/Class;Ljavax/lang/model/element/TypeElement;Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl this
        start local 1 // java.lang.Class a
        start local 2 // javax.lang.model.element.TypeElement clazz
        start local 3 // com.sun.xml.internal.bind.v2.model.annotation.Locatable srcPos
         0: .line 60
            aload 2 /* clazz */
            aload 1 /* a */
            invokeinterface javax.lang.model.element.TypeElement.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            aload 3 /* srcPos */
            invokestatic com.sun.xml.internal.bind.v2.model.annotation.LocatableAnnotation.create:(Ljava/lang/annotation/Annotation;Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)Ljava/lang/annotation/Annotation;
            areturn
        end local 3 // com.sun.xml.internal.bind.v2.model.annotation.Locatable srcPos
        end local 2 // javax.lang.model.element.TypeElement clazz
        end local 1 // java.lang.Class a
        end local 0 // com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/tools/internal/jxc/ap/InlineAnnotationReaderImpl;
            0    1     1       a  Ljava/lang/Class<TA;>;
            0    1     2   clazz  Ljavax/lang/model/element/TypeElement;
            0    1     3  srcPos  Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;
    Signature: <A::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TA;>;Ljavax/lang/model/element/TypeElement;Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)TA;
    MethodParameters:
        Name  Flags
      a       
      clazz   
      srcPos  

  public <A extends java.lang.annotation.Annotation> A getFieldAnnotation(java.lang.Class<A>, javax.lang.model.element.VariableElement, com.sun.xml.internal.bind.v2.model.annotation.Locatable);
    descriptor: (Ljava/lang/Class;Ljavax/lang/model/element/VariableElement;Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl this
        start local 1 // java.lang.Class a
        start local 2 // javax.lang.model.element.VariableElement f
        start local 3 // com.sun.xml.internal.bind.v2.model.annotation.Locatable srcPos
         0: .line 64
            aload 2 /* f */
            aload 1 /* a */
            invokeinterface javax.lang.model.element.VariableElement.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            aload 3 /* srcPos */
            invokestatic com.sun.xml.internal.bind.v2.model.annotation.LocatableAnnotation.create:(Ljava/lang/annotation/Annotation;Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)Ljava/lang/annotation/Annotation;
            areturn
        end local 3 // com.sun.xml.internal.bind.v2.model.annotation.Locatable srcPos
        end local 2 // javax.lang.model.element.VariableElement f
        end local 1 // java.lang.Class a
        end local 0 // com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/tools/internal/jxc/ap/InlineAnnotationReaderImpl;
            0    1     1       a  Ljava/lang/Class<TA;>;
            0    1     2       f  Ljavax/lang/model/element/VariableElement;
            0    1     3  srcPos  Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;
    Signature: <A::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TA;>;Ljavax/lang/model/element/VariableElement;Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)TA;
    MethodParameters:
        Name  Flags
      a       
      f       
      srcPos  

  public boolean hasFieldAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation>, javax.lang.model.element.VariableElement);
    descriptor: (Ljava/lang/Class;Ljavax/lang/model/element/VariableElement;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl this
        start local 1 // java.lang.Class annotationType
        start local 2 // javax.lang.model.element.VariableElement f
         0: .line 68
            aload 2 /* f */
            aload 1 /* annotationType */
            invokeinterface javax.lang.model.element.VariableElement.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 2 // javax.lang.model.element.VariableElement f
        end local 1 // java.lang.Class annotationType
        end local 0 // com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/sun/tools/internal/jxc/ap/InlineAnnotationReaderImpl;
            0    2     1  annotationType  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
            0    2     2               f  Ljavax/lang/model/element/VariableElement;
    Signature: (Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;Ljavax/lang/model/element/VariableElement;)Z
    MethodParameters:
                Name  Flags
      annotationType  
      f               

  public boolean hasClassAnnotation(javax.lang.model.element.TypeElement, java.lang.Class<? extends java.lang.annotation.Annotation>);
    descriptor: (Ljavax/lang/model/element/TypeElement;Ljava/lang/Class;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl this
        start local 1 // javax.lang.model.element.TypeElement clazz
        start local 2 // java.lang.Class annotationType
         0: .line 72
            aload 1 /* clazz */
            aload 2 /* annotationType */
            invokeinterface javax.lang.model.element.TypeElement.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 2 // java.lang.Class annotationType
        end local 1 // javax.lang.model.element.TypeElement clazz
        end local 0 // com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/sun/tools/internal/jxc/ap/InlineAnnotationReaderImpl;
            0    2     1           clazz  Ljavax/lang/model/element/TypeElement;
            0    2     2  annotationType  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
    Signature: (Ljavax/lang/model/element/TypeElement;Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;)Z
    MethodParameters:
                Name  Flags
      clazz           
      annotationType  

  public java.lang.annotation.Annotation[] getAllFieldAnnotations(javax.lang.model.element.VariableElement, com.sun.xml.internal.bind.v2.model.annotation.Locatable);
    descriptor: (Ljavax/lang/model/element/VariableElement;Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)[Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl this
        start local 1 // javax.lang.model.element.VariableElement field
        start local 2 // com.sun.xml.internal.bind.v2.model.annotation.Locatable srcPos
         0: .line 76
            aload 0 /* this */
            aload 1 /* field */
            aload 2 /* srcPos */
            invokevirtual com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl.getAllAnnotations:(Ljavax/lang/model/element/Element;Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)[Ljava/lang/annotation/Annotation;
            areturn
        end local 2 // com.sun.xml.internal.bind.v2.model.annotation.Locatable srcPos
        end local 1 // javax.lang.model.element.VariableElement field
        end local 0 // com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/tools/internal/jxc/ap/InlineAnnotationReaderImpl;
            0    1     1   field  Ljavax/lang/model/element/VariableElement;
            0    1     2  srcPos  Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;
    MethodParameters:
        Name  Flags
      field   
      srcPos  

  public <A extends java.lang.annotation.Annotation> A getMethodAnnotation(java.lang.Class<A>, javax.lang.model.element.ExecutableElement, com.sun.xml.internal.bind.v2.model.annotation.Locatable);
    descriptor: (Ljava/lang/Class;Ljavax/lang/model/element/ExecutableElement;Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl this
        start local 1 // java.lang.Class a
        start local 2 // javax.lang.model.element.ExecutableElement method
        start local 3 // com.sun.xml.internal.bind.v2.model.annotation.Locatable srcPos
         0: .line 80
            aload 2 /* method */
            aload 1 /* a */
            invokeinterface javax.lang.model.element.ExecutableElement.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            aload 3 /* srcPos */
            invokestatic com.sun.xml.internal.bind.v2.model.annotation.LocatableAnnotation.create:(Ljava/lang/annotation/Annotation;Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)Ljava/lang/annotation/Annotation;
            areturn
        end local 3 // com.sun.xml.internal.bind.v2.model.annotation.Locatable srcPos
        end local 2 // javax.lang.model.element.ExecutableElement method
        end local 1 // java.lang.Class a
        end local 0 // com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/tools/internal/jxc/ap/InlineAnnotationReaderImpl;
            0    1     1       a  Ljava/lang/Class<TA;>;
            0    1     2  method  Ljavax/lang/model/element/ExecutableElement;
            0    1     3  srcPos  Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;
    Signature: <A::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TA;>;Ljavax/lang/model/element/ExecutableElement;Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)TA;
    MethodParameters:
        Name  Flags
      a       
      method  
      srcPos  

  public boolean hasMethodAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation>, javax.lang.model.element.ExecutableElement);
    descriptor: (Ljava/lang/Class;Ljavax/lang/model/element/ExecutableElement;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl this
        start local 1 // java.lang.Class a
        start local 2 // javax.lang.model.element.ExecutableElement method
         0: .line 84
            aload 2 /* method */
            aload 1 /* a */
            invokeinterface javax.lang.model.element.ExecutableElement.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 2 // javax.lang.model.element.ExecutableElement method
        end local 1 // java.lang.Class a
        end local 0 // com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/tools/internal/jxc/ap/InlineAnnotationReaderImpl;
            0    2     1       a  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
            0    2     2  method  Ljavax/lang/model/element/ExecutableElement;
    Signature: (Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;Ljavax/lang/model/element/ExecutableElement;)Z
    MethodParameters:
        Name  Flags
      a       
      method  

  public java.lang.annotation.Annotation[] getAllMethodAnnotations(javax.lang.model.element.ExecutableElement, com.sun.xml.internal.bind.v2.model.annotation.Locatable);
    descriptor: (Ljavax/lang/model/element/ExecutableElement;Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)[Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl this
        start local 1 // javax.lang.model.element.ExecutableElement method
        start local 2 // com.sun.xml.internal.bind.v2.model.annotation.Locatable srcPos
         0: .line 88
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* srcPos */
            invokevirtual com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl.getAllAnnotations:(Ljavax/lang/model/element/Element;Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)[Ljava/lang/annotation/Annotation;
            areturn
        end local 2 // com.sun.xml.internal.bind.v2.model.annotation.Locatable srcPos
        end local 1 // javax.lang.model.element.ExecutableElement method
        end local 0 // com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/tools/internal/jxc/ap/InlineAnnotationReaderImpl;
            0    1     1  method  Ljavax/lang/model/element/ExecutableElement;
            0    1     2  srcPos  Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;
    MethodParameters:
        Name  Flags
      method  
      srcPos  

  private java.lang.annotation.Annotation[] getAllAnnotations(javax.lang.model.element.Element, com.sun.xml.internal.bind.v2.model.annotation.Locatable);
    descriptor: (Ljavax/lang/model/element/Element;Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)[Ljava/lang/annotation/Annotation;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=9, args_size=3
        start local 0 // com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl this
        start local 1 // javax.lang.model.element.Element decl
        start local 2 // com.sun.xml.internal.bind.v2.model.annotation.Locatable srcPos
         0: .line 95
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* r */
        start local 3 // java.util.List r
         1: .line 97
            aload 1 /* decl */
            invokeinterface javax.lang.model.element.Element.getAnnotationMirrors:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 11
      StackMap locals: com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl javax.lang.model.element.Element com.sun.xml.internal.bind.v2.model.annotation.Locatable java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast javax.lang.model.element.AnnotationMirror
            astore 4 /* m */
        start local 4 // javax.lang.model.element.AnnotationMirror m
         3: .line 99
            aload 4 /* m */
            invokeinterface javax.lang.model.element.AnnotationMirror.getAnnotationType:()Ljavax/lang/model/type/DeclaredType;
            invokeinterface javax.lang.model.type.DeclaredType.asElement:()Ljavax/lang/model/element/Element;
            checkcast javax.lang.model.element.TypeElement
            invokeinterface javax.lang.model.element.TypeElement.getQualifiedName:()Ljavax/lang/model/element/Name;
            invokeinterface javax.lang.model.element.Name.toString:()Ljava/lang/String;
            astore 6 /* fullName */
        start local 6 // java.lang.String fullName
         4: .line 101
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokestatic com.sun.tools.internal.jxc.ap.SecureLoader.getClassClassLoader:(Ljava/lang/Class;)Ljava/lang/ClassLoader;
            aload 6 /* fullName */
            invokevirtual java.lang.ClassLoader.loadClass:(Ljava/lang/String;)Ljava/lang/Class;
            ldc Ljava/lang/annotation/Annotation;
            invokevirtual java.lang.Class.asSubclass:(Ljava/lang/Class;)Ljava/lang/Class;
         5: .line 100
            astore 7 /* type */
        start local 7 // java.lang.Class type
         6: .line 102
            aload 1 /* decl */
            aload 7 /* type */
            invokeinterface javax.lang.model.element.Element.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            astore 8 /* annotation */
        start local 8 // java.lang.annotation.Annotation annotation
         7: .line 103
            aload 8 /* annotation */
            ifnull 11
         8: .line 104
            aload 3 /* r */
            aload 8 /* annotation */
            aload 2 /* srcPos */
            invokestatic com.sun.xml.internal.bind.v2.model.annotation.LocatableAnnotation.create:(Ljava/lang/annotation/Annotation;Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)Ljava/lang/annotation/Annotation;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 8 // java.lang.annotation.Annotation annotation
        end local 7 // java.lang.Class type
        end local 6 // java.lang.String fullName
         9: .line 105
            goto 11
      StackMap locals: com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl javax.lang.model.element.Element com.sun.xml.internal.bind.v2.model.annotation.Locatable java.util.List javax.lang.model.element.AnnotationMirror java.util.Iterator
      StackMap stack: java.lang.ClassNotFoundException
        10: pop
        end local 4 // javax.lang.model.element.AnnotationMirror m
        11: .line 97
      StackMap locals: com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl javax.lang.model.element.Element com.sun.xml.internal.bind.v2.model.annotation.Locatable java.util.List top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        12: .line 110
            aload 3 /* r */
            aload 3 /* r */
            invokeinterface java.util.List.size:()I
            anewarray java.lang.annotation.Annotation
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast java.lang.annotation.Annotation[]
            areturn
        end local 3 // java.util.List r
        end local 2 // com.sun.xml.internal.bind.v2.model.annotation.Locatable srcPos
        end local 1 // javax.lang.model.element.Element decl
        end local 0 // com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lcom/sun/tools/internal/jxc/ap/InlineAnnotationReaderImpl;
            0   13     1        decl  Ljavax/lang/model/element/Element;
            0   13     2      srcPos  Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;
            1   13     3           r  Ljava/util/List<Ljava/lang/annotation/Annotation;>;
            3   11     4           m  Ljavax/lang/model/element/AnnotationMirror;
            4    9     6    fullName  Ljava/lang/String;
            6    9     7        type  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
            7    9     8  annotation  Ljava/lang/annotation/Annotation;
      Exception table:
        from    to  target  type
           3     9      10  Class java.lang.ClassNotFoundException
    MethodParameters:
        Name  Flags
      decl    
      srcPos  

  public <A extends java.lang.annotation.Annotation> A getMethodParameterAnnotation(java.lang.Class<A>, javax.lang.model.element.ExecutableElement, int, com.sun.xml.internal.bind.v2.model.annotation.Locatable);
    descriptor: (Ljava/lang/Class;Ljavax/lang/model/element/ExecutableElement;ILcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=5
        start local 0 // com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl this
        start local 1 // java.lang.Class a
        start local 2 // javax.lang.model.element.ExecutableElement m
        start local 3 // int paramIndex
        start local 4 // com.sun.xml.internal.bind.v2.model.annotation.Locatable srcPos
         0: .line 114
            aload 2 /* m */
            invokeinterface javax.lang.model.element.ExecutableElement.getParameters:()Ljava/util/List;
            aload 2 /* m */
            invokeinterface javax.lang.model.element.ExecutableElement.getParameters:()Ljava/util/List;
            invokeinterface java.util.List.size:()I
            anewarray javax.lang.model.element.VariableElement
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast javax.lang.model.element.VariableElement[]
            astore 5 /* params */
        start local 5 // javax.lang.model.element.VariableElement[] params
         1: .line 116
            aload 5 /* params */
            iload 3 /* paramIndex */
            aaload
            aload 1 /* a */
            invokeinterface javax.lang.model.element.VariableElement.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            aload 4 /* srcPos */
         2: .line 115
            invokestatic com.sun.xml.internal.bind.v2.model.annotation.LocatableAnnotation.create:(Ljava/lang/annotation/Annotation;Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)Ljava/lang/annotation/Annotation;
            areturn
        end local 5 // javax.lang.model.element.VariableElement[] params
        end local 4 // com.sun.xml.internal.bind.v2.model.annotation.Locatable srcPos
        end local 3 // int paramIndex
        end local 2 // javax.lang.model.element.ExecutableElement m
        end local 1 // java.lang.Class a
        end local 0 // com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/sun/tools/internal/jxc/ap/InlineAnnotationReaderImpl;
            0    3     1           a  Ljava/lang/Class<TA;>;
            0    3     2           m  Ljavax/lang/model/element/ExecutableElement;
            0    3     3  paramIndex  I
            0    3     4      srcPos  Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;
            1    3     5      params  [Ljavax/lang/model/element/VariableElement;
    Signature: <A::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TA;>;Ljavax/lang/model/element/ExecutableElement;ILcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)TA;
    MethodParameters:
            Name  Flags
      a           
      m           
      paramIndex  
      srcPos      

  public <A extends java.lang.annotation.Annotation> A getPackageAnnotation(java.lang.Class<A>, javax.lang.model.element.TypeElement, com.sun.xml.internal.bind.v2.model.annotation.Locatable);
    descriptor: (Ljava/lang/Class;Ljavax/lang/model/element/TypeElement;Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl this
        start local 1 // java.lang.Class a
        start local 2 // javax.lang.model.element.TypeElement clazz
        start local 3 // com.sun.xml.internal.bind.v2.model.annotation.Locatable srcPos
         0: .line 120
            aload 2 /* clazz */
            invokeinterface javax.lang.model.element.TypeElement.getEnclosingElement:()Ljavax/lang/model/element/Element;
            aload 1 /* a */
            invokeinterface javax.lang.model.element.Element.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            aload 3 /* srcPos */
            invokestatic com.sun.xml.internal.bind.v2.model.annotation.LocatableAnnotation.create:(Ljava/lang/annotation/Annotation;Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)Ljava/lang/annotation/Annotation;
            areturn
        end local 3 // com.sun.xml.internal.bind.v2.model.annotation.Locatable srcPos
        end local 2 // javax.lang.model.element.TypeElement clazz
        end local 1 // java.lang.Class a
        end local 0 // com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/tools/internal/jxc/ap/InlineAnnotationReaderImpl;
            0    1     1       a  Ljava/lang/Class<TA;>;
            0    1     2   clazz  Ljavax/lang/model/element/TypeElement;
            0    1     3  srcPos  Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;
    Signature: <A::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TA;>;Ljavax/lang/model/element/TypeElement;Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)TA;
    MethodParameters:
        Name  Flags
      a       
      clazz   
      srcPos  

  public javax.lang.model.type.TypeMirror getClassValue(java.lang.annotation.Annotation, java.lang.String);
    descriptor: (Ljava/lang/annotation/Annotation;Ljava/lang/String;)Ljavax/lang/model/type/TypeMirror;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl this
        start local 1 // java.lang.annotation.Annotation a
        start local 2 // java.lang.String name
         0: .line 125
            aload 1 /* a */
            invokeinterface java.lang.annotation.Annotation.annotationType:()Ljava/lang/Class;
            aload 2 /* name */
            iconst_0
            anewarray java.lang.Class
            invokevirtual java.lang.Class.getMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            aload 1 /* a */
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 126
            getstatic com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl.$assertionsDisabled:Z
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 127
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "should throw a MirroredTypeException"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 128
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 3 /* e */
        start local 3 // java.lang.IllegalAccessException e
         4: .line 129
            new java.lang.IllegalAccessError
            dup
            aload 3 /* e */
            invokevirtual java.lang.IllegalAccessException.getMessage:()Ljava/lang/String;
            invokespecial java.lang.IllegalAccessError.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // java.lang.IllegalAccessException e
         5: .line 130
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 3 /* e */
        start local 3 // java.lang.reflect.InvocationTargetException e
         6: .line 131
            aload 3 /* e */
            invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
            instanceof javax.lang.model.type.MirroredTypeException
            ifeq 9
         7: .line 132
            aload 3 /* e */
            invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
            checkcast javax.lang.model.type.MirroredTypeException
            astore 4 /* me */
        start local 4 // javax.lang.model.type.MirroredTypeException me
         8: .line 133
            aload 4 /* me */
            invokevirtual javax.lang.model.type.MirroredTypeException.getTypeMirror:()Ljavax/lang/model/type/TypeMirror;
            areturn
        end local 4 // javax.lang.model.type.MirroredTypeException me
         9: .line 136
      StackMap locals: java.lang.reflect.InvocationTargetException
      StackMap stack:
            new java.lang.RuntimeException
            dup
            aload 3 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.lang.reflect.InvocationTargetException e
        10: .line 137
      StackMap locals: com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl java.lang.annotation.Annotation java.lang.String
      StackMap stack: java.lang.NoSuchMethodException
            astore 3 /* e */
        start local 3 // java.lang.NoSuchMethodException e
        11: .line 138
            new java.lang.NoSuchMethodError
            dup
            aload 3 /* e */
            invokevirtual java.lang.NoSuchMethodException.getMessage:()Ljava/lang/String;
            invokespecial java.lang.NoSuchMethodError.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // java.lang.NoSuchMethodException e
        end local 2 // java.lang.String name
        end local 1 // java.lang.annotation.Annotation a
        end local 0 // com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/sun/tools/internal/jxc/ap/InlineAnnotationReaderImpl;
            0   12     1     a  Ljava/lang/annotation/Annotation;
            0   12     2  name  Ljava/lang/String;
            4    5     3     e  Ljava/lang/IllegalAccessException;
            6   10     3     e  Ljava/lang/reflect/InvocationTargetException;
            8    9     4    me  Ljavax/lang/model/type/MirroredTypeException;
           11   12     3     e  Ljava/lang/NoSuchMethodException;
      Exception table:
        from    to  target  type
           0     3       3  Class java.lang.IllegalAccessException
           0     3       5  Class java.lang.reflect.InvocationTargetException
           0     3      10  Class java.lang.NoSuchMethodException
    MethodParameters:
      Name  Flags
      a     
      name  

  public javax.lang.model.type.TypeMirror[] getClassArrayValue(java.lang.annotation.Annotation, java.lang.String);
    descriptor: (Ljava/lang/annotation/Annotation;Ljava/lang/String;)[Ljavax/lang/model/type/TypeMirror;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl this
        start local 1 // java.lang.annotation.Annotation a
        start local 2 // java.lang.String name
         0: .line 144
            aload 1 /* a */
            invokeinterface java.lang.annotation.Annotation.annotationType:()Ljava/lang/Class;
            aload 2 /* name */
            iconst_0
            anewarray java.lang.Class
            invokevirtual java.lang.Class.getMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            aload 1 /* a */
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 145
            getstatic com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl.$assertionsDisabled:Z
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 146
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "should throw a MirroredTypesException"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 147
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 3 /* e */
        start local 3 // java.lang.IllegalAccessException e
         4: .line 148
            new java.lang.IllegalAccessError
            dup
            aload 3 /* e */
            invokevirtual java.lang.IllegalAccessException.getMessage:()Ljava/lang/String;
            invokespecial java.lang.IllegalAccessError.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // java.lang.IllegalAccessException e
         5: .line 149
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 3 /* e */
        start local 3 // java.lang.reflect.InvocationTargetException e
         6: .line 150
            aload 3 /* e */
            invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
            instanceof javax.lang.model.type.MirroredTypesException
            ifeq 10
         7: .line 151
            aload 3 /* e */
            invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
            checkcast javax.lang.model.type.MirroredTypesException
            astore 4 /* me */
        start local 4 // javax.lang.model.type.MirroredTypesException me
         8: .line 152
            aload 4 /* me */
            invokevirtual javax.lang.model.type.MirroredTypesException.getTypeMirrors:()Ljava/util/List;
            astore 5 /* r */
        start local 5 // java.util.Collection r
         9: .line 153
            aload 5 /* r */
            aload 5 /* r */
            invokeinterface java.util.Collection.size:()I
            anewarray javax.lang.model.type.TypeMirror
            invokeinterface java.util.Collection.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast javax.lang.model.type.TypeMirror[]
            areturn
        end local 5 // java.util.Collection r
        end local 4 // javax.lang.model.type.MirroredTypesException me
        10: .line 157
      StackMap locals: java.lang.reflect.InvocationTargetException
      StackMap stack:
            aload 3 /* e */
            invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
            instanceof javax.lang.model.type.MirroredTypeException
            ifeq 16
        11: .line 158
            aload 3 /* e */
            invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
            checkcast javax.lang.model.type.MirroredTypeException
            astore 4 /* me */
        start local 4 // javax.lang.model.type.MirroredTypeException me
        12: .line 159
            aload 4 /* me */
            invokevirtual javax.lang.model.type.MirroredTypeException.getTypeMirror:()Ljavax/lang/model/type/TypeMirror;
            astore 5 /* tr */
        start local 5 // javax.lang.model.type.TypeMirror tr
        13: .line 160
            iconst_1
            anewarray javax.lang.model.type.TypeMirror
            astore 6 /* trArr */
        start local 6 // javax.lang.model.type.TypeMirror[] trArr
        14: .line 161
            aload 6 /* trArr */
            iconst_0
            aload 5 /* tr */
            aastore
        15: .line 162
            aload 6 /* trArr */
            areturn
        end local 6 // javax.lang.model.type.TypeMirror[] trArr
        end local 5 // javax.lang.model.type.TypeMirror tr
        end local 4 // javax.lang.model.type.MirroredTypeException me
        16: .line 166
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            aload 3 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.lang.reflect.InvocationTargetException e
        17: .line 167
      StackMap locals: com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl java.lang.annotation.Annotation java.lang.String
      StackMap stack: java.lang.NoSuchMethodException
            astore 3 /* e */
        start local 3 // java.lang.NoSuchMethodException e
        18: .line 168
            new java.lang.NoSuchMethodError
            dup
            aload 3 /* e */
            invokevirtual java.lang.NoSuchMethodException.getMessage:()Ljava/lang/String;
            invokespecial java.lang.NoSuchMethodError.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // java.lang.NoSuchMethodException e
        end local 2 // java.lang.String name
        end local 1 // java.lang.annotation.Annotation a
        end local 0 // com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   19     0   this  Lcom/sun/tools/internal/jxc/ap/InlineAnnotationReaderImpl;
            0   19     1      a  Ljava/lang/annotation/Annotation;
            0   19     2   name  Ljava/lang/String;
            4    5     3      e  Ljava/lang/IllegalAccessException;
            6   17     3      e  Ljava/lang/reflect/InvocationTargetException;
            8   10     4     me  Ljavax/lang/model/type/MirroredTypesException;
            9   10     5      r  Ljava/util/Collection<+Ljavax/lang/model/type/TypeMirror;>;
           12   16     4     me  Ljavax/lang/model/type/MirroredTypeException;
           13   16     5     tr  Ljavax/lang/model/type/TypeMirror;
           14   16     6  trArr  [Ljavax/lang/model/type/TypeMirror;
           18   19     3      e  Ljava/lang/NoSuchMethodException;
      Exception table:
        from    to  target  type
           0     3       3  Class java.lang.IllegalAccessException
           0     3       5  Class java.lang.reflect.InvocationTargetException
           0     3      17  Class java.lang.NoSuchMethodException
    MethodParameters:
      Name  Flags
      a     
      name  

  protected java.lang.String fullName(javax.lang.model.element.ExecutableElement);
    descriptor: (Ljavax/lang/model/element/ExecutableElement;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl this
        start local 1 // javax.lang.model.element.ExecutableElement m
         0: .line 173
            new java.lang.StringBuilder
            dup
            aload 1 /* m */
            invokeinterface javax.lang.model.element.ExecutableElement.getEnclosingElement:()Ljavax/lang/model/element/Element;
            checkcast javax.lang.model.element.TypeElement
            invokeinterface javax.lang.model.element.TypeElement.getQualifiedName:()Ljavax/lang/model/element/Name;
            invokeinterface javax.lang.model.element.Name.toString:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            bipush 35
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 1 /* m */
            invokeinterface javax.lang.model.element.ExecutableElement.getSimpleName:()Ljavax/lang/model/element/Name;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // javax.lang.model.element.ExecutableElement m
        end local 0 // com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/jxc/ap/InlineAnnotationReaderImpl;
            0    1     1     m  Ljavax/lang/model/element/ExecutableElement;
    MethodParameters:
      Name  Flags
      m     

  public boolean hasFieldAnnotation(java.lang.Class, java.lang.Object);
    descriptor: (Ljava/lang/Class;Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast javax.lang.model.element.VariableElement
            invokevirtual com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl.hasFieldAnnotation:(Ljava/lang/Class;Ljavax/lang/model/element/VariableElement;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.annotation.Annotation getMethodAnnotation(java.lang.Class, java.lang.Object, com.sun.xml.internal.bind.v2.model.annotation.Locatable);
    descriptor: (Ljava/lang/Class;Ljava/lang/Object;Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)Ljava/lang/annotation/Annotation;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Class
            aload 2
            checkcast javax.lang.model.element.ExecutableElement
            aload 3
            invokevirtual com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl.getMethodAnnotation:(Ljava/lang/Class;Ljavax/lang/model/element/ExecutableElement;Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)Ljava/lang/annotation/Annotation;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean hasMethodAnnotation(java.lang.Class, java.lang.Object);
    descriptor: (Ljava/lang/Class;Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast javax.lang.model.element.ExecutableElement
            invokevirtual com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl.hasMethodAnnotation:(Ljava/lang/Class;Ljavax/lang/model/element/ExecutableElement;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.annotation.Annotation getClassAnnotation(java.lang.Class, java.lang.Object, com.sun.xml.internal.bind.v2.model.annotation.Locatable);
    descriptor: (Ljava/lang/Class;Ljava/lang/Object;Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)Ljava/lang/annotation/Annotation;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Class
            aload 2
            checkcast javax.lang.model.element.TypeElement
            aload 3
            invokevirtual com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl.getClassAnnotation:(Ljava/lang/Class;Ljavax/lang/model/element/TypeElement;Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)Ljava/lang/annotation/Annotation;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.annotation.Annotation getPackageAnnotation(java.lang.Class, java.lang.Object, com.sun.xml.internal.bind.v2.model.annotation.Locatable);
    descriptor: (Ljava/lang/Class;Ljava/lang/Object;Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)Ljava/lang/annotation/Annotation;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Class
            aload 2
            checkcast javax.lang.model.element.TypeElement
            aload 3
            invokevirtual com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl.getPackageAnnotation:(Ljava/lang/Class;Ljavax/lang/model/element/TypeElement;Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)Ljava/lang/annotation/Annotation;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.annotation.Annotation getFieldAnnotation(java.lang.Class, java.lang.Object, com.sun.xml.internal.bind.v2.model.annotation.Locatable);
    descriptor: (Ljava/lang/Class;Ljava/lang/Object;Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)Ljava/lang/annotation/Annotation;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Class
            aload 2
            checkcast javax.lang.model.element.VariableElement
            aload 3
            invokevirtual com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl.getFieldAnnotation:(Ljava/lang/Class;Ljavax/lang/model/element/VariableElement;Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)Ljava/lang/annotation/Annotation;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object[] getClassArrayValue(java.lang.annotation.Annotation, java.lang.String);
    descriptor: (Ljava/lang/annotation/Annotation;Ljava/lang/String;)[Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl.getClassArrayValue:(Ljava/lang/annotation/Annotation;Ljava/lang/String;)[Ljavax/lang/model/type/TypeMirror;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.annotation.Annotation getMethodParameterAnnotation(java.lang.Class, java.lang.Object, int, com.sun.xml.internal.bind.v2.model.annotation.Locatable);
    descriptor: (Ljava/lang/Class;Ljava/lang/Object;ILcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)Ljava/lang/annotation/Annotation;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Class
            aload 2
            checkcast javax.lang.model.element.ExecutableElement
            iload 3
            aload 4
            invokevirtual com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl.getMethodParameterAnnotation:(Ljava/lang/Class;Ljavax/lang/model/element/ExecutableElement;ILcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)Ljava/lang/annotation/Annotation;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean hasClassAnnotation(java.lang.Object, java.lang.Class);
    descriptor: (Ljava/lang/Object;Ljava/lang/Class;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast javax.lang.model.element.TypeElement
            aload 2
            invokevirtual com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl.hasClassAnnotation:(Ljavax/lang/model/element/TypeElement;Ljava/lang/Class;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.annotation.Annotation[] getAllFieldAnnotations(java.lang.Object, com.sun.xml.internal.bind.v2.model.annotation.Locatable);
    descriptor: (Ljava/lang/Object;Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)[Ljava/lang/annotation/Annotation;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast javax.lang.model.element.VariableElement
            aload 2
            invokevirtual com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl.getAllFieldAnnotations:(Ljavax/lang/model/element/VariableElement;Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)[Ljava/lang/annotation/Annotation;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.annotation.Annotation[] getAllMethodAnnotations(java.lang.Object, com.sun.xml.internal.bind.v2.model.annotation.Locatable);
    descriptor: (Ljava/lang/Object;Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)[Ljava/lang/annotation/Annotation;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast javax.lang.model.element.ExecutableElement
            aload 2
            invokevirtual com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl.getAllMethodAnnotations:(Ljavax/lang/model/element/ExecutableElement;Lcom/sun/xml/internal/bind/v2/model/annotation/Locatable;)[Ljava/lang/annotation/Annotation;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected java.lang.String fullName(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast javax.lang.model.element.ExecutableElement
            invokevirtual com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl.fullName:(Ljavax/lang/model/element/ExecutableElement;)Ljava/lang/String;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object getClassValue(java.lang.annotation.Annotation, java.lang.String);
    descriptor: (Ljava/lang/annotation/Annotation;Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.sun.tools.internal.jxc.ap.InlineAnnotationReaderImpl.getClassValue:(Ljava/lang/annotation/Annotation;Ljava/lang/String;)Ljavax/lang/model/type/TypeMirror;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/sun/xml/internal/bind/v2/model/annotation/AbstractInlineAnnotationReaderImpl<Ljavax/lang/model/type/TypeMirror;Ljavax/lang/model/element/TypeElement;Ljavax/lang/model/element/VariableElement;Ljavax/lang/model/element/ExecutableElement;>;
SourceFile: "InlineAnnotationReaderImpl.java"