public class org.eclipse.jdt.internal.compiler.ast.Javadoc extends org.eclipse.jdt.internal.compiler.ast.ASTNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.ast.Javadoc
  super_class: org.eclipse.jdt.internal.compiler.ast.ASTNode
{
  public org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference[] paramReferences;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference[] paramTypeParameters;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleTypeReference;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.ast.TypeReference[] exceptionReferences;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.ast.JavadocReturnStatement returnStatement;
    descriptor: Lorg/eclipse/jdt/internal/compiler/ast/JavadocReturnStatement;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.ast.Expression[] seeReferences;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/ast/Expression;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.ast.IJavadocTypeReference[] usesReferences;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/ast/IJavadocTypeReference;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.ast.IJavadocTypeReference[] providesReferences;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/ast/IJavadocTypeReference;
    flags: (0x0001) ACC_PUBLIC

  public long[] inheritedPositions;
    descriptor: [J
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference[] invalidParameters;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
    flags: (0x0001) ACC_PUBLIC

  public long valuePositions;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
        start local 1 // int sourceStart
        start local 2 // int sourceEnd
         0: .line 46
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.ast.ASTNode.<init>:()V
         1: .line 38
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.ast.Javadoc.inheritedPositions:[J
         2: .line 44
            aload 0 /* this */
            ldc -1
            putfield org.eclipse.jdt.internal.compiler.ast.Javadoc.valuePositions:J
         3: .line 47
            aload 0 /* this */
            iload 1 /* sourceStart */
            putfield org.eclipse.jdt.internal.compiler.ast.Javadoc.sourceStart:I
         4: .line 48
            aload 0 /* this */
            iload 2 /* sourceEnd */
            putfield org.eclipse.jdt.internal.compiler.ast.Javadoc.sourceEnd:I
         5: .line 49
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.bits:I
            ldc 65536
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.Javadoc.bits:I
         6: .line 50
            return
        end local 2 // int sourceEnd
        end local 1 // int sourceStart
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lorg/eclipse/jdt/internal/compiler/ast/Javadoc;
            0    7     1  sourceStart  I
            0    7     2    sourceEnd  I
    MethodParameters:
             Name  Flags
      sourceStart  
      sourceEnd    

  boolean canBeSeen(int, int);
    descriptor: (II)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
        start local 1 // int visibility
        start local 2 // int modifiers
         0: .line 59
            iload 2 /* modifiers */
            ifge 1
            iconst_1
            ireturn
         1: .line 60
      StackMap locals:
      StackMap stack:
            iload 2 /* modifiers */
            bipush 7
            iand
            tableswitch { // 0 - 4
                    0: 5
                    1: 2
                    2: 7
                    3: 9
                    4: 3
              default: 9
          }
         2: .line 62
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         3: .line 64
      StackMap locals:
      StackMap stack:
            iload 1 /* visibility */
            iconst_1
            if_icmpeq 4
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
         5: .line 66
      StackMap locals:
      StackMap stack:
            iload 1 /* visibility */
            ifeq 6
            iload 1 /* visibility */
            iconst_2
            if_icmpeq 6
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         6: iconst_1
            ireturn
         7: .line 68
      StackMap locals:
      StackMap stack:
            iload 1 /* visibility */
            iconst_2
            if_icmpne 8
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         8: iconst_0
            ireturn
         9: .line 70
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // int modifiers
        end local 1 // int visibility
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lorg/eclipse/jdt/internal/compiler/ast/Javadoc;
            0   10     1  visibility  I
            0   10     2   modifiers  I
    MethodParameters:
            Name  Flags
      visibility  
      modifiers   

  public org.eclipse.jdt.internal.compiler.ast.ASTNode getNodeStartingAt(int);
    descriptor: (I)Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=8, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
        start local 1 // int start
         0: .line 77
            iconst_0
            istore 2 /* length */
        start local 2 // int length
         1: .line 79
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramReferences:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
            ifnull 10
         2: .line 80
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramReferences:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
            arraylength
            istore 2 /* length */
         3: .line 81
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 9
         5: .line 82
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramReferences:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
            iload 3 /* i */
            aaload
            astore 4 /* param */
        start local 4 // org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference param
         6: .line 83
            aload 4 /* param */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference.sourceStart:I
            iload 1 /* start */
            if_icmpne 8
         7: .line 84
            aload 4 /* param */
            areturn
        end local 4 // org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference param
         8: .line 81
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            iload 2 /* length */
            if_icmplt 5
        end local 3 // int i
        10: .line 89
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.invalidParameters:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
            ifnull 19
        11: .line 90
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.invalidParameters:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
            arraylength
            istore 2 /* length */
        12: .line 91
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        13: goto 18
        14: .line 92
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.invalidParameters:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
            iload 3 /* i */
            aaload
            astore 4 /* param */
        start local 4 // org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference param
        15: .line 93
            aload 4 /* param */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference.sourceStart:I
            iload 1 /* start */
            if_icmpne 17
        16: .line 94
            aload 4 /* param */
            areturn
        end local 4 // org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference param
        17: .line 91
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 3 /* i */
            iload 2 /* length */
            if_icmplt 14
        end local 3 // int i
        19: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramTypeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleTypeReference;
            ifnull 28
        20: .line 100
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramTypeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleTypeReference;
            arraylength
            istore 2 /* length */
        21: .line 101
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        22: goto 27
        23: .line 102
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramTypeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleTypeReference;
            iload 3 /* i */
            aaload
            astore 4 /* param */
        start local 4 // org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference param
        24: .line 103
            aload 4 /* param */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference.sourceStart:I
            iload 1 /* start */
            if_icmpne 26
        25: .line 104
            aload 4 /* param */
            areturn
        end local 4 // org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference param
        26: .line 101
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        27: iload 3 /* i */
            iload 2 /* length */
            if_icmplt 23
        end local 3 // int i
        28: .line 109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.exceptionReferences:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 37
        29: .line 110
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.exceptionReferences:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            arraylength
            istore 2 /* length */
        30: .line 111
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        31: goto 36
        32: .line 112
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.exceptionReferences:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iload 3 /* i */
            aaload
            astore 4 /* typeRef */
        start local 4 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeRef
        33: .line 113
            aload 4 /* typeRef */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.sourceStart:I
            iload 1 /* start */
            if_icmpne 35
        34: .line 114
            aload 4 /* typeRef */
            areturn
        end local 4 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeRef
        35: .line 111
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        36: iload 3 /* i */
            iload 2 /* length */
            if_icmplt 32
        end local 3 // int i
        37: .line 119
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.seeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            ifnull 69
        38: .line 120
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.seeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            arraylength
            istore 2 /* length */
        39: .line 121
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        40: goto 68
        41: .line 122
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.seeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iload 3 /* i */
            aaload
            astore 4 /* expression */
        start local 4 // org.eclipse.jdt.internal.compiler.ast.Expression expression
        42: .line 123
            aload 4 /* expression */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceStart:I
            iload 1 /* start */
            if_icmpne 44
        43: .line 124
            aload 4 /* expression */
            areturn
        44: .line 125
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.Expression
      StackMap stack:
            aload 4 /* expression */
            instanceof org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression
            ifeq 56
        45: .line 126
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.seeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iload 3 /* i */
            aaload
            checkcast org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression
            astore 5 /* allocationExpr */
        start local 5 // org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression allocationExpr
        46: .line 128
            aload 5 /* allocationExpr */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnull 67
            aload 5 /* allocationExpr */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifeq 67
        47: .line 129
            aload 5 /* allocationExpr */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            ifnull 67
        48: .line 130
            iconst_0
            istore 6 /* j */
        start local 6 // int j
        49: aload 5 /* allocationExpr */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            arraylength
            istore 7 /* l */
        start local 7 // int l
        50: goto 54
        51: .line 131
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression int int
      StackMap stack:
            aload 5 /* allocationExpr */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iload 6 /* j */
            aaload
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceStart:I
            iload 1 /* start */
            if_icmpne 53
        52: .line 132
            aload 5 /* allocationExpr */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iload 6 /* j */
            aaload
            areturn
        53: .line 130
      StackMap locals:
      StackMap stack:
            iinc 6 /* j */ 1
      StackMap locals:
      StackMap stack:
        54: iload 6 /* j */
            iload 7 /* l */
            if_icmplt 51
        end local 7 // int l
        end local 6 // int j
        end local 5 // org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression allocationExpr
        55: .line 137
            goto 67
      StackMap locals:
      StackMap stack:
        56: aload 4 /* expression */
            instanceof org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend
            ifeq 67
        57: .line 138
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.seeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iload 3 /* i */
            aaload
            checkcast org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend
            astore 5 /* messageSend */
        start local 5 // org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend messageSend
        58: .line 140
            aload 5 /* messageSend */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnull 67
            aload 5 /* messageSend */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifeq 67
        59: .line 141
            aload 5 /* messageSend */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            ifnull 67
        60: .line 142
            iconst_0
            istore 6 /* j */
        start local 6 // int j
        61: aload 5 /* messageSend */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            arraylength
            istore 7 /* l */
        start local 7 // int l
        62: goto 66
        63: .line 143
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend int int
      StackMap stack:
            aload 5 /* messageSend */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iload 6 /* j */
            aaload
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceStart:I
            iload 1 /* start */
            if_icmpne 65
        64: .line 144
            aload 5 /* messageSend */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iload 6 /* j */
            aaload
            areturn
        65: .line 142
      StackMap locals:
      StackMap stack:
            iinc 6 /* j */ 1
      StackMap locals:
      StackMap stack:
        66: iload 6 /* j */
            iload 7 /* l */
            if_icmplt 63
        end local 7 // int l
        end local 6 // int j
        end local 5 // org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend messageSend
        end local 4 // org.eclipse.jdt.internal.compiler.ast.Expression expression
        67: .line 121
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.Javadoc int int int
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        68: iload 3 /* i */
            iload 2 /* length */
            if_icmplt 41
        end local 3 // int i
        69: .line 152
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // int length
        end local 1 // int start
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   70     0            this  Lorg/eclipse/jdt/internal/compiler/ast/Javadoc;
            0   70     1           start  I
            1   70     2          length  I
            4   10     3               i  I
            6    8     4           param  Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
           13   19     3               i  I
           15   17     4           param  Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
           22   28     3               i  I
           24   26     4           param  Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleTypeReference;
           31   37     3               i  I
           33   35     4         typeRef  Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
           40   69     3               i  I
           42   67     4      expression  Lorg/eclipse/jdt/internal/compiler/ast/Expression;
           46   55     5  allocationExpr  Lorg/eclipse/jdt/internal/compiler/ast/JavadocAllocationExpression;
           49   55     6               j  I
           50   55     7               l  I
           58   67     5     messageSend  Lorg/eclipse/jdt/internal/compiler/ast/JavadocMessageSend;
           61   67     6               j  I
           62   67     7               l  I
    MethodParameters:
       Name  Flags
      start  

  public java.lang.StringBuffer print(int, java.lang.StringBuffer);
    descriptor: (ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
        start local 1 // int indent
        start local 2 // java.lang.StringBuffer output
         0: .line 160
            iload 1 /* indent */
            aload 2 /* output */
            invokestatic org.eclipse.jdt.internal.compiler.ast.Javadoc.printIndent:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            ldc "/**\n"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         1: .line 161
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramReferences:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
            ifnull 9
         2: .line 162
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramReferences:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
            arraylength
            istore 4 /* length */
        start local 4 // int length
         4: goto 8
         5: .line 163
      StackMap locals: int int
      StackMap stack:
            iload 1 /* indent */
            iconst_1
            iadd
            aload 2 /* output */
            invokestatic org.eclipse.jdt.internal.compiler.ast.Javadoc.printIndent:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            ldc " * @param "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         6: .line 164
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramReferences:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
            iload 3 /* i */
            aaload
            iload 1 /* indent */
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference.print:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            bipush 10
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         7: .line 162
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            iload 4 /* length */
            if_icmplt 5
        end local 4 // int length
        end local 3 // int i
         9: .line 167
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramTypeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleTypeReference;
            ifnull 17
        10: .line 168
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        11: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramTypeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleTypeReference;
            arraylength
            istore 4 /* length */
        start local 4 // int length
        12: goto 16
        13: .line 169
      StackMap locals: int int
      StackMap stack:
            iload 1 /* indent */
            iconst_1
            iadd
            aload 2 /* output */
            invokestatic org.eclipse.jdt.internal.compiler.ast.Javadoc.printIndent:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            ldc " * @param <"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        14: .line 170
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramTypeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleTypeReference;
            iload 3 /* i */
            aaload
            iload 1 /* indent */
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference.print:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            ldc ">\n"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        15: .line 168
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 3 /* i */
            iload 4 /* length */
            if_icmplt 13
        end local 4 // int length
        end local 3 // int i
        17: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.returnStatement:Lorg/eclipse/jdt/internal/compiler/ast/JavadocReturnStatement;
            ifnull 20
        18: .line 174
            iload 1 /* indent */
            iconst_1
            iadd
            aload 2 /* output */
            invokestatic org.eclipse.jdt.internal.compiler.ast.Javadoc.printIndent:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            ldc " * @"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        19: .line 175
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.returnStatement:Lorg/eclipse/jdt/internal/compiler/ast/JavadocReturnStatement;
            iload 1 /* indent */
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.JavadocReturnStatement.print:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            bipush 10
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        20: .line 177
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.exceptionReferences:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 28
        21: .line 178
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        22: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.exceptionReferences:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            arraylength
            istore 4 /* length */
        start local 4 // int length
        23: goto 27
        24: .line 179
      StackMap locals: int int
      StackMap stack:
            iload 1 /* indent */
            iconst_1
            iadd
            aload 2 /* output */
            invokestatic org.eclipse.jdt.internal.compiler.ast.Javadoc.printIndent:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            ldc " * @throws "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        25: .line 180
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.exceptionReferences:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iload 3 /* i */
            aaload
            iload 1 /* indent */
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.print:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            bipush 10
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        26: .line 178
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        27: iload 3 /* i */
            iload 4 /* length */
            if_icmplt 24
        end local 4 // int length
        end local 3 // int i
        28: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.seeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            ifnull 36
        29: .line 184
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        30: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.seeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            arraylength
            istore 4 /* length */
        start local 4 // int length
        31: goto 35
        32: .line 185
      StackMap locals: int int
      StackMap stack:
            iload 1 /* indent */
            iconst_1
            iadd
            aload 2 /* output */
            invokestatic org.eclipse.jdt.internal.compiler.ast.Javadoc.printIndent:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            ldc " * @see "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        33: .line 186
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.seeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iload 3 /* i */
            aaload
            iload 1 /* indent */
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.print:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            bipush 10
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        34: .line 184
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        35: iload 3 /* i */
            iload 4 /* length */
            if_icmplt 32
        end local 4 // int length
        end local 3 // int i
        36: .line 189
      StackMap locals:
      StackMap stack:
            iload 1 /* indent */
            aload 2 /* output */
            invokestatic org.eclipse.jdt.internal.compiler.ast.Javadoc.printIndent:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            ldc " */\n"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        37: .line 190
            aload 2 /* output */
            areturn
        end local 2 // java.lang.StringBuffer output
        end local 1 // int indent
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   38     0    this  Lorg/eclipse/jdt/internal/compiler/ast/Javadoc;
            0   38     1  indent  I
            0   38     2  output  Ljava/lang/StringBuffer;
            3    9     3       i  I
            4    9     4  length  I
           11   17     3       i  I
           12   17     4  length  I
           22   28     3       i  I
           23   28     4  length  I
           30   36     3       i  I
           31   36     4  length  I
    MethodParameters:
        Name  Flags
      indent  
      output  

  public void resolve(org.eclipse.jdt.internal.compiler.lookup.ClassScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ClassScope scope
         0: .line 197
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.bits:I
            ldc 65536
            iand
            ifne 2
         1: .line 198
            return
         2: .line 201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.bits:I
            ldc -65537
            iand
            putfield org.eclipse.jdt.internal.compiler.ast.Javadoc.bits:I
         3: .line 205
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.inheritedPositions:[J
            ifnull 12
         4: .line 206
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.inheritedPositions:[J
            arraylength
            istore 2 /* length */
        start local 2 // int length
         5: .line 207
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         6: goto 11
         7: .line 208
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.inheritedPositions:[J
            iload 3 /* i */
            laload
            bipush 32
            lushr
            l2i
            istore 4 /* start */
        start local 4 // int start
         8: .line 209
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.inheritedPositions:[J
            iload 3 /* i */
            laload
            l2i
            istore 5 /* end */
        start local 5 // int end
         9: .line 210
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            iload 4 /* start */
            iload 5 /* end */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocUnexpectedTag:(II)V
        end local 5 // int end
        end local 4 // int start
        10: .line 207
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            iload 2 /* length */
            if_icmplt 7
        end local 3 // int i
        end local 2 // int length
        12: .line 214
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramReferences:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
            ifnonnull 13
            iconst_0
            goto 14
      StackMap locals:
      StackMap stack:
        13: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramReferences:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
            arraylength
      StackMap locals:
      StackMap stack: int
        14: istore 2 /* paramTagsSize */
        start local 2 // int paramTagsSize
        15: .line 215
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        16: goto 20
        17: .line 216
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramReferences:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
            iload 3 /* i */
            aaload
            astore 4 /* param */
        start local 4 // org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference param
        18: .line 217
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 4 /* param */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference.tagSourceStart:I
            aload 4 /* param */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference.tagSourceEnd:I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocUnexpectedTag:(II)V
        end local 4 // org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference param
        19: .line 215
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 3 /* i */
            iload 2 /* paramTagsSize */
            if_icmplt 17
        end local 3 // int i
        21: .line 219
            aload 0 /* this */
            aload 1 /* scope */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Javadoc.resolveTypeParameterTags:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Z)V
        22: .line 222
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.returnStatement:Lorg/eclipse/jdt/internal/compiler/ast/JavadocReturnStatement;
            ifnull 24
        23: .line 223
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.returnStatement:Lorg/eclipse/jdt/internal/compiler/ast/JavadocReturnStatement;
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocReturnStatement.sourceStart:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.returnStatement:Lorg/eclipse/jdt/internal/compiler/ast/JavadocReturnStatement;
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocReturnStatement.sourceEnd:I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocUnexpectedTag:(II)V
        24: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.exceptionReferences:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnonnull 25
            iconst_0
            goto 26
      StackMap locals:
      StackMap stack:
        25: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.exceptionReferences:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            arraylength
      StackMap locals:
      StackMap stack: int
        26: istore 3 /* throwsTagsLength */
        start local 3 // int throwsTagsLength
        27: .line 228
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        28: goto 44
        29: .line 229
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.exceptionReferences:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iload 4 /* i */
            aaload
            astore 5 /* typeRef */
        start local 5 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeRef
        30: .line 231
            aload 5 /* typeRef */
            instanceof org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference
            ifeq 35
        31: .line 232
            aload 5 /* typeRef */
            checkcast org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference
            astore 8 /* singleRef */
        start local 8 // org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference singleRef
        32: .line 233
            aload 8 /* singleRef */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference.tagSourceStart:I
            istore 6 /* start */
        start local 6 // int start
        33: .line 234
            aload 8 /* singleRef */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference.tagSourceEnd:I
            istore 7 /* end */
        end local 8 // org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference singleRef
        start local 7 // int end
        34: .line 235
            goto 42
        end local 7 // int end
        end local 6 // int start
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeReference
      StackMap stack:
        35: aload 5 /* typeRef */
            instanceof org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference
            ifeq 40
        36: .line 236
            aload 5 /* typeRef */
            checkcast org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference
            astore 8 /* qualifiedRef */
        start local 8 // org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference qualifiedRef
        37: .line 237
            aload 8 /* qualifiedRef */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference.tagSourceStart:I
            istore 6 /* start */
        start local 6 // int start
        38: .line 238
            aload 8 /* qualifiedRef */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference.tagSourceEnd:I
            istore 7 /* end */
        end local 8 // org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference qualifiedRef
        start local 7 // int end
        39: .line 239
            goto 42
        end local 7 // int end
        end local 6 // int start
        40: .line 240
      StackMap locals:
      StackMap stack:
            aload 5 /* typeRef */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.sourceStart:I
            istore 6 /* start */
        start local 6 // int start
        41: .line 241
            aload 5 /* typeRef */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.sourceEnd:I
            istore 7 /* end */
        start local 7 // int end
        42: .line 243
      StackMap locals: int int
      StackMap stack:
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            iload 6 /* start */
            iload 7 /* end */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocUnexpectedTag:(II)V
        end local 7 // int end
        end local 6 // int start
        end local 5 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeRef
        43: .line 228
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        44: iload 4 /* i */
            iload 3 /* throwsTagsLength */
            if_icmplt 29
        end local 4 // int i
        45: .line 247
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.seeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            ifnonnull 46
            iconst_0
            goto 47
      StackMap locals:
      StackMap stack:
        46: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.seeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            arraylength
      StackMap locals:
      StackMap stack: int
        47: istore 4 /* seeTagsLength */
        start local 4 // int seeTagsLength
        48: .line 248
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        49: goto 52
        50: .line 249
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.seeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iload 5 /* i */
            aaload
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Javadoc.resolveReference:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)V
        51: .line 248
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        52: iload 5 /* i */
            iload 4 /* seeTagsLength */
            if_icmplt 50
        end local 5 // int i
        53: .line 253
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.sourceLevel:J
            ldc 3211264
            lcmp
            iflt 54
            iconst_1
            goto 55
      StackMap locals:
      StackMap stack:
        54: iconst_0
      StackMap locals:
      StackMap stack: int
        55: istore 5 /* source15 */
        start local 5 // boolean source15
        56: .line 254
            iload 5 /* source15 */
            ifne 58
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.valuePositions:J
            ldc -1
            lcmp
            ifeq 58
        57: .line 255
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.valuePositions:J
            bipush 32
            lushr
            l2i
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.valuePositions:J
            l2i
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocUnexpectedTag:(II)V
        58: .line 257
      StackMap locals: int
      StackMap stack:
            return
        end local 5 // boolean source15
        end local 4 // int seeTagsLength
        end local 3 // int throwsTagsLength
        end local 2 // int paramTagsSize
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ClassScope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   59     0              this  Lorg/eclipse/jdt/internal/compiler/ast/Javadoc;
            0   59     1             scope  Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            5   12     2            length  I
            6   12     3                 i  I
            8   10     4             start  I
            9   10     5               end  I
           15   59     2     paramTagsSize  I
           16   21     3                 i  I
           18   19     4             param  Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
           27   59     3  throwsTagsLength  I
           28   45     4                 i  I
           30   43     5           typeRef  Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
           33   35     6             start  I
           38   40     6             start  I
           41   43     6             start  I
           34   35     7               end  I
           39   40     7               end  I
           42   43     7               end  I
           32   34     8         singleRef  Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleTypeReference;
           37   39     8      qualifiedRef  Lorg/eclipse/jdt/internal/compiler/ast/JavadocQualifiedTypeReference;
           48   59     4     seeTagsLength  I
           49   53     5                 i  I
           56   59     5          source15  Z
    MethodParameters:
       Name  Flags
      scope  

  public void resolve(org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope unitScope
         0: .line 263
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.bits:I
            ldc 65536
            iand
            ifne 2
         1: .line 264
            return
         2: .line 269
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope unitScope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/jdt/internal/compiler/ast/Javadoc;
            0    3     1  unitScope  Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
    MethodParameters:
           Name  Flags
      unitScope  

  public void resolve(org.eclipse.jdt.internal.compiler.lookup.MethodScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=12, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodScope methScope
         0: .line 275
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.bits:I
            ldc 65536
            iand
            ifne 2
         1: .line 276
            return
         2: .line 279
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.bits:I
            ldc -65537
            iand
            putfield org.eclipse.jdt.internal.compiler.ast.Javadoc.bits:I
         3: .line 282
            aload 1 /* methScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.referenceMethod:()Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            astore 2 /* methDecl */
        start local 2 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration methDecl
         4: .line 283
            aload 2 /* methDecl */
            ifnull 5
            aload 2 /* methDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnonnull 6
         5: .line 284
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
      StackMap stack:
            iconst_0
            goto 9
         6: .line 285
      StackMap locals:
      StackMap stack:
            aload 2 /* methDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isStatic:()Z
            ifne 8
            aload 2 /* methDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            ldc 805306368
            iand
            ifeq 8
         7: .line 283
            iconst_1
            goto 9
      StackMap locals:
      StackMap stack:
         8: iconst_0
      StackMap locals:
      StackMap stack: int
         9: istore 3 /* overriding */
        start local 3 // boolean overriding
        10: .line 288
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.seeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            ifnonnull 11
            iconst_0
            goto 12
      StackMap locals: int
      StackMap stack:
        11: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.seeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            arraylength
      StackMap locals:
      StackMap stack: int
        12: istore 4 /* seeTagsLength */
        start local 4 // int seeTagsLength
        13: .line 289
            iconst_0
            istore 5 /* superRef */
        start local 5 // boolean superRef
        14: .line 290
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        15: goto 43
        16: .line 293
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.seeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iload 6 /* i */
            aaload
            aload 1 /* methScope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Javadoc.resolveReference:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)V
        17: .line 296
            aload 2 /* methDecl */
            ifnull 42
            iload 5 /* superRef */
            ifne 42
        18: .line 297
            aload 2 /* methDecl */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.isConstructor:()Z
            ifne 28
        19: .line 298
            iload 3 /* overriding */
            ifeq 42
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.seeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iload 6 /* i */
            aaload
            instanceof org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend
            ifeq 42
        20: .line 299
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.seeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iload 6 /* i */
            aaload
            checkcast org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend
            astore 7 /* messageSend */
        start local 7 // org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend messageSend
        21: .line 301
            aload 7 /* messageSend */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnull 42
            aload 7 /* messageSend */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifeq 42
            aload 7 /* messageSend */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend.actualReceiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            instanceof org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            ifeq 42
        22: .line 302
            aload 7 /* messageSend */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend.actualReceiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 8 /* methodReceiverType */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding methodReceiverType
        23: .line 303
            aload 2 /* methDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 8 /* methodReceiverType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.findSuperTypeOriginatingFrom:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 9 /* superType */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding superType
        24: .line 304
            aload 9 /* superType */
            ifnull 42
            aload 9 /* superType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* methDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.notEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 42
            aload 7 /* messageSend */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend.selector:[C
            aload 2 /* methDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.selector:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 42
        25: .line 305
            aload 1 /* methScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.environment:()Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.methodVerifier:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodVerifier;
            aload 2 /* methDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 7 /* messageSend */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodVerifier.doesMethodOverride:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifeq 42
        26: .line 306
            iconst_1
            istore 5 /* superRef */
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding superType
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding methodReceiverType
        end local 7 // org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend messageSend
        27: .line 311
            goto 42
      StackMap locals:
      StackMap stack:
        28: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.seeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iload 6 /* i */
            aaload
            instanceof org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression
            ifeq 42
        29: .line 312
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.seeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iload 6 /* i */
            aaload
            checkcast org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression
            astore 7 /* allocationExpr */
        start local 7 // org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression allocationExpr
        30: .line 314
            aload 7 /* allocationExpr */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnull 42
            aload 7 /* allocationExpr */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifeq 42
        31: .line 315
            aload 7 /* allocationExpr */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 8 /* allocType */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding allocType
        32: .line 316
            aload 2 /* methDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 8 /* allocType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.findSuperTypeOriginatingFrom:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 9 /* superType */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding superType
        33: .line 317
            aload 9 /* superType */
            ifnull 42
            aload 9 /* superType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* methDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.notEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 42
        34: .line 318
            aload 1 /* methScope */
            aload 9 /* superType */
            aload 2 /* methDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 7 /* allocationExpr */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.getConstructor:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 10 /* superConstructor */
        start local 10 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding superConstructor
        35: .line 319
            aload 10 /* superConstructor */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifeq 42
            aload 10 /* superConstructor */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 7 /* allocationExpr */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            if_acmpne 42
        36: .line 320
            aload 2 /* methDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 11 /* current */
        start local 11 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding current
        37: .line 322
            aload 1 /* methScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.sourceLevel:J
            ldc 3407872
            lcmp
            iflt 40
        38: .line 323
            aload 11 /* current */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_TYPE_VARIABLES:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            if_acmpeq 40
        39: .line 325
            aload 11 /* current */
            aload 1 /* methScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.environment:()Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.asRawMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 11 /* current */
        40: .line 327
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.Javadoc org.eclipse.jdt.internal.compiler.lookup.MethodScope org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration int int int int org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            aload 10 /* superConstructor */
            aload 11 /* current */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.areParametersEqual:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifeq 42
        41: .line 328
            iconst_1
            istore 5 /* superRef */
        end local 11 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding current
        end local 10 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding superConstructor
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding superType
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding allocType
        end local 7 // org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression allocationExpr
        42: .line 290
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.Javadoc org.eclipse.jdt.internal.compiler.lookup.MethodScope org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration int int int int
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        43: iload 6 /* i */
            iload 4 /* seeTagsLength */
            if_icmplt 16
        end local 6 // int i
        44: .line 338
            iload 5 /* superRef */
            ifne 53
            aload 2 /* methDecl */
            ifnull 53
            aload 2 /* methDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            ifnull 53
        45: .line 339
            aload 2 /* methDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            arraylength
            istore 6 /* length */
        start local 6 // int length
        46: .line 340
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        47: goto 52
        48: .line 341
      StackMap locals: int
      StackMap stack:
            aload 2 /* methDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
            ldc 562949953421312
            land
            lconst_0
            lcmp
            ifeq 49
            iconst_1
            goto 50
      StackMap locals:
      StackMap stack:
        49: iconst_0
      StackMap locals:
      StackMap stack: int
        50: istore 5 /* superRef */
        51: .line 340
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        52: iload 7 /* i */
            iload 6 /* length */
            if_icmpge 53
            iload 5 /* superRef */
            ifeq 48
        end local 7 // int i
        end local 6 // int length
        53: .line 346
      StackMap locals:
      StackMap stack:
            aload 2 /* methDecl */
            ifnull 56
            iload 3 /* overriding */
            ifeq 54
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.inheritedPositions:[J
            ifnonnull 55
      StackMap locals:
      StackMap stack:
        54: iload 5 /* superRef */
            ifne 55
            aload 2 /* methDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            ifnull 56
            aload 2 /* methDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isLocalType:()Z
            ifeq 56
      StackMap locals:
      StackMap stack:
        55: iconst_0
            goto 57
      StackMap locals:
      StackMap stack:
        56: iconst_1
      StackMap locals:
      StackMap stack: int
        57: istore 6 /* reportMissing */
        start local 6 // boolean reportMissing
        58: .line 347
            iload 3 /* overriding */
            ifne 67
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.inheritedPositions:[J
            ifnull 67
        59: .line 348
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.inheritedPositions:[J
            arraylength
            istore 7 /* length */
        start local 7 // int length
        60: .line 349
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        61: goto 66
        62: .line 350
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.inheritedPositions:[J
            iload 8 /* i */
            laload
            bipush 32
            lushr
            l2i
            istore 9 /* start */
        start local 9 // int start
        63: .line 351
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.inheritedPositions:[J
            iload 8 /* i */
            laload
            l2i
            istore 10 /* end */
        start local 10 // int end
        64: .line 352
            aload 1 /* methScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            iload 9 /* start */
            iload 10 /* end */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocUnexpectedTag:(II)V
        end local 10 // int end
        end local 9 // int start
        65: .line 349
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        66: iload 8 /* i */
            iload 7 /* length */
            if_icmplt 62
        end local 8 // int i
        end local 7 // int length
        67: .line 357
      StackMap locals:
      StackMap stack:
            aload 1 /* methScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            astore 7 /* compilerOptions */
        start local 7 // org.eclipse.jdt.internal.compiler.impl.CompilerOptions compilerOptions
        68: .line 358
            aload 0 /* this */
            aload 1 /* methScope */
            iload 6 /* reportMissing */
            aload 7 /* compilerOptions */
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.reportUnusedParameterIncludeDocCommentReference:Z
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Javadoc.resolveParamTags:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;ZZ)V
        69: .line 359
            aload 0 /* this */
            aload 1 /* methScope */
            iload 6 /* reportMissing */
            ifeq 70
            aload 7 /* compilerOptions */
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.reportMissingJavadocTagsMethodTypeParameters:Z
            ifeq 70
            iconst_1
            goto 71
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.Javadoc org.eclipse.jdt.internal.compiler.lookup.MethodScope org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration int int int int org.eclipse.jdt.internal.compiler.impl.CompilerOptions
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.Javadoc org.eclipse.jdt.internal.compiler.lookup.MethodScope
        70: iconst_0
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.Javadoc org.eclipse.jdt.internal.compiler.lookup.MethodScope org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration int int int int org.eclipse.jdt.internal.compiler.impl.CompilerOptions
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.Javadoc org.eclipse.jdt.internal.compiler.lookup.MethodScope int
        71: invokevirtual org.eclipse.jdt.internal.compiler.ast.Javadoc.resolveTypeParameterTags:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Z)V
        72: .line 362
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.returnStatement:Lorg/eclipse/jdt/internal/compiler/ast/JavadocReturnStatement;
            ifnonnull 79
        73: .line 363
            iload 6 /* reportMissing */
            ifeq 80
            aload 2 /* methDecl */
            ifnull 80
        74: .line 364
            aload 2 /* methDecl */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.isMethod:()Z
            ifeq 80
        75: .line 365
            aload 2 /* methDecl */
            checkcast org.eclipse.jdt.internal.compiler.ast.MethodDeclaration
            astore 8 /* meth */
        start local 8 // org.eclipse.jdt.internal.compiler.ast.MethodDeclaration meth
        76: .line 366
            aload 8 /* meth */
            getfield org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.VOID:Lorg/eclipse/jdt/internal/compiler/lookup/VoidTypeBinding;
            if_acmpeq 80
        77: .line 368
            aload 1 /* methScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 8 /* meth */
            getfield org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.returnType:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.sourceStart:I
            aload 8 /* meth */
            getfield org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.returnType:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.sourceEnd:I
            aload 2 /* methDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocMissingReturnTag:(III)V
        end local 8 // org.eclipse.jdt.internal.compiler.ast.MethodDeclaration meth
        78: .line 372
            goto 80
        79: .line 373
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.returnStatement:Lorg/eclipse/jdt/internal/compiler/ast/JavadocReturnStatement;
            aload 1 /* methScope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.JavadocReturnStatement.resolve:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
        80: .line 377
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* methScope */
            iload 6 /* reportMissing */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Javadoc.resolveThrowsTags:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;Z)V
        81: .line 380
            aload 7 /* compilerOptions */
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.sourceLevel:J
            ldc 3211264
            lcmp
            iflt 82
            iconst_1
            goto 83
      StackMap locals:
      StackMap stack:
        82: iconst_0
      StackMap locals:
      StackMap stack: int
        83: istore 8 /* source15 */
        start local 8 // boolean source15
        84: .line 381
            iload 8 /* source15 */
            ifne 86
            aload 2 /* methDecl */
            ifnull 86
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.valuePositions:J
            ldc -1
            lcmp
            ifeq 86
        85: .line 382
            aload 1 /* methScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.valuePositions:J
            bipush 32
            lushr
            l2i
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.valuePositions:J
            l2i
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocUnexpectedTag:(II)V
        86: .line 386
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.invalidParameters:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
            ifnonnull 87
            iconst_0
            goto 88
      StackMap locals:
      StackMap stack:
        87: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.invalidParameters:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
            arraylength
      StackMap locals:
      StackMap stack: int
        88: istore 9 /* length */
        start local 9 // int length
        89: .line 387
            iconst_0
            istore 10 /* i */
        start local 10 // int i
        90: goto 93
        91: .line 388
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.invalidParameters:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
            iload 10 /* i */
            aaload
            aload 1 /* methScope */
            iconst_0
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference.resolve:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;ZZ)V
        92: .line 387
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        93: iload 10 /* i */
            iload 9 /* length */
            if_icmplt 91
        end local 10 // int i
        94: .line 391
            aload 1 /* methScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.isModuleScope:()Z
            ifeq 97
        95: .line 392
            aload 0 /* this */
            aload 1 /* methScope */
            iload 6 /* reportMissing */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Javadoc.resolveUsesTags:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Z)V
        96: .line 393
            aload 0 /* this */
            aload 1 /* methScope */
            iload 6 /* reportMissing */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Javadoc.resolveProvidesTags:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Z)V
        97: .line 395
      StackMap locals:
      StackMap stack:
            return
        end local 9 // int length
        end local 8 // boolean source15
        end local 7 // org.eclipse.jdt.internal.compiler.impl.CompilerOptions compilerOptions
        end local 6 // boolean reportMissing
        end local 5 // boolean superRef
        end local 4 // int seeTagsLength
        end local 3 // boolean overriding
        end local 2 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration methDecl
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodScope methScope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   98     0                this  Lorg/eclipse/jdt/internal/compiler/ast/Javadoc;
            0   98     1           methScope  Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            4   98     2            methDecl  Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
           10   98     3          overriding  Z
           13   98     4       seeTagsLength  I
           14   98     5            superRef  Z
           15   44     6                   i  I
           21   27     7         messageSend  Lorg/eclipse/jdt/internal/compiler/ast/JavadocMessageSend;
           23   27     8  methodReceiverType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           24   27     9           superType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           30   42     7      allocationExpr  Lorg/eclipse/jdt/internal/compiler/ast/JavadocAllocationExpression;
           32   42     8           allocType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           33   42     9           superType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           35   42    10    superConstructor  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           37   42    11             current  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           46   53     6              length  I
           47   53     7                   i  I
           58   98     6       reportMissing  Z
           60   67     7              length  I
           61   67     8                   i  I
           63   65     9               start  I
           64   65    10                 end  I
           68   98     7     compilerOptions  Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
           76   78     8                meth  Lorg/eclipse/jdt/internal/compiler/ast/MethodDeclaration;
           84   98     8            source15  Z
           89   98     9              length  I
           90   94    10                   i  I
    MethodParameters:
           Name  Flags
      methScope  

  private void resolveReference(org.eclipse.jdt.internal.compiler.ast.Expression, org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=9, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.Expression reference
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 400
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.referenceContext:()Lorg/eclipse/jdt/internal/compiler/impl/ReferenceContext;
            invokeinterface org.eclipse.jdt.internal.compiler.impl.ReferenceContext.compilationResult:()Lorg/eclipse/jdt/internal/compiler/CompilationResult;
            getfield org.eclipse.jdt.internal.compiler.CompilationResult.problemCount:I
            istore 3 /* problemCount */
        start local 3 // int problemCount
         1: .line 401
            aload 2 /* scope */
            getfield org.eclipse.jdt.internal.compiler.lookup.Scope.kind:I
            tableswitch { // 2 - 3
                    2: 2
                    3: 4
              default: 5
          }
         2: .line 403
      StackMap locals: int
      StackMap stack:
            aload 1 /* reference */
            aload 2 /* scope */
            checkcast org.eclipse.jdt.internal.compiler.lookup.MethodScope
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.resolveType:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            pop
         3: .line 404
            goto 5
         4: .line 406
      StackMap locals:
      StackMap stack:
            aload 1 /* reference */
            aload 2 /* scope */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ClassScope
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.resolveType:(Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            pop
         5: .line 409
      StackMap locals:
      StackMap stack:
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.referenceContext:()Lorg/eclipse/jdt/internal/compiler/impl/ReferenceContext;
            invokeinterface org.eclipse.jdt.internal.compiler.impl.ReferenceContext.compilationResult:()Lorg/eclipse/jdt/internal/compiler/CompilationResult;
            getfield org.eclipse.jdt.internal.compiler.CompilationResult.problemCount:I
            iload 3 /* problemCount */
            if_icmple 6
            iconst_1
            goto 7
      StackMap locals:
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 4 /* hasProblems */
        start local 4 // boolean hasProblems
         8: .line 412
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.sourceLevel:J
            ldc 3211264
            lcmp
            iflt 9
            iconst_1
            goto 10
      StackMap locals: int
      StackMap stack:
         9: iconst_0
      StackMap locals:
      StackMap stack: int
        10: istore 5 /* source15 */
        start local 5 // boolean source15
        11: .line 413
            iconst_m1
            istore 6 /* scopeModifiers */
        start local 6 // int scopeModifiers
        12: .line 414
            aload 1 /* reference */
            instanceof org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference
            ifeq 36
        13: .line 415
            aload 1 /* reference */
            checkcast org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference
            astore 7 /* fieldRef */
        start local 7 // org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference fieldRef
        14: .line 419
            aload 7 /* fieldRef */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference.methodBinding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnull 28
        15: .line 421
            aload 7 /* fieldRef */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference.tagValue:I
            bipush 10
            if_icmpne 19
        16: .line 422
            iload 6 /* scopeModifiers */
            iconst_m1
            if_icmpne 17
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.getDeclarationModifiers:()I
            istore 6 /* scopeModifiers */
        17: .line 423
      StackMap locals: int int org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference
      StackMap stack:
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 7 /* fieldRef */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference.sourceStart:I
            aload 7 /* fieldRef */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference.sourceEnd:I
            iload 6 /* scopeModifiers */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocInvalidValueReference:(III)V
        18: .line 424
            goto 32
        19: .line 425
      StackMap locals:
      StackMap stack:
            aload 7 /* fieldRef */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference.actualReceiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 32
        20: .line 426
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.enclosingSourceType:()Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            aload 7 /* fieldRef */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference.actualReceiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.isCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 22
        21: .line 427
            aload 7 /* fieldRef */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference.bits:I
            sipush 16384
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference.bits:I
        22: .line 429
      StackMap locals:
      StackMap stack:
            aload 7 /* fieldRef */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference.actualReceiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 8 /* resolvedType */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding resolvedType
        23: .line 430
            aload 8 /* resolvedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.sourceName:()[C
            aload 7 /* fieldRef */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference.token:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 26
        24: .line 431
            aload 7 /* fieldRef */
            aload 2 /* scope */
            aload 8 /* resolvedType */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_TYPES:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 7 /* fieldRef */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.getConstructor:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference.methodBinding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        25: .line 432
            goto 32
        26: .line 433
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 7 /* fieldRef */
            aload 2 /* scope */
            aload 8 /* resolvedType */
            aload 7 /* fieldRef */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference.token:[C
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_TYPES:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 7 /* fieldRef */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.findMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[C[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;Z)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference.methodBinding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding resolvedType
        27: .line 436
            goto 32
        28: .line 439
      StackMap locals:
      StackMap stack:
            iload 5 /* source15 */
            ifeq 32
            aload 7 /* fieldRef */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference.binding:Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;
            ifnull 32
            aload 7 /* fieldRef */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference.binding:Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.FieldBinding.isValidBinding:()Z
            ifeq 32
        29: .line 440
            aload 7 /* fieldRef */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference.tagValue:I
            bipush 10
            if_icmpne 32
            aload 7 /* fieldRef */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference.binding:Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.FieldBinding.isStatic:()Z
            ifne 32
        30: .line 441
            iload 6 /* scopeModifiers */
            iconst_m1
            if_icmpne 31
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.getDeclarationModifiers:()I
            istore 6 /* scopeModifiers */
        31: .line 442
      StackMap locals:
      StackMap stack:
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 7 /* fieldRef */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference.sourceStart:I
            aload 7 /* fieldRef */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference.sourceEnd:I
            iload 6 /* scopeModifiers */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocInvalidValueReference:(III)V
        32: .line 447
      StackMap locals:
      StackMap stack:
            iload 4 /* hasProblems */
            ifne 35
            aload 7 /* fieldRef */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference.binding:Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;
            ifnull 35
            aload 7 /* fieldRef */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference.binding:Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.FieldBinding.isValidBinding:()Z
            ifeq 35
            aload 7 /* fieldRef */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference.actualReceiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            instanceof org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            ifeq 35
        33: .line 448
            aload 7 /* fieldRef */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference.actualReceiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 8 /* resolvedType */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding resolvedType
        34: .line 449
            aload 0 /* this */
            aload 7 /* fieldRef */
            aload 7 /* fieldRef */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference.receiver:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 2 /* scope */
            iload 5 /* source15 */
            aload 8 /* resolvedType */
            aload 7 /* fieldRef */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference.binding:Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.FieldBinding.modifiers:I
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Javadoc.verifyTypeReference:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;ZLorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;I)V
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding resolvedType
        35: .line 453
      StackMap locals:
      StackMap stack:
            return
        end local 7 // org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference fieldRef
        36: .line 457
      StackMap locals:
      StackMap stack:
            iload 4 /* hasProblems */
            ifne 40
            aload 1 /* reference */
            instanceof org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference
            ifne 37
            aload 1 /* reference */
            instanceof org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference
            ifeq 40
      StackMap locals:
      StackMap stack:
        37: aload 1 /* reference */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            instanceof org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            ifeq 40
        38: .line 458
            aload 1 /* reference */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 7 /* resolvedType */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding resolvedType
        39: .line 459
            aload 0 /* this */
            aload 1 /* reference */
            aload 1 /* reference */
            aload 2 /* scope */
            iload 5 /* source15 */
            aload 7 /* resolvedType */
            aload 7 /* resolvedType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.modifiers:I
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Javadoc.verifyTypeReference:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;ZLorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;I)V
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding resolvedType
        40: .line 463
      StackMap locals:
      StackMap stack:
            aload 1 /* reference */
            instanceof org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend
            ifeq 49
        41: .line 464
            aload 1 /* reference */
            checkcast org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend
            astore 7 /* msgSend */
        start local 7 // org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend msgSend
        42: .line 467
            iload 5 /* source15 */
            ifeq 45
            aload 7 /* msgSend */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend.tagValue:I
            bipush 10
            if_icmpne 45
        43: .line 468
            iload 6 /* scopeModifiers */
            iconst_m1
            if_icmpne 44
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.getDeclarationModifiers:()I
            istore 6 /* scopeModifiers */
        44: .line 469
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend
      StackMap stack:
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 7 /* msgSend */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend.sourceStart:I
            aload 7 /* msgSend */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend.sourceEnd:I
            iload 6 /* scopeModifiers */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocInvalidValueReference:(III)V
        45: .line 473
      StackMap locals:
      StackMap stack:
            iload 4 /* hasProblems */
            ifne 60
            aload 7 /* msgSend */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnull 60
            aload 7 /* msgSend */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifeq 60
            aload 7 /* msgSend */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend.actualReceiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            instanceof org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            ifeq 60
        46: .line 474
            aload 7 /* msgSend */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend.actualReceiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 8 /* resolvedType */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding resolvedType
        47: .line 475
            aload 0 /* this */
            aload 7 /* msgSend */
            aload 7 /* msgSend */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend.receiver:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 2 /* scope */
            iload 5 /* source15 */
            aload 8 /* resolvedType */
            aload 7 /* msgSend */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Javadoc.verifyTypeReference:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;ZLorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;I)V
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding resolvedType
        end local 7 // org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend msgSend
        48: .line 477
            goto 60
        49: .line 480
      StackMap locals:
      StackMap stack:
            aload 1 /* reference */
            instanceof org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression
            ifeq 58
        50: .line 481
            aload 1 /* reference */
            checkcast org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression
            astore 7 /* alloc */
        start local 7 // org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression alloc
        51: .line 484
            iload 5 /* source15 */
            ifeq 54
            aload 7 /* alloc */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.tagValue:I
            bipush 10
            if_icmpne 54
        52: .line 485
            iload 6 /* scopeModifiers */
            iconst_m1
            if_icmpne 53
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.getDeclarationModifiers:()I
            istore 6 /* scopeModifiers */
        53: .line 486
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression
      StackMap stack:
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 7 /* alloc */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.sourceStart:I
            aload 7 /* alloc */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.sourceEnd:I
            iload 6 /* scopeModifiers */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocInvalidValueReference:(III)V
        54: .line 490
      StackMap locals:
      StackMap stack:
            iload 4 /* hasProblems */
            ifne 60
            aload 7 /* alloc */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnull 60
            aload 7 /* alloc */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifeq 60
            aload 7 /* alloc */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            instanceof org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            ifeq 60
        55: .line 491
            aload 7 /* alloc */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 8 /* resolvedType */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding resolvedType
        56: .line 492
            aload 0 /* this */
            aload 7 /* alloc */
            aload 7 /* alloc */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            aload 2 /* scope */
            iload 5 /* source15 */
            aload 8 /* resolvedType */
            aload 7 /* alloc */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Javadoc.verifyTypeReference:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;ZLorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;I)V
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding resolvedType
        end local 7 // org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression alloc
        57: .line 494
            goto 60
        58: .line 498
      StackMap locals:
      StackMap stack:
            aload 1 /* reference */
            instanceof org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference
            ifeq 60
            aload 1 /* reference */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 60
            aload 1 /* reference */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isTypeVariable:()Z
            ifeq 60
        59: .line 499
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 1 /* reference */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceStart:I
            aload 1 /* reference */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceEnd:I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocInvalidReference:(II)V
        60: .line 501
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int scopeModifiers
        end local 5 // boolean source15
        end local 4 // boolean hasProblems
        end local 3 // int problemCount
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 1 // org.eclipse.jdt.internal.compiler.ast.Expression reference
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   61     0            this  Lorg/eclipse/jdt/internal/compiler/ast/Javadoc;
            0   61     1       reference  Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            0   61     2           scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            1   61     3    problemCount  I
            8   61     4     hasProblems  Z
           11   61     5        source15  Z
           12   61     6  scopeModifiers  I
           14   36     7        fieldRef  Lorg/eclipse/jdt/internal/compiler/ast/JavadocFieldReference;
           23   27     8    resolvedType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           34   35     8    resolvedType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           39   40     7    resolvedType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           42   48     7         msgSend  Lorg/eclipse/jdt/internal/compiler/ast/JavadocMessageSend;
           47   48     8    resolvedType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           51   57     7           alloc  Lorg/eclipse/jdt/internal/compiler/ast/JavadocAllocationExpression;
           56   57     8    resolvedType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    MethodParameters:
           Name  Flags
      reference  
      scope      

  private void resolveParamTags(org.eclipse.jdt.internal.compiler.lookup.MethodScope, boolean, boolean);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;ZZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=14, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodScope scope
        start local 2 // boolean reportMissing
        start local 3 // boolean considerParamRefAsUsage
         0: .line 507
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.referenceMethod:()Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            astore 4 /* methodDecl */
        start local 4 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration methodDecl
         1: .line 508
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramReferences:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
      StackMap stack:
         2: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramReferences:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
            arraylength
      StackMap locals:
      StackMap stack: int
         3: istore 5 /* paramTagsSize */
        start local 5 // int paramTagsSize
         4: .line 511
            aload 4 /* methodDecl */
            ifnonnull 12
         5: .line 512
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         6: goto 10
         7: .line 513
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramReferences:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
            iload 6 /* i */
            aaload
            astore 7 /* param */
        start local 7 // org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference param
         8: .line 514
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 7 /* param */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference.tagSourceStart:I
            aload 7 /* param */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference.tagSourceEnd:I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocUnexpectedTag:(II)V
        end local 7 // org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference param
         9: .line 512
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 6 /* i */
            iload 5 /* paramTagsSize */
            if_icmplt 7
        end local 6 // int i
        11: .line 516
            return
        12: .line 520
      StackMap locals:
      StackMap stack:
            aload 4 /* methodDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            ifnonnull 13
            iconst_0
            goto 14
      StackMap locals:
      StackMap stack:
        13: aload 4 /* methodDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            arraylength
      StackMap locals:
      StackMap stack: int
        14: istore 6 /* argumentsSize */
        start local 6 // int argumentsSize
        15: .line 521
            iload 5 /* paramTagsSize */
            ifne 24
        16: .line 522
            iload 2 /* reportMissing */
            ifeq 59
        17: .line 523
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        18: goto 22
        19: .line 524
      StackMap locals: int int
      StackMap stack:
            aload 4 /* methodDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            iload 7 /* i */
            aaload
            astore 8 /* arg */
        start local 8 // org.eclipse.jdt.internal.compiler.ast.Argument arg
        20: .line 525
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 8 /* arg */
            getfield org.eclipse.jdt.internal.compiler.ast.Argument.name:[C
            aload 8 /* arg */
            getfield org.eclipse.jdt.internal.compiler.ast.Argument.sourceStart:I
            aload 8 /* arg */
            getfield org.eclipse.jdt.internal.compiler.ast.Argument.sourceEnd:I
            aload 4 /* methodDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocMissingParamTag:([CIII)V
        end local 8 // org.eclipse.jdt.internal.compiler.ast.Argument arg
        21: .line 523
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 7 /* i */
            iload 6 /* argumentsSize */
            if_icmplt 19
        end local 7 // int i
        23: .line 528
            goto 59
        24: .line 529
      StackMap locals:
      StackMap stack:
            iload 5 /* paramTagsSize */
            anewarray org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
            astore 7 /* bindings */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding[] bindings
        25: .line 530
            iconst_0
            istore 8 /* maxBindings */
        start local 8 // int maxBindings
        26: .line 533
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        27: goto 42
        28: .line 534
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding[] int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramReferences:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
            iload 9 /* i */
            aaload
            astore 10 /* param */
        start local 10 // org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference param
        29: .line 535
            aload 10 /* param */
            aload 1 /* scope */
            iconst_1
            iload 3 /* considerParamRefAsUsage */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference.resolve:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;ZZ)V
        30: .line 536
            aload 10 /* param */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference.binding:Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
            ifnull 41
            aload 10 /* param */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference.binding:Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Binding.isValidBinding:()Z
            ifeq 41
        31: .line 538
            iconst_0
            istore 11 /* found */
        start local 11 // boolean found
        32: .line 539
            iconst_0
            istore 12 /* j */
        start local 12 // int j
        33: goto 38
        34: .line 540
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference int int
      StackMap stack:
            aload 7 /* bindings */
            iload 12 /* j */
            aaload
            aload 10 /* param */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference.binding:Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
            if_acmpne 37
        35: .line 541
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 10 /* param */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference.token:[C
            aload 10 /* param */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference.sourceStart:I
            aload 10 /* param */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference.sourceEnd:I
            aload 4 /* methodDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocDuplicatedParamTag:([CIII)V
        36: .line 542
            iconst_1
            istore 11 /* found */
        37: .line 539
      StackMap locals:
      StackMap stack:
            iinc 12 /* j */ 1
      StackMap locals:
      StackMap stack:
        38: iload 12 /* j */
            iload 8 /* maxBindings */
            if_icmpge 39
            iload 11 /* found */
            ifeq 34
        end local 12 // int j
        39: .line 545
      StackMap locals:
      StackMap stack:
            iload 11 /* found */
            ifne 41
        40: .line 546
            aload 7 /* bindings */
            iload 8 /* maxBindings */
            iinc 8 /* maxBindings */ 1
            aload 10 /* param */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference.binding:Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
            aastore
        end local 11 // boolean found
        end local 10 // org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference param
        41: .line 533
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        42: iload 9 /* i */
            iload 5 /* paramTagsSize */
            if_icmplt 28
        end local 9 // int i
        43: .line 552
            iload 2 /* reportMissing */
            ifeq 59
        44: .line 553
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        45: goto 58
        46: .line 554
      StackMap locals:
      StackMap stack:
            aload 4 /* methodDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            iload 9 /* i */
            aaload
            astore 10 /* arg */
        start local 10 // org.eclipse.jdt.internal.compiler.ast.Argument arg
        47: .line 555
            iconst_0
            istore 11 /* found */
        start local 11 // boolean found
        48: .line 556
            iconst_0
            istore 12 /* j */
        start local 12 // int j
        49: goto 54
        50: .line 557
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.Argument int int
      StackMap stack:
            aload 7 /* bindings */
            iload 12 /* j */
            aaload
            astore 13 /* binding */
        start local 13 // org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding binding
        51: .line 558
            aload 10 /* arg */
            getfield org.eclipse.jdt.internal.compiler.ast.Argument.binding:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            aload 13 /* binding */
            if_acmpne 53
        52: .line 559
            iconst_1
            istore 11 /* found */
        end local 13 // org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding binding
        53: .line 556
      StackMap locals:
      StackMap stack:
            iinc 12 /* j */ 1
      StackMap locals:
      StackMap stack:
        54: iload 12 /* j */
            iload 8 /* maxBindings */
            if_icmpge 55
            iload 11 /* found */
            ifeq 50
        end local 12 // int j
        55: .line 562
      StackMap locals:
      StackMap stack:
            iload 11 /* found */
            ifne 57
        56: .line 563
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 10 /* arg */
            getfield org.eclipse.jdt.internal.compiler.ast.Argument.name:[C
            aload 10 /* arg */
            getfield org.eclipse.jdt.internal.compiler.ast.Argument.sourceStart:I
            aload 10 /* arg */
            getfield org.eclipse.jdt.internal.compiler.ast.Argument.sourceEnd:I
            aload 4 /* methodDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocMissingParamTag:([CIII)V
        end local 11 // boolean found
        end local 10 // org.eclipse.jdt.internal.compiler.ast.Argument arg
        57: .line 553
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        58: iload 9 /* i */
            iload 6 /* argumentsSize */
            if_icmplt 46
        end local 9 // int i
        end local 8 // int maxBindings
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding[] bindings
        59: .line 568
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int argumentsSize
        end local 5 // int paramTagsSize
        end local 4 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration methodDecl
        end local 3 // boolean considerParamRefAsUsage
        end local 2 // boolean reportMissing
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodScope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   60     0                     this  Lorg/eclipse/jdt/internal/compiler/ast/Javadoc;
            0   60     1                    scope  Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            0   60     2            reportMissing  Z
            0   60     3  considerParamRefAsUsage  Z
            1   60     4               methodDecl  Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            4   60     5            paramTagsSize  I
            6   11     6                        i  I
            8    9     7                    param  Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
           15   60     6            argumentsSize  I
           18   23     7                        i  I
           20   21     8                      arg  Lorg/eclipse/jdt/internal/compiler/ast/Argument;
           25   59     7                 bindings  [Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
           26   59     8              maxBindings  I
           27   43     9                        i  I
           29   41    10                    param  Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
           32   41    11                    found  Z
           33   39    12                        j  I
           45   59     9                        i  I
           47   57    10                      arg  Lorg/eclipse/jdt/internal/compiler/ast/Argument;
           48   57    11                    found  Z
           49   55    12                        j  I
           51   53    13                  binding  Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
    MethodParameters:
                         Name  Flags
      scope                    
      reportMissing            
      considerParamRefAsUsage  

  private void resolveUsesTags(org.eclipse.jdt.internal.compiler.lookup.BlockScope, boolean);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=13, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        start local 2 // boolean reportMissing
         0: .line 574
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.referenceContext:()Lorg/eclipse/jdt/internal/compiler/impl/ReferenceContext;
            checkcast org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration
            astore 3 /* moduleDecl */
        start local 3 // org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration moduleDecl
         1: .line 575
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.usesReferences:[Lorg/eclipse/jdt/internal/compiler/ast/IJavadocTypeReference;
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration
      StackMap stack:
         2: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.usesReferences:[Lorg/eclipse/jdt/internal/compiler/ast/IJavadocTypeReference;
            arraylength
      StackMap locals:
      StackMap stack: int
         3: istore 4 /* usesTagsSize */
        start local 4 // int usesTagsSize
         4: .line 578
            aload 3 /* moduleDecl */
            ifnonnull 12
         5: .line 579
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 10
         7: .line 580
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.usesReferences:[Lorg/eclipse/jdt/internal/compiler/ast/IJavadocTypeReference;
            iload 5 /* i */
            aaload
            astore 6 /* uses */
        start local 6 // org.eclipse.jdt.internal.compiler.ast.IJavadocTypeReference uses
         8: .line 581
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 6 /* uses */
            invokeinterface org.eclipse.jdt.internal.compiler.ast.IJavadocTypeReference.getTagSourceStart:()I
            aload 6 /* uses */
            invokeinterface org.eclipse.jdt.internal.compiler.ast.IJavadocTypeReference.getTagSourceEnd:()I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocUnexpectedTag:(II)V
        end local 6 // org.eclipse.jdt.internal.compiler.ast.IJavadocTypeReference uses
         9: .line 579
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 5 /* i */
            iload 4 /* usesTagsSize */
            if_icmplt 7
        end local 5 // int i
        11: .line 583
            return
        12: .line 587
      StackMap locals:
      StackMap stack:
            aload 3 /* moduleDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration.usesCount:I
            istore 5 /* usesSize */
        start local 5 // int usesSize
        13: .line 588
            iload 4 /* usesTagsSize */
            ifne 22
        14: .line 589
            iload 2 /* reportMissing */
            ifeq 60
        15: .line 590
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        16: goto 20
        17: .line 591
      StackMap locals: int int
      StackMap stack:
            aload 3 /* moduleDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration.uses:[Lorg/eclipse/jdt/internal/compiler/ast/UsesStatement;
            iload 6 /* i */
            aaload
            astore 7 /* uses */
        start local 7 // org.eclipse.jdt.internal.compiler.ast.UsesStatement uses
        18: .line 592
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 7 /* uses */
            getfield org.eclipse.jdt.internal.compiler.ast.UsesStatement.serviceInterface:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            aload 7 /* uses */
            getfield org.eclipse.jdt.internal.compiler.ast.UsesStatement.sourceStart:I
            aload 7 /* uses */
            getfield org.eclipse.jdt.internal.compiler.ast.UsesStatement.sourceEnd:I
            aload 3 /* moduleDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceModuleBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceModuleBinding.modifiers:I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocMissingUsesTag:(Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;III)V
        end local 7 // org.eclipse.jdt.internal.compiler.ast.UsesStatement uses
        19: .line 590
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 6 /* i */
            iload 5 /* usesSize */
            if_icmplt 17
        end local 6 // int i
        21: .line 595
            goto 60
        22: .line 596
      StackMap locals:
      StackMap stack:
            iload 4 /* usesTagsSize */
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            astore 6 /* bindings */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] bindings
        23: .line 597
            iconst_0
            istore 7 /* maxBindings */
        start local 7 // int maxBindings
        24: .line 600
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        25: goto 43
        26: .line 601
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.usesReferences:[Lorg/eclipse/jdt/internal/compiler/ast/IJavadocTypeReference;
            iload 8 /* i */
            aaload
            checkcast org.eclipse.jdt.internal.compiler.ast.TypeReference
            astore 9 /* usesRef */
        start local 9 // org.eclipse.jdt.internal.compiler.ast.TypeReference usesRef
        27: .line 603
            aload 9 /* usesRef */
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.resolve:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
        28: .line 604
            aload 9 /* usesRef */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 42
            aload 9 /* usesRef */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isValidBinding:()Z
            ifeq 42
        29: .line 606
            iconst_0
            istore 10 /* found */
        start local 10 // boolean found
        30: .line 607
            iconst_0
            istore 11 /* j */
        start local 11 // int j
        31: goto 36
        32: .line 608
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeReference int int
      StackMap stack:
            aload 6 /* bindings */
            iload 11 /* j */
            aaload
            aload 9 /* usesRef */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 35
        33: .line 609
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 9 /* usesRef */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.sourceStart:I
            aload 9 /* usesRef */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.sourceEnd:I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocDuplicatedUsesTag:(II)V
        34: .line 610
            iconst_1
            istore 10 /* found */
        35: .line 607
      StackMap locals:
      StackMap stack:
            iinc 11 /* j */ 1
      StackMap locals:
      StackMap stack:
        36: iload 11 /* j */
            iload 7 /* maxBindings */
            if_icmpge 37
            iload 10 /* found */
            ifeq 32
        end local 11 // int j
        37: .line 613
      StackMap locals:
      StackMap stack:
            iload 10 /* found */
            ifne 42
        38: .line 614
            aload 6 /* bindings */
            iload 7 /* maxBindings */
            iinc 7 /* maxBindings */ 1
            aload 9 /* usesRef */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aastore
        end local 10 // boolean found
        39: .line 617
            goto 42
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.Javadoc org.eclipse.jdt.internal.compiler.lookup.BlockScope int org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration int int org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int int org.eclipse.jdt.internal.compiler.ast.TypeReference
      StackMap stack: java.lang.Exception
        40: pop
        41: .line 618
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 9 /* usesRef */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.sourceStart:I
            aload 9 /* usesRef */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.sourceEnd:I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocInvalidUsesClass:(II)V
        end local 9 // org.eclipse.jdt.internal.compiler.ast.TypeReference usesRef
        42: .line 600
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        43: iload 8 /* i */
            iload 4 /* usesTagsSize */
            if_icmplt 26
        end local 8 // int i
        44: .line 623
            iload 2 /* reportMissing */
            ifeq 60
        45: .line 624
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        46: goto 59
        47: .line 625
      StackMap locals:
      StackMap stack:
            aload 3 /* moduleDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration.uses:[Lorg/eclipse/jdt/internal/compiler/ast/UsesStatement;
            iload 8 /* i */
            aaload
            astore 9 /* uses */
        start local 9 // org.eclipse.jdt.internal.compiler.ast.UsesStatement uses
        48: .line 626
            iconst_0
            istore 10 /* found */
        start local 10 // boolean found
        49: .line 627
            iconst_0
            istore 11 /* j */
        start local 11 // int j
        50: goto 55
        51: .line 628
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.UsesStatement int int
      StackMap stack:
            aload 6 /* bindings */
            iload 11 /* j */
            aaload
            astore 12 /* binding */
        start local 12 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding binding
        52: .line 629
            aload 9 /* uses */
            getfield org.eclipse.jdt.internal.compiler.ast.UsesStatement.serviceInterface:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.getTypeBinding:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 12 /* binding */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 54
        53: .line 630
            iconst_1
            istore 10 /* found */
        end local 12 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding binding
        54: .line 627
      StackMap locals:
      StackMap stack:
            iinc 11 /* j */ 1
      StackMap locals:
      StackMap stack:
        55: iload 11 /* j */
            iload 7 /* maxBindings */
            if_icmpge 56
            iload 10 /* found */
            ifeq 51
        end local 11 // int j
        56: .line 633
      StackMap locals:
      StackMap stack:
            iload 10 /* found */
            ifne 58
        57: .line 634
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 9 /* uses */
            getfield org.eclipse.jdt.internal.compiler.ast.UsesStatement.serviceInterface:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            aload 9 /* uses */
            getfield org.eclipse.jdt.internal.compiler.ast.UsesStatement.sourceStart:I
            aload 9 /* uses */
            getfield org.eclipse.jdt.internal.compiler.ast.UsesStatement.sourceEnd:I
            aload 3 /* moduleDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceModuleBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceModuleBinding.modifiers:I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocMissingUsesTag:(Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;III)V
        end local 10 // boolean found
        end local 9 // org.eclipse.jdt.internal.compiler.ast.UsesStatement uses
        58: .line 624
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        59: iload 8 /* i */
            iload 5 /* usesSize */
            if_icmplt 47
        end local 8 // int i
        end local 7 // int maxBindings
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] bindings
        60: .line 639
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int usesSize
        end local 4 // int usesTagsSize
        end local 3 // org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration moduleDecl
        end local 2 // boolean reportMissing
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   61     0           this  Lorg/eclipse/jdt/internal/compiler/ast/Javadoc;
            0   61     1          scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0   61     2  reportMissing  Z
            1   61     3     moduleDecl  Lorg/eclipse/jdt/internal/compiler/ast/ModuleDeclaration;
            4   61     4   usesTagsSize  I
            6   11     5              i  I
            8    9     6           uses  Lorg/eclipse/jdt/internal/compiler/ast/IJavadocTypeReference;
           13   61     5       usesSize  I
           16   21     6              i  I
           18   19     7           uses  Lorg/eclipse/jdt/internal/compiler/ast/UsesStatement;
           23   60     6       bindings  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           24   60     7    maxBindings  I
           25   44     8              i  I
           27   42     9        usesRef  Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
           30   39    10          found  Z
           31   37    11              j  I
           46   60     8              i  I
           48   58     9           uses  Lorg/eclipse/jdt/internal/compiler/ast/UsesStatement;
           49   58    10          found  Z
           50   56    11              j  I
           52   54    12        binding  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
      Exception table:
        from    to  target  type
          27    39      40  Class java.lang.Exception
    MethodParameters:
               Name  Flags
      scope          
      reportMissing  

  private void resolveProvidesTags(org.eclipse.jdt.internal.compiler.lookup.BlockScope, boolean);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=13, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        start local 2 // boolean reportMissing
         0: .line 645
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.referenceContext:()Lorg/eclipse/jdt/internal/compiler/impl/ReferenceContext;
            checkcast org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration
            astore 3 /* moduleDecl */
        start local 3 // org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration moduleDecl
         1: .line 646
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.providesReferences:[Lorg/eclipse/jdt/internal/compiler/ast/IJavadocTypeReference;
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration
      StackMap stack:
         2: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.providesReferences:[Lorg/eclipse/jdt/internal/compiler/ast/IJavadocTypeReference;
            arraylength
      StackMap locals:
      StackMap stack: int
         3: istore 4 /* providesTagsSize */
        start local 4 // int providesTagsSize
         4: .line 649
            aload 3 /* moduleDecl */
            ifnonnull 12
         5: .line 650
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 10
         7: .line 651
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.providesReferences:[Lorg/eclipse/jdt/internal/compiler/ast/IJavadocTypeReference;
            iload 5 /* i */
            aaload
            astore 6 /* provides */
        start local 6 // org.eclipse.jdt.internal.compiler.ast.IJavadocTypeReference provides
         8: .line 652
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 6 /* provides */
            invokeinterface org.eclipse.jdt.internal.compiler.ast.IJavadocTypeReference.getTagSourceStart:()I
            aload 6 /* provides */
            invokeinterface org.eclipse.jdt.internal.compiler.ast.IJavadocTypeReference.getTagSourceEnd:()I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocUnexpectedTag:(II)V
        end local 6 // org.eclipse.jdt.internal.compiler.ast.IJavadocTypeReference provides
         9: .line 650
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 5 /* i */
            iload 4 /* providesTagsSize */
            if_icmplt 7
        end local 5 // int i
        11: .line 654
            return
        12: .line 658
      StackMap locals:
      StackMap stack:
            aload 3 /* moduleDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration.servicesCount:I
            istore 5 /* providesSize */
        start local 5 // int providesSize
        13: .line 659
            iload 4 /* providesTagsSize */
            ifne 22
        14: .line 660
            iload 2 /* reportMissing */
            ifeq 60
        15: .line 661
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        16: goto 20
        17: .line 662
      StackMap locals: int int
      StackMap stack:
            aload 3 /* moduleDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration.services:[Lorg/eclipse/jdt/internal/compiler/ast/ProvidesStatement;
            iload 6 /* i */
            aaload
            astore 7 /* provides */
        start local 7 // org.eclipse.jdt.internal.compiler.ast.ProvidesStatement provides
        18: .line 663
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 7 /* provides */
            getfield org.eclipse.jdt.internal.compiler.ast.ProvidesStatement.serviceInterface:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            aload 7 /* provides */
            getfield org.eclipse.jdt.internal.compiler.ast.ProvidesStatement.sourceStart:I
            aload 7 /* provides */
            getfield org.eclipse.jdt.internal.compiler.ast.ProvidesStatement.sourceEnd:I
            aload 3 /* moduleDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceModuleBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceModuleBinding.modifiers:I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocMissingProvidesTag:(Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;III)V
        end local 7 // org.eclipse.jdt.internal.compiler.ast.ProvidesStatement provides
        19: .line 661
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 6 /* i */
            iload 5 /* providesSize */
            if_icmplt 17
        end local 6 // int i
        21: .line 666
            goto 60
        22: .line 667
      StackMap locals:
      StackMap stack:
            iload 4 /* providesTagsSize */
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            astore 6 /* bindings */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] bindings
        23: .line 668
            iconst_0
            istore 7 /* maxBindings */
        start local 7 // int maxBindings
        24: .line 671
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        25: goto 43
        26: .line 672
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.providesReferences:[Lorg/eclipse/jdt/internal/compiler/ast/IJavadocTypeReference;
            iload 8 /* i */
            aaload
            checkcast org.eclipse.jdt.internal.compiler.ast.TypeReference
            astore 9 /* providesRef */
        start local 9 // org.eclipse.jdt.internal.compiler.ast.TypeReference providesRef
        27: .line 674
            aload 9 /* providesRef */
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.resolve:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
        28: .line 675
            aload 9 /* providesRef */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 42
            aload 9 /* providesRef */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isValidBinding:()Z
            ifeq 42
        29: .line 677
            iconst_0
            istore 10 /* found */
        start local 10 // boolean found
        30: .line 678
            iconst_0
            istore 11 /* j */
        start local 11 // int j
        31: goto 36
        32: .line 679
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeReference int int
      StackMap stack:
            aload 6 /* bindings */
            iload 11 /* j */
            aaload
            aload 9 /* providesRef */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 35
        33: .line 680
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 9 /* providesRef */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.sourceStart:I
            aload 9 /* providesRef */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.sourceEnd:I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocDuplicatedProvidesTag:(II)V
        34: .line 681
            iconst_1
            istore 10 /* found */
        35: .line 678
      StackMap locals:
      StackMap stack:
            iinc 11 /* j */ 1
      StackMap locals:
      StackMap stack:
        36: iload 11 /* j */
            iload 7 /* maxBindings */
            if_icmpge 37
            iload 10 /* found */
            ifeq 32
        end local 11 // int j
        37: .line 684
      StackMap locals:
      StackMap stack:
            iload 10 /* found */
            ifne 42
        38: .line 685
            aload 6 /* bindings */
            iload 7 /* maxBindings */
            iinc 7 /* maxBindings */ 1
            aload 9 /* providesRef */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aastore
        end local 10 // boolean found
        39: .line 688
            goto 42
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.Javadoc org.eclipse.jdt.internal.compiler.lookup.BlockScope int org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration int int org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int int org.eclipse.jdt.internal.compiler.ast.TypeReference
      StackMap stack: java.lang.Exception
        40: pop
        41: .line 689
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 9 /* providesRef */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.sourceStart:I
            aload 9 /* providesRef */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.sourceEnd:I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocInvalidProvidesClass:(II)V
        end local 9 // org.eclipse.jdt.internal.compiler.ast.TypeReference providesRef
        42: .line 671
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        43: iload 8 /* i */
            iload 4 /* providesTagsSize */
            if_icmplt 26
        end local 8 // int i
        44: .line 694
            iload 2 /* reportMissing */
            ifeq 60
        45: .line 695
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        46: goto 59
        47: .line 696
      StackMap locals:
      StackMap stack:
            aload 3 /* moduleDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration.services:[Lorg/eclipse/jdt/internal/compiler/ast/ProvidesStatement;
            iload 8 /* i */
            aaload
            astore 9 /* provides */
        start local 9 // org.eclipse.jdt.internal.compiler.ast.ProvidesStatement provides
        48: .line 697
            iconst_0
            istore 10 /* found */
        start local 10 // boolean found
        49: .line 698
            iconst_0
            istore 11 /* j */
        start local 11 // int j
        50: goto 55
        51: .line 699
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ProvidesStatement int int
      StackMap stack:
            aload 6 /* bindings */
            iload 11 /* j */
            aaload
            astore 12 /* binding */
        start local 12 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding binding
        52: .line 700
            aload 9 /* provides */
            getfield org.eclipse.jdt.internal.compiler.ast.ProvidesStatement.serviceInterface:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.getTypeBinding:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 12 /* binding */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 54
        53: .line 701
            iconst_1
            istore 10 /* found */
        end local 12 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding binding
        54: .line 698
      StackMap locals:
      StackMap stack:
            iinc 11 /* j */ 1
      StackMap locals:
      StackMap stack:
        55: iload 11 /* j */
            iload 7 /* maxBindings */
            if_icmpge 56
            iload 10 /* found */
            ifeq 51
        end local 11 // int j
        56: .line 704
      StackMap locals:
      StackMap stack:
            iload 10 /* found */
            ifne 58
        57: .line 705
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 9 /* provides */
            getfield org.eclipse.jdt.internal.compiler.ast.ProvidesStatement.serviceInterface:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            aload 9 /* provides */
            getfield org.eclipse.jdt.internal.compiler.ast.ProvidesStatement.sourceStart:I
            aload 9 /* provides */
            getfield org.eclipse.jdt.internal.compiler.ast.ProvidesStatement.sourceEnd:I
            aload 3 /* moduleDecl */
            getfield org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceModuleBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceModuleBinding.modifiers:I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocMissingProvidesTag:(Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;III)V
        end local 10 // boolean found
        end local 9 // org.eclipse.jdt.internal.compiler.ast.ProvidesStatement provides
        58: .line 695
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        59: iload 8 /* i */
            iload 5 /* providesSize */
            if_icmplt 47
        end local 8 // int i
        end local 7 // int maxBindings
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] bindings
        60: .line 710
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int providesSize
        end local 4 // int providesTagsSize
        end local 3 // org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration moduleDecl
        end local 2 // boolean reportMissing
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   61     0              this  Lorg/eclipse/jdt/internal/compiler/ast/Javadoc;
            0   61     1             scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0   61     2     reportMissing  Z
            1   61     3        moduleDecl  Lorg/eclipse/jdt/internal/compiler/ast/ModuleDeclaration;
            4   61     4  providesTagsSize  I
            6   11     5                 i  I
            8    9     6          provides  Lorg/eclipse/jdt/internal/compiler/ast/IJavadocTypeReference;
           13   61     5      providesSize  I
           16   21     6                 i  I
           18   19     7          provides  Lorg/eclipse/jdt/internal/compiler/ast/ProvidesStatement;
           23   60     6          bindings  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           24   60     7       maxBindings  I
           25   44     8                 i  I
           27   42     9       providesRef  Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
           30   39    10             found  Z
           31   37    11                 j  I
           46   60     8                 i  I
           48   58     9          provides  Lorg/eclipse/jdt/internal/compiler/ast/ProvidesStatement;
           49   58    10             found  Z
           50   56    11                 j  I
           52   54    12           binding  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
      Exception table:
        from    to  target  type
          27    39      40  Class java.lang.Exception
    MethodParameters:
               Name  Flags
      scope          
      reportMissing  

  private void resolveTypeParameterTags(org.eclipse.jdt.internal.compiler.lookup.Scope, boolean);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=14, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        start local 2 // boolean reportMissing
         0: .line 716
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramTypeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleTypeReference;
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramTypeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleTypeReference;
            arraylength
      StackMap locals:
      StackMap stack: int
         2: istore 3 /* paramTypeParamLength */
        start local 3 // int paramTypeParamLength
         3: .line 719
            aconst_null
            astore 4 /* parameters */
        start local 4 // org.eclipse.jdt.internal.compiler.ast.TypeParameter[] parameters
         4: .line 720
            aconst_null
            astore 5 /* typeVariables */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] typeVariables
         5: .line 721
            iconst_m1
            istore 6 /* modifiers */
        start local 6 // int modifiers
         6: .line 722
            aload 1 /* scope */
            getfield org.eclipse.jdt.internal.compiler.lookup.Scope.kind:I
            tableswitch { // 2 - 3
                    2: 7
                    3: 20
              default: 24
          }
         7: .line 724
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.Javadoc org.eclipse.jdt.internal.compiler.lookup.Scope int int org.eclipse.jdt.internal.compiler.ast.TypeParameter[] org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] int
      StackMap stack:
            aload 1 /* scope */
            checkcast org.eclipse.jdt.internal.compiler.lookup.MethodScope
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.referenceMethod:()Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            astore 7 /* methodDeclaration */
        start local 7 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration methodDeclaration
         8: .line 726
            aload 7 /* methodDeclaration */
            ifnonnull 16
         9: .line 727
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        10: goto 14
        11: .line 728
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramTypeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleTypeReference;
            iload 8 /* i */
            aaload
            astore 9 /* param */
        start local 9 // org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference param
        12: .line 729
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 9 /* param */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference.tagSourceStart:I
            aload 9 /* param */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference.tagSourceEnd:I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocUnexpectedTag:(II)V
        end local 9 // org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference param
        13: .line 727
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 8 /* i */
            iload 3 /* paramTypeParamLength */
            if_icmplt 11
        end local 8 // int i
        15: .line 731
            return
        16: .line 733
      StackMap locals:
      StackMap stack:
            aload 7 /* methodDeclaration */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.typeParameters:()[Lorg/eclipse/jdt/internal/compiler/ast/TypeParameter;
            astore 4 /* parameters */
        17: .line 734
            aload 7 /* methodDeclaration */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            astore 5 /* typeVariables */
        18: .line 735
            aload 7 /* methodDeclaration */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            istore 6 /* modifiers */
        19: .line 736
            goto 24
        end local 7 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration methodDeclaration
        20: .line 738
      StackMap locals:
      StackMap stack:
            aload 1 /* scope */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ClassScope
            getfield org.eclipse.jdt.internal.compiler.lookup.ClassScope.referenceContext:Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            astore 8 /* typeDeclaration */
        start local 8 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration typeDeclaration
        21: .line 739
            aload 8 /* typeDeclaration */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.typeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/TypeParameter;
            astore 4 /* parameters */
        22: .line 740
            aload 8 /* typeDeclaration */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            astore 5 /* typeVariables */
        23: .line 741
            aload 8 /* typeDeclaration */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.modifiers:I
            istore 6 /* modifiers */
        end local 8 // org.eclipse.jdt.internal.compiler.ast.TypeDeclaration typeDeclaration
        24: .line 746
      StackMap locals:
      StackMap stack:
            aload 5 /* typeVariables */
            ifnull 25
            aload 5 /* typeVariables */
            arraylength
            ifne 32
        25: .line 747
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        26: goto 30
        27: .line 748
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramTypeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleTypeReference;
            iload 7 /* i */
            aaload
            astore 8 /* param */
        start local 8 // org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference param
        28: .line 749
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 8 /* param */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference.tagSourceStart:I
            aload 8 /* param */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference.tagSourceEnd:I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocUnexpectedTag:(II)V
        end local 8 // org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference param
        29: .line 747
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        30: iload 7 /* i */
            iload 3 /* paramTypeParamLength */
            if_icmplt 27
        end local 7 // int i
        31: .line 751
            return
        32: .line 755
      StackMap locals:
      StackMap stack:
            aload 4 /* parameters */
            ifnull 93
        33: .line 757
            iload 2 /* reportMissing */
            ifeq 34
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.sourceLevel:J
            ldc 3211264
            lcmp
            iflt 34
            iconst_1
            goto 35
      StackMap locals:
      StackMap stack:
        34: iconst_0
      StackMap locals:
      StackMap stack: int
        35: istore 2 /* reportMissing */
        36: .line 758
            aload 4 /* parameters */
            arraylength
            istore 7 /* typeParametersLength */
        start local 7 // int typeParametersLength
        37: .line 759
            iload 3 /* paramTypeParamLength */
            ifne 46
        38: .line 760
            iload 2 /* reportMissing */
            ifeq 93
        39: .line 761
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        40: iload 7 /* typeParametersLength */
            istore 9 /* l */
        start local 9 // int l
        41: goto 44
        42: .line 762
      StackMap locals: int int int
      StackMap stack:
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 4 /* parameters */
            iload 8 /* i */
            aaload
            getfield org.eclipse.jdt.internal.compiler.ast.TypeParameter.name:[C
            aload 4 /* parameters */
            iload 8 /* i */
            aaload
            getfield org.eclipse.jdt.internal.compiler.ast.TypeParameter.sourceStart:I
            aload 4 /* parameters */
            iload 8 /* i */
            aaload
            getfield org.eclipse.jdt.internal.compiler.ast.TypeParameter.sourceEnd:I
            iload 6 /* modifiers */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocMissingParamTag:([CIII)V
        43: .line 761
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        44: iload 8 /* i */
            iload 9 /* l */
            if_icmplt 42
        end local 9 // int l
        end local 8 // int i
        45: .line 767
            goto 93
      StackMap locals:
      StackMap stack:
        46: aload 5 /* typeVariables */
            arraylength
            iload 7 /* typeParametersLength */
            if_icmpne 93
        47: .line 768
            iload 3 /* paramTypeParamLength */
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
            astore 8 /* bindings */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] bindings
        48: .line 771
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        49: goto 70
        50: .line 772
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramTypeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleTypeReference;
            iload 9 /* i */
            aaload
            astore 10 /* param */
        start local 10 // org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference param
        51: .line 773
            aload 10 /* param */
            aload 1 /* scope */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference.internalResolveType:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;I)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 11 /* paramBindind */
        start local 11 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding paramBindind
        52: .line 774
            aload 11 /* paramBindind */
            ifnull 69
            aload 11 /* paramBindind */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isValidBinding:()Z
            ifeq 69
        53: .line 775
            aload 11 /* paramBindind */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isTypeVariable:()Z
            ifeq 68
        54: .line 777
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.reportUnusedParameterIncludeDocCommentReference:Z
            ifeq 57
        55: .line 778
            aload 11 /* paramBindind */
            checkcast org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
            astore 12 /* typeVariableBinding */
        start local 12 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding typeVariableBinding
        56: .line 779
            aload 12 /* typeVariableBinding */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.modifiers:I
            ldc 134217728
            ior
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.modifiers:I
        end local 12 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding typeVariableBinding
        57: .line 782
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            iconst_0
            istore 12 /* duplicate */
        start local 12 // boolean duplicate
        58: .line 783
            iconst_0
            istore 13 /* j */
        start local 13 // int j
        59: goto 64
        60: .line 784
      StackMap locals: int int
      StackMap stack:
            aload 8 /* bindings */
            iload 13 /* j */
            aaload
            aload 10 /* param */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 63
        61: .line 785
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 10 /* param */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference.token:[C
            aload 10 /* param */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference.sourceStart:I
            aload 10 /* param */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference.sourceEnd:I
            iload 6 /* modifiers */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocDuplicatedParamTag:([CIII)V
        62: .line 786
            iconst_1
            istore 12 /* duplicate */
        63: .line 783
      StackMap locals:
      StackMap stack:
            iinc 13 /* j */ 1
      StackMap locals:
      StackMap stack:
        64: iload 13 /* j */
            iload 9 /* i */
            if_icmpge 65
            iload 12 /* duplicate */
            ifeq 60
        end local 13 // int j
        65: .line 789
      StackMap locals:
      StackMap stack:
            iload 12 /* duplicate */
            ifne 69
        66: .line 790
            aload 8 /* bindings */
            iload 9 /* i */
            aload 10 /* param */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
            aastore
        end local 12 // boolean duplicate
        67: .line 792
            goto 69
        68: .line 793
      StackMap locals:
      StackMap stack:
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 10 /* param */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference.token:[C
            aload 10 /* param */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference.sourceStart:I
            aload 10 /* param */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference.sourceEnd:I
            iload 6 /* modifiers */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocUndeclaredParamTagName:([CIII)V
        end local 11 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding paramBindind
        end local 10 // org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference param
        69: .line 771
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        70: iload 9 /* i */
            iload 3 /* paramTypeParamLength */
            if_icmplt 50
        end local 9 // int i
        71: .line 799
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        72: goto 85
        73: .line 800
      StackMap locals:
      StackMap stack:
            aload 4 /* parameters */
            iload 9 /* i */
            aaload
            astore 10 /* parameter */
        start local 10 // org.eclipse.jdt.internal.compiler.ast.TypeParameter parameter
        74: .line 801
            iconst_0
            istore 11 /* found */
        start local 11 // boolean found
        75: .line 802
            iconst_0
            istore 12 /* j */
        start local 12 // int j
        76: goto 81
        77: .line 803
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeParameter int int
      StackMap stack:
            aload 10 /* parameter */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeParameter.binding:Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            aload 8 /* bindings */
            iload 12 /* j */
            aaload
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 80
        78: .line 804
            iconst_1
            istore 11 /* found */
        79: .line 805
            aload 8 /* bindings */
            iload 12 /* j */
            aconst_null
            aastore
        80: .line 802
      StackMap locals:
      StackMap stack:
            iinc 12 /* j */ 1
      StackMap locals:
      StackMap stack:
        81: iload 12 /* j */
            iload 3 /* paramTypeParamLength */
            if_icmpge 82
            iload 11 /* found */
            ifeq 77
        end local 12 // int j
        82: .line 808
      StackMap locals:
      StackMap stack:
            iload 11 /* found */
            ifne 84
            iload 2 /* reportMissing */
            ifeq 84
        83: .line 809
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 10 /* parameter */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeParameter.name:[C
            aload 10 /* parameter */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeParameter.sourceStart:I
            aload 10 /* parameter */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeParameter.sourceEnd:I
            iload 6 /* modifiers */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocMissingParamTag:([CIII)V
        end local 11 // boolean found
        end local 10 // org.eclipse.jdt.internal.compiler.ast.TypeParameter parameter
        84: .line 799
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        85: iload 9 /* i */
            iload 7 /* typeParametersLength */
            if_icmplt 73
        end local 9 // int i
        86: .line 814
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        87: goto 92
        88: .line 815
      StackMap locals:
      StackMap stack:
            aload 8 /* bindings */
            iload 9 /* i */
            aaload
            ifnull 91
        89: .line 816
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramTypeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleTypeReference;
            iload 9 /* i */
            aaload
            astore 10 /* param */
        start local 10 // org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference param
        90: .line 817
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 10 /* param */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference.token:[C
            aload 10 /* param */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference.sourceStart:I
            aload 10 /* param */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference.sourceEnd:I
            iload 6 /* modifiers */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocUndeclaredParamTagName:([CIII)V
        end local 10 // org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference param
        91: .line 814
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        92: iload 9 /* i */
            iload 3 /* paramTypeParamLength */
            if_icmplt 88
        end local 9 // int i
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] bindings
        end local 7 // int typeParametersLength
        93: .line 822
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int modifiers
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] typeVariables
        end local 4 // org.eclipse.jdt.internal.compiler.ast.TypeParameter[] parameters
        end local 3 // int paramTypeParamLength
        end local 2 // boolean reportMissing
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   94     0                  this  Lorg/eclipse/jdt/internal/compiler/ast/Javadoc;
            0   94     1                 scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            0   94     2         reportMissing  Z
            3   94     3  paramTypeParamLength  I
            4   94     4            parameters  [Lorg/eclipse/jdt/internal/compiler/ast/TypeParameter;
            5   94     5         typeVariables  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            6   94     6             modifiers  I
            8   20     7     methodDeclaration  Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
           10   15     8                     i  I
           12   13     9                 param  Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleTypeReference;
           21   24     8       typeDeclaration  Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
           26   31     7                     i  I
           28   29     8                 param  Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleTypeReference;
           37   93     7  typeParametersLength  I
           40   45     8                     i  I
           41   45     9                     l  I
           48   93     8              bindings  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
           49   71     9                     i  I
           51   69    10                 param  Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleTypeReference;
           52   69    11          paramBindind  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           56   57    12   typeVariableBinding  Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
           58   67    12             duplicate  Z
           59   65    13                     j  I
           72   86     9                     i  I
           74   84    10             parameter  Lorg/eclipse/jdt/internal/compiler/ast/TypeParameter;
           75   84    11                 found  Z
           76   82    12                     j  I
           87   93     9                     i  I
           90   91    10                 param  Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleTypeReference;
    MethodParameters:
               Name  Flags
      scope          
      reportMissing  

  private void resolveThrowsTags(org.eclipse.jdt.internal.compiler.lookup.MethodScope, boolean);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=14, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodScope methScope
        start local 2 // boolean reportMissing
         0: .line 828
            aload 1 /* methScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.referenceMethod:()Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            astore 3 /* md */
        start local 3 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration md
         1: .line 829
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.exceptionReferences:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
      StackMap stack:
         2: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.exceptionReferences:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            arraylength
      StackMap locals:
      StackMap stack: int
         3: istore 4 /* throwsTagsLength */
        start local 4 // int throwsTagsLength
         4: .line 832
            aload 3 /* md */
            ifnonnull 21
         5: .line 833
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 19
         7: .line 834
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.exceptionReferences:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iload 5 /* i */
            aaload
            astore 6 /* typeRef */
        start local 6 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeRef
         8: .line 835
            aload 6 /* typeRef */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.sourceStart:I
            istore 7 /* start */
        start local 7 // int start
         9: .line 836
            aload 6 /* typeRef */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.sourceEnd:I
            istore 8 /* end */
        start local 8 // int end
        10: .line 837
            aload 6 /* typeRef */
            instanceof org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference
            ifeq 14
        11: .line 838
            aload 6 /* typeRef */
            checkcast org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference.tagSourceStart:I
            istore 7 /* start */
        12: .line 839
            aload 6 /* typeRef */
            checkcast org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference.tagSourceEnd:I
            istore 8 /* end */
        13: .line 840
            goto 17
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeReference int int
      StackMap stack:
        14: aload 6 /* typeRef */
            instanceof org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference
            ifeq 17
        15: .line 841
            aload 6 /* typeRef */
            checkcast org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference.tagSourceStart:I
            istore 7 /* start */
        16: .line 842
            aload 6 /* typeRef */
            checkcast org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference.tagSourceEnd:I
            istore 8 /* end */
        17: .line 844
      StackMap locals:
      StackMap stack:
            aload 1 /* methScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            iload 7 /* start */
            iload 8 /* end */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocUnexpectedTag:(II)V
        end local 8 // int end
        end local 7 // int start
        end local 6 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeRef
        18: .line 833
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 5 /* i */
            iload 4 /* throwsTagsLength */
            if_icmplt 7
        end local 5 // int i
        20: .line 846
            return
        21: .line 850
      StackMap locals:
      StackMap stack:
            aload 3 /* md */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnonnull 22
            iconst_0
            goto 23
      StackMap locals:
      StackMap stack:
        22: aload 3 /* md */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            arraylength
      StackMap locals:
      StackMap stack: int
        23: istore 5 /* boundExceptionLength */
        start local 5 // int boundExceptionLength
        24: .line 851
            aload 3 /* md */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnonnull 25
            iconst_0
            goto 26
      StackMap locals: int
      StackMap stack:
        25: aload 3 /* md */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            arraylength
      StackMap locals:
      StackMap stack: int
        26: istore 6 /* thrownExceptionLength */
        start local 6 // int thrownExceptionLength
        27: .line 852
            iload 4 /* throwsTagsLength */
            ifne 42
        28: .line 853
            iload 2 /* reportMissing */
            ifeq 93
        29: .line 854
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        30: goto 40
        31: .line 855
      StackMap locals: int int
      StackMap stack:
            aload 3 /* md */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            iload 7 /* i */
            aaload
            astore 8 /* exceptionBinding */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding exceptionBinding
        32: .line 856
            aload 8 /* exceptionBinding */
            ifnull 39
            aload 8 /* exceptionBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isValidBinding:()Z
            ifeq 39
        33: .line 857
            iload 7 /* i */
            istore 9 /* j */
        start local 9 // int j
        34: .line 858
            goto 36
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding int
      StackMap stack:
        35: iinc 9 /* j */ 1
      StackMap locals:
      StackMap stack:
        36: iload 9 /* j */
            iload 6 /* thrownExceptionLength */
            if_icmpge 37
            aload 8 /* exceptionBinding */
            aload 3 /* md */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iload 9 /* j */
            aaload
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.notEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifne 35
        37: .line 859
      StackMap locals:
      StackMap stack:
            iload 9 /* j */
            iload 6 /* thrownExceptionLength */
            if_icmpge 39
        38: .line 860
            aload 1 /* methScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 3 /* md */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iload 9 /* j */
            aaload
            aload 3 /* md */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocMissingThrowsTag:(Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;I)V
        end local 9 // int j
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding exceptionBinding
        39: .line 854
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        40: iload 7 /* i */
            iload 5 /* boundExceptionLength */
            if_icmplt 31
        end local 7 // int i
        41: .line 865
            goto 93
        42: .line 866
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 7 /* maxRef */
        start local 7 // int maxRef
        43: .line 867
            iload 4 /* throwsTagsLength */
            anewarray org.eclipse.jdt.internal.compiler.ast.TypeReference
            astore 8 /* typeReferences */
        start local 8 // org.eclipse.jdt.internal.compiler.ast.TypeReference[] typeReferences
        44: .line 870
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        45: goto 52
        46: .line 871
      StackMap locals: int org.eclipse.jdt.internal.compiler.ast.TypeReference[] int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.exceptionReferences:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iload 9 /* i */
            aaload
            astore 10 /* typeRef */
        start local 10 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeRef
        47: .line 872
            aload 10 /* typeRef */
            aload 1 /* methScope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.resolve:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
        48: .line 873
            aload 10 /* typeRef */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 11 /* typeBinding */
        start local 11 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding typeBinding
        49: .line 875
            aload 11 /* typeBinding */
            ifnull 51
            aload 11 /* typeBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isValidBinding:()Z
            ifeq 51
            aload 11 /* typeBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isClass:()Z
            ifeq 51
        50: .line 877
            aload 8 /* typeReferences */
            iload 7 /* maxRef */
            iinc 7 /* maxRef */ 1
            aload 10 /* typeRef */
            aastore
        end local 11 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding typeBinding
        end local 10 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeRef
        51: .line 870
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        52: iload 9 /* i */
            iload 4 /* throwsTagsLength */
            if_icmplt 46
        end local 9 // int i
        53: .line 882
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        54: goto 76
        55: .line 883
      StackMap locals:
      StackMap stack:
            aload 3 /* md */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            iload 9 /* i */
            aaload
            astore 10 /* exceptionBinding */
        start local 10 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding exceptionBinding
        56: .line 884
            aload 10 /* exceptionBinding */
            ifnull 57
            aload 10 /* exceptionBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 10 /* exceptionBinding */
        57: .line 885
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            iconst_0
            istore 11 /* found */
        start local 11 // boolean found
        58: .line 886
            iconst_0
            istore 12 /* j */
        start local 12 // int j
        59: goto 66
        60: .line 887
      StackMap locals: int int
      StackMap stack:
            aload 8 /* typeReferences */
            iload 12 /* j */
            aaload
            ifnull 65
        61: .line 888
            aload 8 /* typeReferences */
            iload 12 /* j */
            aaload
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 13 /* typeBinding */
        start local 13 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding typeBinding
        62: .line 889
            aload 10 /* exceptionBinding */
            aload 13 /* typeBinding */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 65
        63: .line 890
            iconst_1
            istore 11 /* found */
        64: .line 891
            aload 8 /* typeReferences */
            iload 12 /* j */
            aconst_null
            aastore
        end local 13 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding typeBinding
        65: .line 886
      StackMap locals:
      StackMap stack:
            iinc 12 /* j */ 1
      StackMap locals:
      StackMap stack:
        66: iload 12 /* j */
            iload 7 /* maxRef */
            if_icmpge 67
            iload 11 /* found */
            ifeq 60
        end local 12 // int j
        67: .line 895
      StackMap locals:
      StackMap stack:
            iload 11 /* found */
            ifne 75
            iload 2 /* reportMissing */
            ifeq 75
        68: .line 896
            aload 10 /* exceptionBinding */
            ifnull 75
            aload 10 /* exceptionBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isValidBinding:()Z
            ifeq 75
        69: .line 897
            iload 9 /* i */
            istore 12 /* k */
        start local 12 // int k
        70: .line 898
            goto 72
      StackMap locals: int
      StackMap stack:
        71: iinc 12 /* k */ 1
      StackMap locals:
      StackMap stack:
        72: iload 12 /* k */
            iload 6 /* thrownExceptionLength */
            if_icmpge 73
            aload 10 /* exceptionBinding */
            aload 3 /* md */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iload 12 /* k */
            aaload
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.notEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifne 71
        73: .line 899
      StackMap locals:
      StackMap stack:
            iload 12 /* k */
            iload 6 /* thrownExceptionLength */
            if_icmpge 75
        74: .line 900
            aload 1 /* methScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 3 /* md */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iload 12 /* k */
            aaload
            aload 3 /* md */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocMissingThrowsTag:(Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;I)V
        end local 12 // int k
        end local 11 // boolean found
        end local 10 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding exceptionBinding
        75: .line 882
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        76: iload 9 /* i */
            iload 5 /* boundExceptionLength */
            if_icmplt 55
        end local 9 // int i
        77: .line 907
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        78: goto 92
        79: .line 908
      StackMap locals:
      StackMap stack:
            aload 8 /* typeReferences */
            iload 9 /* i */
            aaload
            astore 10 /* typeRef */
        start local 10 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeRef
        80: .line 909
            aload 10 /* typeRef */
            ifnull 91
        81: .line 910
            iconst_0
            istore 11 /* compatible */
        start local 11 // boolean compatible
        82: .line 912
            iconst_0
            istore 12 /* j */
        start local 12 // int j
        83: goto 88
        84: .line 913
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeReference int int
      StackMap stack:
            aload 3 /* md */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iload 12 /* j */
            aaload
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 13 /* exceptionBinding */
        start local 13 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding exceptionBinding
        85: .line 914
            aload 13 /* exceptionBinding */
            ifnull 87
        86: .line 915
            aload 10 /* typeRef */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 13 /* exceptionBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            istore 11 /* compatible */
        end local 13 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding exceptionBinding
        87: .line 912
      StackMap locals:
      StackMap stack:
            iinc 12 /* j */ 1
      StackMap locals:
      StackMap stack:
        88: iload 12 /* j */
            iload 6 /* thrownExceptionLength */
            if_icmpge 89
            iload 11 /* compatible */
            ifeq 84
        end local 12 // int j
        89: .line 920
      StackMap locals:
      StackMap stack:
            iload 11 /* compatible */
            ifne 91
            aload 10 /* typeRef */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isUncheckedException:(Z)Z
            ifne 91
        90: .line 921
            aload 1 /* methScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 10 /* typeRef */
            aload 3 /* md */
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocInvalidThrowsClassName:(Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;I)V
        end local 11 // boolean compatible
        end local 10 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeRef
        91: .line 907
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        92: iload 9 /* i */
            iload 7 /* maxRef */
            if_icmplt 79
        end local 9 // int i
        end local 8 // org.eclipse.jdt.internal.compiler.ast.TypeReference[] typeReferences
        end local 7 // int maxRef
        93: .line 926
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int thrownExceptionLength
        end local 5 // int boundExceptionLength
        end local 4 // int throwsTagsLength
        end local 3 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration md
        end local 2 // boolean reportMissing
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodScope methScope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   94     0                   this  Lorg/eclipse/jdt/internal/compiler/ast/Javadoc;
            0   94     1              methScope  Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            0   94     2          reportMissing  Z
            1   94     3                     md  Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            4   94     4       throwsTagsLength  I
            6   20     5                      i  I
            8   18     6                typeRef  Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            9   18     7                  start  I
           10   18     8                    end  I
           24   94     5   boundExceptionLength  I
           27   94     6  thrownExceptionLength  I
           30   41     7                      i  I
           32   39     8       exceptionBinding  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           34   39     9                      j  I
           43   93     7                 maxRef  I
           44   93     8         typeReferences  [Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
           45   53     9                      i  I
           47   51    10                typeRef  Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
           49   51    11            typeBinding  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           54   77     9                      i  I
           56   75    10       exceptionBinding  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           58   75    11                  found  Z
           59   67    12                      j  I
           62   65    13            typeBinding  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           70   75    12                      k  I
           78   93     9                      i  I
           80   91    10                typeRef  Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
           82   91    11             compatible  Z
           83   89    12                      j  I
           85   87    13       exceptionBinding  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
               Name  Flags
      methScope      
      reportMissing  

  private void verifyTypeReference(org.eclipse.jdt.internal.compiler.ast.Expression, org.eclipse.jdt.internal.compiler.ast.Expression, org.eclipse.jdt.internal.compiler.lookup.Scope, boolean, org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, int);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;ZLorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=23, args_size=7
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.Expression reference
        start local 2 // org.eclipse.jdt.internal.compiler.ast.Expression typeReference
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        start local 4 // boolean source15
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding resolvedType
        start local 6 // int modifiers
         0: .line 929
            aload 5 /* resolvedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isValidBinding:()Z
            ifeq 88
         1: .line 930
            iconst_m1
            istore 7 /* scopeModifiers */
        start local 7 // int scopeModifiers
         2: .line 933
            aload 0 /* this */
            aload 3 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            getfield org.eclipse.jdt.internal.compiler.problem.ProblemReporter.options:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.reportInvalidJavadocTagsVisibility:I
            iload 6 /* modifiers */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Javadoc.canBeSeen:(II)Z
            ifne 5
         3: .line 934
            aload 3 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 2 /* typeReference */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceStart:I
            aload 1 /* reference */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceEnd:I
            aload 3 /* scope */
            iload 6 /* modifiers */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocHiddenReference:(IILorg/eclipse/jdt/internal/compiler/lookup/Scope;I)V
         4: .line 935
            return
         5: .line 939
      StackMap locals: int
      StackMap stack:
            aload 1 /* reference */
            aload 2 /* typeReference */
            if_acmpeq 9
         6: .line 940
            aload 0 /* this */
            aload 3 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            getfield org.eclipse.jdt.internal.compiler.problem.ProblemReporter.options:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.reportInvalidJavadocTagsVisibility:I
            aload 5 /* resolvedType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.modifiers:I
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Javadoc.canBeSeen:(II)Z
            ifne 9
         7: .line 941
            aload 3 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 2 /* typeReference */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceStart:I
            aload 2 /* typeReference */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceEnd:I
            aload 3 /* scope */
            aload 5 /* resolvedType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.modifiers:I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocHiddenReference:(IILorg/eclipse/jdt/internal/compiler/lookup/Scope;I)V
         8: .line 942
            return
         9: .line 947
      StackMap locals:
      StackMap stack:
            aload 5 /* resolvedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isMemberType:()Z
            ifeq 84
        10: .line 948
            aload 5 /* resolvedType */
            astore 8 /* topLevelType */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding topLevelType
        11: .line 950
            aload 8 /* topLevelType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.fPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.PackageBinding.compoundName:[[C
            arraylength
            istore 9 /* packageLength */
        start local 9 // int packageLength
        12: .line 951
            aload 5 /* resolvedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.depth:()I
            istore 10 /* depth */
        start local 10 // int depth
        13: .line 952
            iload 10 /* depth */
            iload 9 /* packageLength */
            iadd
            istore 11 /* idx */
        start local 11 // int idx
        14: .line 953
            iload 11 /* idx */
            iconst_1
            iadd
            anewarray char[]
            astore 12 /* computedCompoundName */
        start local 12 // char[][] computedCompoundName
        15: .line 954
            aload 12 /* computedCompoundName */
            iload 11 /* idx */
            aload 8 /* topLevelType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.sourceName:[C
            aastore
        16: .line 955
            goto 19
        17: .line 956
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.Javadoc org.eclipse.jdt.internal.compiler.ast.Expression org.eclipse.jdt.internal.compiler.ast.Expression org.eclipse.jdt.internal.compiler.lookup.Scope int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding int int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding int int int char[][]
      StackMap stack:
            aload 8 /* topLevelType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 8 /* topLevelType */
        18: .line 957
            aload 12 /* computedCompoundName */
            iinc 11 /* idx */ -1
            iload 11 /* idx */
            aload 8 /* topLevelType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.sourceName:[C
            aastore
        19: .line 955
      StackMap locals:
      StackMap stack:
            aload 8 /* topLevelType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            ifnonnull 17
        20: .line 961
            iload 9 /* packageLength */
            istore 13 /* i */
        start local 13 // int i
        21: goto 23
        22: .line 962
      StackMap locals: int
      StackMap stack:
            aload 12 /* computedCompoundName */
            iinc 11 /* idx */ -1
            iload 11 /* idx */
            aload 8 /* topLevelType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.fPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.PackageBinding.compoundName:[[C
            iload 13 /* i */
            aaload
            aastore
        23: .line 961
      StackMap locals:
      StackMap stack:
            iinc 13 /* i */ -1
            iload 13 /* i */
            ifge 22
        end local 13 // int i
        24: .line 965
            aload 3 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.classScope:()Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            astore 13 /* topLevelScope */
        start local 13 // org.eclipse.jdt.internal.compiler.lookup.ClassScope topLevelScope
        25: .line 967
            aload 13 /* topLevelScope */
            getfield org.eclipse.jdt.internal.compiler.lookup.ClassScope.parent:Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            getfield org.eclipse.jdt.internal.compiler.lookup.Scope.kind:I
            iconst_4
            if_icmpne 27
        26: .line 968
            aload 8 /* topLevelType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.sourceName:[C
            aload 13 /* topLevelScope */
            getfield org.eclipse.jdt.internal.compiler.lookup.ClassScope.referenceContext:Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.name:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifne 63
        27: .line 969
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.Javadoc org.eclipse.jdt.internal.compiler.ast.Expression org.eclipse.jdt.internal.compiler.ast.Expression org.eclipse.jdt.internal.compiler.lookup.Scope int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding int int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding int int int char[][] org.eclipse.jdt.internal.compiler.lookup.ClassScope
      StackMap stack:
            aload 13 /* topLevelScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.outerMostClassScope:()Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            astore 13 /* topLevelScope */
        28: .line 970
            aload 2 /* typeReference */
            instanceof org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference
            ifeq 63
        29: .line 972
            iload 4 /* source15 */
            ifne 30
            iload 10 /* depth */
            iconst_1
            if_icmpeq 31
      StackMap locals:
      StackMap stack:
        30: aload 8 /* topLevelType */
            aload 13 /* topLevelScope */
            getfield org.eclipse.jdt.internal.compiler.lookup.ClassScope.referenceContext:Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.notEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 63
        31: .line 974
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 14 /* hasValidImport */
        start local 14 // boolean hasValidImport
        32: .line 975
            iload 4 /* source15 */
            ifeq 60
        33: .line 976
            aload 13 /* topLevelScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.compilationUnitScope:()Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            astore 15 /* unitScope */
        start local 15 // org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope unitScope
        34: .line 977
            aload 15 /* unitScope */
            getfield org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.imports:[Lorg/eclipse/jdt/internal/compiler/lookup/ImportBinding;
            astore 16 /* imports */
        start local 16 // org.eclipse.jdt.internal.compiler.lookup.ImportBinding[] imports
        35: .line 978
            aload 16 /* imports */
            ifnonnull 36
            iconst_0
            goto 37
      StackMap locals: int org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope org.eclipse.jdt.internal.compiler.lookup.ImportBinding[]
      StackMap stack:
        36: aload 16 /* imports */
            arraylength
      StackMap locals:
      StackMap stack: int
        37: istore 17 /* length */
        start local 17 // int length
        38: .line 979
            iconst_0
            istore 18 /* i */
        start local 18 // int i
        39: goto 55
        40: .line 980
      StackMap locals: int int
      StackMap stack:
            aload 16 /* imports */
            iload 18 /* i */
            aaload
            getfield org.eclipse.jdt.internal.compiler.lookup.ImportBinding.compoundName:[[C
            astore 19 /* compoundName */
        start local 19 // char[][] compoundName
        41: .line 981
            aload 19 /* compoundName */
            arraylength
            istore 20 /* compoundNameLength */
        start local 20 // int compoundNameLength
        42: .line 982
            aload 16 /* imports */
            iload 18 /* i */
            aaload
            getfield org.eclipse.jdt.internal.compiler.lookup.ImportBinding.onDemand:Z
            ifeq 43
            iload 20 /* compoundNameLength */
            aload 12 /* computedCompoundName */
            arraylength
            iconst_1
            isub
            if_icmpeq 44
        43: .line 983
      StackMap locals: char[][] int
      StackMap stack:
            iload 20 /* compoundNameLength */
            aload 12 /* computedCompoundName */
            arraylength
            if_icmpne 54
        44: .line 984
      StackMap locals:
      StackMap stack:
            iload 20 /* compoundNameLength */
            istore 21 /* j */
        start local 21 // int j
        45: goto 53
        46: .line 985
      StackMap locals: int
      StackMap stack:
            aload 16 /* imports */
            iload 18 /* i */
            aaload
            getfield org.eclipse.jdt.internal.compiler.lookup.ImportBinding.compoundName:[[C
            iload 21 /* j */
            aaload
            aload 12 /* computedCompoundName */
            iload 21 /* j */
            aaload
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 54
        47: .line 986
            iload 21 /* j */
            ifne 53
        48: .line 987
            iconst_1
            istore 14 /* hasValidImport */
        49: .line 988
            aload 16 /* imports */
            iload 18 /* i */
            aaload
            getfield org.eclipse.jdt.internal.compiler.lookup.ImportBinding.reference:Lorg/eclipse/jdt/internal/compiler/ast/ImportReference;
            astore 22 /* importReference */
        start local 22 // org.eclipse.jdt.internal.compiler.ast.ImportReference importReference
        50: .line 989
            aload 22 /* importReference */
            ifnull 56
        51: .line 990
            aload 22 /* importReference */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.ImportReference.bits:I
            iconst_2
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.ImportReference.bits:I
        52: .line 992
            goto 56
        end local 22 // org.eclipse.jdt.internal.compiler.ast.ImportReference importReference
        53: .line 984
      StackMap locals:
      StackMap stack:
            iinc 21 /* j */ -1
            iload 21 /* j */
            ifge 46
        end local 21 // int j
        end local 20 // int compoundNameLength
        end local 19 // char[][] compoundName
        54: .line 979
      StackMap locals:
      StackMap stack:
            iinc 18 /* i */ 1
      StackMap locals:
      StackMap stack:
        55: iload 18 /* i */
            iload 17 /* length */
            if_icmplt 40
        end local 18 // int i
        56: .line 1000
      StackMap locals:
      StackMap stack:
            iload 14 /* hasValidImport */
            ifne 63
        57: .line 1001
            iload 7 /* scopeModifiers */
            iconst_m1
            if_icmpne 58
            aload 3 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.getDeclarationModifiers:()I
            istore 7 /* scopeModifiers */
        58: .line 1002
      StackMap locals:
      StackMap stack:
            aload 3 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 2 /* typeReference */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceStart:I
            aload 2 /* typeReference */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceEnd:I
            iload 7 /* scopeModifiers */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocInvalidMemberTypeQualification:(III)V
        end local 17 // int length
        end local 16 // org.eclipse.jdt.internal.compiler.lookup.ImportBinding[] imports
        end local 15 // org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope unitScope
        59: .line 1004
            goto 63
        60: .line 1005
      StackMap locals:
      StackMap stack:
            iload 7 /* scopeModifiers */
            iconst_m1
            if_icmpne 61
            aload 3 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.getDeclarationModifiers:()I
            istore 7 /* scopeModifiers */
        61: .line 1006
      StackMap locals:
      StackMap stack:
            aload 3 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 2 /* typeReference */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceStart:I
            aload 2 /* typeReference */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceEnd:I
            iload 7 /* scopeModifiers */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocInvalidMemberTypeQualification:(III)V
        62: .line 1007
            return
        end local 14 // boolean hasValidImport
        63: .line 1012
      StackMap locals:
      StackMap stack:
            aload 2 /* typeReference */
            instanceof org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference
            ifeq 84
            aload 3 /* scope */
            aload 5 /* resolvedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.isDefinedInSameUnit:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Z
            ifne 84
        64: .line 1015
            aload 2 /* typeReference */
            checkcast org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference
            invokevirtual org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference.getTypeName:()[[C
            astore 14 /* typeRefName */
        start local 14 // char[][] typeRefName
        65: .line 1016
            iconst_0
            istore 15 /* skipLength */
        start local 15 // int skipLength
        66: .line 1017
            aload 13 /* topLevelScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ClassScope.getCurrentPackage:()Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            aload 5 /* resolvedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.getPackage:()Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            if_acmpne 69
        67: .line 1018
            aload 14 /* typeRefName */
            arraylength
            aload 12 /* computedCompoundName */
            arraylength
            if_icmpge 69
        68: .line 1021
            aload 5 /* resolvedType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.fPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.PackageBinding.compoundName:[[C
            arraylength
            istore 15 /* skipLength */
        69: .line 1023
      StackMap locals: char[][] int
      StackMap stack:
            iconst_1
            istore 16 /* valid */
        start local 16 // boolean valid
        70: .line 1024
            aload 14 /* typeRefName */
            arraylength
            aload 12 /* computedCompoundName */
            arraylength
            iload 15 /* skipLength */
            isub
            if_icmpne 79
        71: .line 1025
            iconst_0
            istore 17 /* i */
        start local 17 // int i
        72: goto 77
        73: .line 1026
      StackMap locals: int int
      StackMap stack:
            aload 14 /* typeRefName */
            iload 17 /* i */
            aaload
            aload 12 /* computedCompoundName */
            iload 17 /* i */
            iload 15 /* skipLength */
            iadd
            aaload
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifne 76
        74: .line 1027
            iconst_0
            istore 16 /* valid */
        75: .line 1028
            goto 80
        76: .line 1025
      StackMap locals:
      StackMap stack:
            iinc 17 /* i */ 1
      StackMap locals:
      StackMap stack:
        77: iload 17 /* i */
            aload 14 /* typeRefName */
            arraylength
            if_icmplt 73
        end local 17 // int i
        78: .line 1031
            goto 80
        79: .line 1032
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 16 /* valid */
        80: .line 1035
      StackMap locals:
      StackMap stack:
            iload 16 /* valid */
            ifne 84
        81: .line 1036
            iload 7 /* scopeModifiers */
            iconst_m1
            if_icmpne 82
            aload 3 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.getDeclarationModifiers:()I
            istore 7 /* scopeModifiers */
        82: .line 1037
      StackMap locals:
      StackMap stack:
            aload 3 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 2 /* typeReference */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceStart:I
            aload 2 /* typeReference */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceEnd:I
            iload 7 /* scopeModifiers */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocInvalidMemberTypeQualification:(III)V
        83: .line 1038
            return
        end local 16 // boolean valid
        end local 15 // int skipLength
        end local 14 // char[][] typeRefName
        end local 13 // org.eclipse.jdt.internal.compiler.lookup.ClassScope topLevelScope
        end local 12 // char[][] computedCompoundName
        end local 11 // int idx
        end local 10 // int depth
        end local 9 // int packageLength
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding topLevelType
        84: .line 1048
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.Javadoc org.eclipse.jdt.internal.compiler.ast.Expression org.eclipse.jdt.internal.compiler.ast.Expression org.eclipse.jdt.internal.compiler.lookup.Scope int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding int int
      StackMap stack:
            aload 3 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.referenceCompilationUnit:()Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.isPackageInfo:()Z
            ifeq 88
            aload 2 /* typeReference */
            instanceof org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference
            ifeq 88
        85: .line 1049
            aload 5 /* resolvedType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.fPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.PackageBinding.compoundName:[[C
            arraylength
            ifle 88
        86: .line 1050
            aload 3 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 2 /* typeReference */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceStart:I
            aload 2 /* typeReference */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceEnd:I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocInvalidReference:(II)V
        87: .line 1051
            return
        end local 7 // int scopeModifiers
        88: .line 1055
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int modifiers
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding resolvedType
        end local 4 // boolean source15
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 2 // org.eclipse.jdt.internal.compiler.ast.Expression typeReference
        end local 1 // org.eclipse.jdt.internal.compiler.ast.Expression reference
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   89     0                  this  Lorg/eclipse/jdt/internal/compiler/ast/Javadoc;
            0   89     1             reference  Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            0   89     2         typeReference  Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            0   89     3                 scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            0   89     4              source15  Z
            0   89     5          resolvedType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0   89     6             modifiers  I
            2   88     7        scopeModifiers  I
           11   84     8          topLevelType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           12   84     9         packageLength  I
           13   84    10                 depth  I
           14   84    11                   idx  I
           15   84    12  computedCompoundName  [[C
           21   24    13                     i  I
           25   84    13         topLevelScope  Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
           32   63    14        hasValidImport  Z
           34   59    15             unitScope  Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
           35   59    16               imports  [Lorg/eclipse/jdt/internal/compiler/lookup/ImportBinding;
           38   59    17                length  I
           39   56    18                     i  I
           41   54    19          compoundName  [[C
           42   54    20    compoundNameLength  I
           45   54    21                     j  I
           50   53    22       importReference  Lorg/eclipse/jdt/internal/compiler/ast/ImportReference;
           65   84    14           typeRefName  [[C
           66   84    15            skipLength  I
           70   84    16                 valid  Z
           72   78    17                     i  I
    MethodParameters:
               Name  Flags
      reference      
      typeReference  
      scope          
      source15       
      resolvedType   
      modifiers      

  public void traverse(org.eclipse.jdt.internal.compiler.ASTVisitor, org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
        start local 1 // org.eclipse.jdt.internal.compiler.ASTVisitor visitor
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
         0: .line 1059
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ASTVisitor.visit:(Lorg/eclipse/jdt/internal/compiler/ast/Javadoc;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Z
            ifeq 31
         1: .line 1060
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramReferences:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
            ifnull 8
         2: .line 1061
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramReferences:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
            arraylength
            istore 4 /* length */
        start local 4 // int length
         4: goto 7
         5: .line 1062
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramReferences:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
            iload 3 /* i */
            aaload
            aload 1 /* visitor */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
         6: .line 1061
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            iload 4 /* length */
            if_icmplt 5
        end local 4 // int length
        end local 3 // int i
         8: .line 1065
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramTypeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleTypeReference;
            ifnull 15
         9: .line 1066
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        10: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramTypeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleTypeReference;
            arraylength
            istore 4 /* length */
        start local 4 // int length
        11: goto 14
        12: .line 1067
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramTypeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleTypeReference;
            iload 3 /* i */
            aaload
            aload 1 /* visitor */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
        13: .line 1066
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 3 /* i */
            iload 4 /* length */
            if_icmplt 12
        end local 4 // int length
        end local 3 // int i
        15: .line 1070
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.returnStatement:Lorg/eclipse/jdt/internal/compiler/ast/JavadocReturnStatement;
            ifnull 17
        16: .line 1071
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.returnStatement:Lorg/eclipse/jdt/internal/compiler/ast/JavadocReturnStatement;
            aload 1 /* visitor */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.JavadocReturnStatement.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
        17: .line 1073
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.exceptionReferences:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 24
        18: .line 1074
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        19: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.exceptionReferences:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            arraylength
            istore 4 /* length */
        start local 4 // int length
        20: goto 23
        21: .line 1075
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.exceptionReferences:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iload 3 /* i */
            aaload
            aload 1 /* visitor */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
        22: .line 1074
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 3 /* i */
            iload 4 /* length */
            if_icmplt 21
        end local 4 // int length
        end local 3 // int i
        24: .line 1078
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.seeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            ifnull 31
        25: .line 1079
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        26: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.seeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            arraylength
            istore 4 /* length */
        start local 4 // int length
        27: goto 30
        28: .line 1080
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.seeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iload 3 /* i */
            aaload
            aload 1 /* visitor */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
        29: .line 1079
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        30: iload 3 /* i */
            iload 4 /* length */
            if_icmplt 28
        end local 4 // int length
        end local 3 // int i
        31: .line 1084
      StackMap locals:
      StackMap stack:
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ASTVisitor.endVisit:(Lorg/eclipse/jdt/internal/compiler/ast/Javadoc;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
        32: .line 1085
            return
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        end local 1 // org.eclipse.jdt.internal.compiler.ASTVisitor visitor
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   33     0     this  Lorg/eclipse/jdt/internal/compiler/ast/Javadoc;
            0   33     1  visitor  Lorg/eclipse/jdt/internal/compiler/ASTVisitor;
            0   33     2    scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            3    8     3        i  I
            4    8     4   length  I
           10   15     3        i  I
           11   15     4   length  I
           19   24     3        i  I
           20   24     4   length  I
           26   31     3        i  I
           27   31     4   length  I
    MethodParameters:
         Name  Flags
      visitor  
      scope    

  public void traverse(org.eclipse.jdt.internal.compiler.ASTVisitor, org.eclipse.jdt.internal.compiler.lookup.ClassScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
        start local 1 // org.eclipse.jdt.internal.compiler.ASTVisitor visitor
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ClassScope scope
         0: .line 1087
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ASTVisitor.visit:(Lorg/eclipse/jdt/internal/compiler/ast/Javadoc;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)Z
            ifeq 31
         1: .line 1088
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramReferences:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
            ifnull 8
         2: .line 1089
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramReferences:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
            arraylength
            istore 4 /* length */
        start local 4 // int length
         4: goto 7
         5: .line 1090
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramReferences:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleNameReference;
            iload 3 /* i */
            aaload
            aload 1 /* visitor */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
         6: .line 1089
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            iload 4 /* length */
            if_icmplt 5
        end local 4 // int length
        end local 3 // int i
         8: .line 1093
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramTypeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleTypeReference;
            ifnull 15
         9: .line 1094
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        10: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramTypeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleTypeReference;
            arraylength
            istore 4 /* length */
        start local 4 // int length
        11: goto 14
        12: .line 1095
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.paramTypeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/JavadocSingleTypeReference;
            iload 3 /* i */
            aaload
            aload 1 /* visitor */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
        13: .line 1094
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 3 /* i */
            iload 4 /* length */
            if_icmplt 12
        end local 4 // int length
        end local 3 // int i
        15: .line 1098
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.returnStatement:Lorg/eclipse/jdt/internal/compiler/ast/JavadocReturnStatement;
            ifnull 17
        16: .line 1099
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.returnStatement:Lorg/eclipse/jdt/internal/compiler/ast/JavadocReturnStatement;
            aload 1 /* visitor */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.JavadocReturnStatement.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
        17: .line 1101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.exceptionReferences:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 24
        18: .line 1102
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        19: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.exceptionReferences:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            arraylength
            istore 4 /* length */
        start local 4 // int length
        20: goto 23
        21: .line 1103
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.exceptionReferences:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iload 3 /* i */
            aaload
            aload 1 /* visitor */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
        22: .line 1102
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 3 /* i */
            iload 4 /* length */
            if_icmplt 21
        end local 4 // int length
        end local 3 // int i
        24: .line 1106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.seeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            ifnull 31
        25: .line 1107
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        26: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.seeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            arraylength
            istore 4 /* length */
        start local 4 // int length
        27: goto 30
        28: .line 1108
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.Javadoc.seeReferences:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iload 3 /* i */
            aaload
            aload 1 /* visitor */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
        29: .line 1107
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        30: iload 3 /* i */
            iload 4 /* length */
            if_icmplt 28
        end local 4 // int length
        end local 3 // int i
        31: .line 1112
      StackMap locals:
      StackMap stack:
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ASTVisitor.endVisit:(Lorg/eclipse/jdt/internal/compiler/ast/Javadoc;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
        32: .line 1113
            return
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ClassScope scope
        end local 1 // org.eclipse.jdt.internal.compiler.ASTVisitor visitor
        end local 0 // org.eclipse.jdt.internal.compiler.ast.Javadoc this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   33     0     this  Lorg/eclipse/jdt/internal/compiler/ast/Javadoc;
            0   33     1  visitor  Lorg/eclipse/jdt/internal/compiler/ASTVisitor;
            0   33     2    scope  Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            3    8     3        i  I
            4    8     4   length  I
           10   15     3        i  I
           11   15     4   length  I
           19   24     3        i  I
           20   24     4   length  I
           26   31     3        i  I
           27   31     4   length  I
    MethodParameters:
         Name  Flags
      visitor  
      scope    
}
SourceFile: "Javadoc.java"