public class org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations extends org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations
  super_class: org.eclipse.jdt.internal.compiler.classfmt.MethodInfo
{
  protected org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo[] annotations;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo;
    flags: (0x0004) ACC_PROTECTED

  void <init>(org.eclipse.jdt.internal.compiler.classfmt.MethodInfo, org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo[]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/classfmt/MethodInfo;[Lorg/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations this
        start local 1 // org.eclipse.jdt.internal.compiler.classfmt.MethodInfo methodInfo
        start local 2 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo[] annotations
         0: .line 22
            aload 0 /* this */
            aload 1 /* methodInfo */
            getfield org.eclipse.jdt.internal.compiler.classfmt.MethodInfo.reference:[B
            aload 1 /* methodInfo */
            getfield org.eclipse.jdt.internal.compiler.classfmt.MethodInfo.constantPoolOffsets:[I
            aload 1 /* methodInfo */
            getfield org.eclipse.jdt.internal.compiler.classfmt.MethodInfo.structOffset:I
            aload 1 /* methodInfo */
            getfield org.eclipse.jdt.internal.compiler.classfmt.MethodInfo.version:J
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.MethodInfo.<init>:([B[IIJ)V
         1: .line 23
            aload 0 /* this */
            aload 2 /* annotations */
            putfield org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations.annotations:[Lorg/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo;
         2: .line 25
            aload 0 /* this */
            aload 1 /* methodInfo */
            getfield org.eclipse.jdt.internal.compiler.classfmt.MethodInfo.accessFlags:I
            putfield org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations.accessFlags:I
         3: .line 26
            aload 0 /* this */
            aload 1 /* methodInfo */
            getfield org.eclipse.jdt.internal.compiler.classfmt.MethodInfo.attributeBytes:I
            putfield org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations.attributeBytes:I
         4: .line 27
            aload 0 /* this */
            aload 1 /* methodInfo */
            getfield org.eclipse.jdt.internal.compiler.classfmt.MethodInfo.descriptor:[C
            putfield org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations.descriptor:[C
         5: .line 28
            aload 0 /* this */
            aload 1 /* methodInfo */
            getfield org.eclipse.jdt.internal.compiler.classfmt.MethodInfo.exceptionNames:[[C
            putfield org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations.exceptionNames:[[C
         6: .line 29
            aload 0 /* this */
            aload 1 /* methodInfo */
            getfield org.eclipse.jdt.internal.compiler.classfmt.MethodInfo.name:[C
            putfield org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations.name:[C
         7: .line 30
            aload 0 /* this */
            aload 1 /* methodInfo */
            getfield org.eclipse.jdt.internal.compiler.classfmt.MethodInfo.signature:[C
            putfield org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations.signature:[C
         8: .line 31
            aload 0 /* this */
            aload 1 /* methodInfo */
            getfield org.eclipse.jdt.internal.compiler.classfmt.MethodInfo.signatureUtf8Offset:I
            putfield org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations.signatureUtf8Offset:I
         9: .line 32
            aload 0 /* this */
            aload 1 /* methodInfo */
            getfield org.eclipse.jdt.internal.compiler.classfmt.MethodInfo.tagBits:J
            putfield org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations.tagBits:J
        10: .line 33
            return
        end local 2 // org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo[] annotations
        end local 1 // org.eclipse.jdt.internal.compiler.classfmt.MethodInfo methodInfo
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lorg/eclipse/jdt/internal/compiler/classfmt/MethodInfoWithAnnotations;
            0   11     1   methodInfo  Lorg/eclipse/jdt/internal/compiler/classfmt/MethodInfo;
            0   11     2  annotations  [Lorg/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo;
    MethodParameters:
             Name  Flags
      methodInfo   
      annotations  

  public org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation[] getAnnotations();
    descriptor: ()[Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations this
         0: .line 36
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations.annotations:[Lorg/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/classfmt/MethodInfoWithAnnotations;

  protected void initialize();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations this
         0: .line 40
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations.annotations:[Lorg/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo;
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations.annotations:[Lorg/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo;
            arraylength
      StackMap locals:
      StackMap stack: int
         3: istore 2 /* l */
        start local 2 // int l
         4: goto 8
         5: .line 41
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations.annotations:[Lorg/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo;
            iload 1 /* i */
            aaload
            ifnull 7
         6: .line 42
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations.annotations:[Lorg/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo;
            iload 1 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.initialize:()V
         7: .line 40
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 1 /* i */
            iload 2 /* l */
            if_icmplt 5
        end local 2 // int l
        end local 1 // int i
         9: .line 43
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.MethodInfo.initialize:()V
        10: .line 44
            return
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/eclipse/jdt/internal/compiler/classfmt/MethodInfoWithAnnotations;
            1    9     1     i  I
            4    9     2     l  I

  protected void reset();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations this
         0: .line 47
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations.annotations:[Lorg/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo;
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations.annotations:[Lorg/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo;
            arraylength
      StackMap locals:
      StackMap stack: int
         3: istore 2 /* l */
        start local 2 // int l
         4: goto 8
         5: .line 48
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations.annotations:[Lorg/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo;
            iload 1 /* i */
            aaload
            ifnull 7
         6: .line 49
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations.annotations:[Lorg/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo;
            iload 1 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.AnnotationInfo.reset:()V
         7: .line 47
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 1 /* i */
            iload 2 /* l */
            if_icmplt 5
        end local 2 // int l
        end local 1 // int i
         9: .line 50
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.MethodInfo.reset:()V
        10: .line 51
            return
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.MethodInfoWithAnnotations this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/eclipse/jdt/internal/compiler/classfmt/MethodInfoWithAnnotations;
            1    9     1     i  I
            4    9     2     l  I
}
SourceFile: "MethodInfoWithAnnotations.java"