public class org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration extends org.eclipse.jdt.internal.compiler.ast.MethodDeclaration
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration
  super_class: org.eclipse.jdt.internal.compiler.ast.MethodDeclaration
{
  public org.eclipse.jdt.internal.compiler.ast.Expression defaultValue;
    descriptor: Lorg/eclipse/jdt/internal/compiler/ast/Expression;
    flags: (0x0001) ACC_PUBLIC

  public int extendedDimensions;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public void <init>(org.eclipse.jdt.internal.compiler.CompilationResult);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/CompilationResult;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.CompilationResult compilationResult
         0: .line 32
            aload 0 /* this */
            aload 1 /* compilationResult */
            invokespecial org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.<init>:(Lorg/eclipse/jdt/internal/compiler/CompilationResult;)V
         1: .line 33
            return
        end local 1 // org.eclipse.jdt.internal.compiler.CompilationResult compilationResult
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lorg/eclipse/jdt/internal/compiler/ast/AnnotationMethodDeclaration;
            0    2     1  compilationResult  Lorg/eclipse/jdt/internal/compiler/CompilationResult;
    MethodParameters:
                   Name  Flags
      compilationResult  

  public void generateCode(org.eclipse.jdt.internal.compiler.ClassFile);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ClassFile;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.ClassFile classFile
         0: .line 37
            aload 1 /* classFile */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ClassFile.generateMethodInfoHeader:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
         1: .line 38
            aload 1 /* classFile */
            getfield org.eclipse.jdt.internal.compiler.ClassFile.contentsOffset:I
            istore 2 /* methodAttributeOffset */
        start local 2 // int methodAttributeOffset
         2: .line 39
            aload 1 /* classFile */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ClassFile.generateMethodInfoAttributes:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/ast/AnnotationMethodDeclaration;)I
            istore 3 /* attributeNumber */
        start local 3 // int attributeNumber
         3: .line 40
            aload 1 /* classFile */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            iload 2 /* methodAttributeOffset */
            iload 3 /* attributeNumber */
            invokevirtual org.eclipse.jdt.internal.compiler.ClassFile.completeMethodInfo:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;II)V
         4: .line 41
            return
        end local 3 // int attributeNumber
        end local 2 // int methodAttributeOffset
        end local 1 // org.eclipse.jdt.internal.compiler.ClassFile classFile
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    5     0                   this  Lorg/eclipse/jdt/internal/compiler/ast/AnnotationMethodDeclaration;
            0    5     1              classFile  Lorg/eclipse/jdt/internal/compiler/ClassFile;
            2    5     2  methodAttributeOffset  I
            3    5     3        attributeNumber  I
    MethodParameters:
           Name  Flags
      classFile  

  public boolean isAnnotationMethod();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration this
         0: .line 46
            iconst_1
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/AnnotationMethodDeclaration;

  public boolean isMethod();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration this
         0: .line 52
            iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/AnnotationMethodDeclaration;

  public void parseStatements(org.eclipse.jdt.internal.compiler.parser.Parser, org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/parser/Parser;Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.parser.Parser parser
        start local 2 // org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration unit
         0: .line 59
            return
        end local 2 // org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration unit
        end local 1 // org.eclipse.jdt.internal.compiler.parser.Parser parser
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/jdt/internal/compiler/ast/AnnotationMethodDeclaration;
            0    1     1  parser  Lorg/eclipse/jdt/internal/compiler/parser/Parser;
            0    1     2    unit  Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
    MethodParameters:
        Name  Flags
      parser  
      unit    

  public java.lang.StringBuffer print(int, java.lang.StringBuffer);
    descriptor: (ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration this
        start local 1 // int tab
        start local 2 // java.lang.StringBuffer output
         0: .line 64
            iload 1 /* tab */
            aload 2 /* output */
            invokestatic org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.printIndent:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
         1: .line 65
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.modifiers:I
            aload 2 /* output */
            invokestatic org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.printModifiers:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
         2: .line 66
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            ifnull 5
         3: .line 67
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            aload 2 /* output */
            invokestatic org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.printAnnotations:([Lorg/eclipse/jdt/internal/compiler/ast/Annotation;Ljava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
         4: .line 68
            aload 2 /* output */
            bipush 32
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         5: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.typeParameters:()[Lorg/eclipse/jdt/internal/compiler/ast/TypeParameter;
            astore 3 /* typeParams */
        start local 3 // org.eclipse.jdt.internal.compiler.ast.TypeParameter[] typeParams
         6: .line 72
            aload 3 /* typeParams */
            ifnull 17
         7: .line 73
            aload 2 /* output */
            bipush 60
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         8: .line 74
            aload 3 /* typeParams */
            arraylength
            iconst_1
            isub
            istore 4 /* max */
        start local 4 // int max
         9: .line 75
            iconst_0
            istore 5 /* j */
        start local 5 // int j
        10: goto 14
        11: .line 76
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeParameter[] int int
      StackMap stack:
            aload 3 /* typeParams */
            iload 5 /* j */
            aaload
            iconst_0
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeParameter.print:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
        12: .line 77
            aload 2 /* output */
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        13: .line 75
            iinc 5 /* j */ 1
      StackMap locals:
      StackMap stack:
        14: iload 5 /* j */
            iload 4 /* max */
            if_icmplt 11
        end local 5 // int j
        15: .line 79
            aload 3 /* typeParams */
            iload 4 /* max */
            aaload
            iconst_0
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeParameter.print:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
        16: .line 80
            aload 2 /* output */
            bipush 62
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        end local 4 // int max
        17: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.printReturnType:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.selector:[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            bipush 40
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        18: .line 84
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            ifnull 25
        19: .line 85
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        20: goto 24
        21: .line 86
      StackMap locals: int
      StackMap stack:
            iload 4 /* i */
            ifle 22
            aload 2 /* output */
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        22: .line 87
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            iload 4 /* i */
            aaload
            iconst_0
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Argument.print:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
        23: .line 85
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 4 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            arraylength
            if_icmplt 21
        end local 4 // int i
        25: .line 90
      StackMap locals:
      StackMap stack:
            aload 2 /* output */
            bipush 41
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        26: .line 91
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 34
        27: .line 92
            aload 2 /* output */
            ldc " throws "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        28: .line 93
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        29: goto 33
        30: .line 94
      StackMap locals: int
      StackMap stack:
            iload 4 /* i */
            ifle 31
            aload 2 /* output */
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        31: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iload 4 /* i */
            aaload
            iconst_0
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.print:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
        32: .line 93
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        33: iload 4 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            arraylength
            if_icmplt 30
        end local 4 // int i
        34: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.defaultValue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            ifnull 37
        35: .line 100
            aload 2 /* output */
            ldc " default "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        36: .line 101
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.defaultValue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iconst_0
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.print:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
        37: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* tab */
            iconst_1
            iadd
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.printBody:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
        38: .line 105
            aload 2 /* output */
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.ast.TypeParameter[] typeParams
        end local 2 // java.lang.StringBuffer output
        end local 1 // int tab
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   39     0        this  Lorg/eclipse/jdt/internal/compiler/ast/AnnotationMethodDeclaration;
            0   39     1         tab  I
            0   39     2      output  Ljava/lang/StringBuffer;
            6   39     3  typeParams  [Lorg/eclipse/jdt/internal/compiler/ast/TypeParameter;
            9   17     4         max  I
           10   15     5           j  I
           20   25     4           i  I
           29   34     4           i  I
    MethodParameters:
        Name  Flags
      tab     
      output  

  public void resolveStatements();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration this
         0: .line 111
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.resolveStatements:()V
         1: .line 112
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            ifnonnull 2
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.receiver:Lorg/eclipse/jdt/internal/compiler/ast/Receiver;
            ifnull 3
         2: .line 113
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.annotationMembersCannotHaveParameters:(Lorg/eclipse/jdt/internal/compiler/ast/AnnotationMethodDeclaration;)V
         3: .line 115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.typeParameters:[Lorg/eclipse/jdt/internal/compiler/ast/TypeParameter;
            ifnull 5
         4: .line 116
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.annotationMembersCannotHaveTypeParameters:(Lorg/eclipse/jdt/internal/compiler/ast/AnnotationMethodDeclaration;)V
         5: .line 118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.extendedDimensions:I
            ifeq 7
         6: .line 119
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.illegalExtendedDimensions:(Lorg/eclipse/jdt/internal/compiler/ast/AnnotationMethodDeclaration;)V
         7: .line 121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnonnull 8
            return
         8: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 1 /* returnTypeBinding */
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding returnTypeBinding
         9: .line 123
            aload 1 /* returnTypeBinding */
            ifnull 25
        10: .line 127
            aload 1 /* returnTypeBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 2 /* leafReturnType */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafReturnType
        11: .line 128
            aload 1 /* returnTypeBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.dimensions:()I
            iconst_1
            if_icmpgt 16
        12: .line 129
            aload 2 /* leafReturnType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            tableswitch { // 2 - 16
                    2: 13
                    3: 13
                    4: 13
                    5: 13
                    6: 14
                    7: 13
                    8: 13
                    9: 13
                   10: 13
                   11: 13
                   12: 14
                   13: 14
                   14: 14
                   15: 14
                   16: 13
              default: 14
          }
        13: .line 140
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            goto 17
        14: .line 142
      StackMap locals:
      StackMap stack:
            aload 2 /* leafReturnType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isEnum:()Z
            ifne 17
            aload 2 /* leafReturnType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isAnnotationType:()Z
            ifeq 16
        15: .line 143
            goto 17
        16: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.invalidAnnotationMemberType:(Lorg/eclipse/jdt/internal/compiler/ast/MethodDeclaration;)V
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafReturnType
        17: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.defaultValue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            ifnull 24
        18: .line 148
            new org.eclipse.jdt.internal.compiler.ast.MemberValuePair
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.selector:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.sourceStart:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.sourceEnd:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.defaultValue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            invokespecial org.eclipse.jdt.internal.compiler.ast.MemberValuePair.<init>:([CIILorg/eclipse/jdt/internal/compiler/ast/Expression;)V
            astore 2 /* pair */
        start local 2 // org.eclipse.jdt.internal.compiler.ast.MemberValuePair pair
        19: .line 149
            aload 2 /* pair */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.MemberValuePair.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        20: .line 150
            aload 2 /* pair */
            getfield org.eclipse.jdt.internal.compiler.ast.MemberValuePair.value:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnonnull 22
        21: .line 151
            aload 2 /* pair */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            aload 1 /* returnTypeBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.MemberValuePair.resolveTypeExpecting:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        22: .line 152
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.MemberValuePair
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.defaultValue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.ElementValuePair.getValue:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;)Ljava/lang/Object;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.setDefaultValue:(Ljava/lang/Object;)V
        end local 2 // org.eclipse.jdt.internal.compiler.ast.MemberValuePair pair
        23: .line 153
            goto 25
        24: .line 154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aconst_null
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.setDefaultValue:(Ljava/lang/Object;)V
        25: .line 157
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding returnTypeBinding
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   26     0               this  Lorg/eclipse/jdt/internal/compiler/ast/AnnotationMethodDeclaration;
            9   26     1  returnTypeBinding  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           11   17     2     leafReturnType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           19   23     2               pair  Lorg/eclipse/jdt/internal/compiler/ast/MemberValuePair;

  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.AnnotationMethodDeclaration this
        start local 1 // org.eclipse.jdt.internal.compiler.ASTVisitor visitor
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ClassScope classScope
         0: .line 164
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* classScope */
            invokevirtual org.eclipse.jdt.internal.compiler.ASTVisitor.visit:(Lorg/eclipse/jdt/internal/compiler/ast/AnnotationMethodDeclaration;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)Z
            ifeq 12
         1: .line 165
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            ifnull 8
         2: .line 166
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            arraylength
            istore 3 /* annotationsLength */
        start local 3 // int annotationsLength
         3: .line 167
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 7
         5: .line 168
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            iload 4 /* i */
            aaload
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Annotation.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
         6: .line 167
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            iload 3 /* annotationsLength */
            if_icmplt 5
        end local 4 // int i
        end local 3 // int annotationsLength
         8: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.returnType:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 10
         9: .line 171
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.returnType:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
        10: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.defaultValue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            ifnull 12
        11: .line 174
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.defaultValue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* visitor */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration.scope:Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
        12: .line 177
      StackMap locals:
      StackMap stack:
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* classScope */
            invokevirtual org.eclipse.jdt.internal.compiler.ASTVisitor.endVisit:(Lorg/eclipse/jdt/internal/compiler/ast/AnnotationMethodDeclaration;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
        13: .line 178
            return
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ClassScope classScope
        end local 1 // org.eclipse.jdt.internal.compiler.ASTVisitor visitor
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   14     0               this  Lorg/eclipse/jdt/internal/compiler/ast/AnnotationMethodDeclaration;
            0   14     1            visitor  Lorg/eclipse/jdt/internal/compiler/ASTVisitor;
            0   14     2         classScope  Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            3    8     3  annotationsLength  I
            4    8     4                  i  I
    MethodParameters:
            Name  Flags
      visitor     
      classScope  
}
SourceFile: "AnnotationMethodDeclaration.java"