public class org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder
  super_class: java.lang.Object
{
  org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder this
         0: .line 16
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationHolder;

  static org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder storeAnnotations(org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[], org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][], java.lang.Object, org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;[[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;Ljava/lang/Object;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationHolder;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] parameterAnnotations
        start local 2 // java.lang.Object defaultValue
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment optionalEnv
         0: .line 20
            aload 1 /* parameterAnnotations */
            ifnull 9
         1: .line 21
            iconst_1
            istore 4 /* isEmpty */
        start local 4 // boolean isEmpty
         2: .line 22
            aload 1 /* parameterAnnotations */
            arraylength
            istore 5 /* i */
        start local 5 // int i
         3: goto 6
         4: .line 23
      StackMap locals: int int
      StackMap stack:
            aload 1 /* parameterAnnotations */
            iload 5 /* i */
            aaload
            ifnull 6
            aload 1 /* parameterAnnotations */
            iload 5 /* i */
            aaload
            arraylength
            ifle 6
         5: .line 24
            iconst_0
            istore 4 /* isEmpty */
         6: .line 22
      StackMap locals:
      StackMap stack:
            iload 4 /* isEmpty */
            ifeq 7
            iinc 5 /* i */ -1
            iload 5 /* i */
            ifge 4
        end local 5 // int i
         7: .line 25
      StackMap locals:
      StackMap stack:
            iload 4 /* isEmpty */
            ifeq 9
         8: .line 26
            aconst_null
            astore 1 /* parameterAnnotations */
        end local 4 // boolean isEmpty
         9: .line 29
      StackMap locals:
      StackMap stack:
            aload 2 /* defaultValue */
            ifnull 11
        10: .line 30
            new org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder$AnnotationMethodHolder
            dup
            aload 0 /* annotations */
            aload 1 /* parameterAnnotations */
            aload 2 /* defaultValue */
            aload 3 /* optionalEnv */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder$AnnotationMethodHolder.<init>:([Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;[[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;Ljava/lang/Object;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
            areturn
        11: .line 31
      StackMap locals:
      StackMap stack:
            aload 1 /* parameterAnnotations */
            ifnull 13
        12: .line 32
            new org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder$MethodHolder
            dup
            aload 0 /* annotations */
            aload 1 /* parameterAnnotations */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder$MethodHolder.<init>:([Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;[[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)V
            areturn
        13: .line 33
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder
            dup
            invokespecial org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder.<init>:()V
            aload 0 /* annotations */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder.setAnnotations:([Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationHolder;
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment optionalEnv
        end local 2 // java.lang.Object defaultValue
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] parameterAnnotations
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   14     0           annotations  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            0   14     1  parameterAnnotations  [[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            0   14     2          defaultValue  Ljava/lang/Object;
            0   14     3           optionalEnv  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            2    9     4               isEmpty  Z
            3    7     5                     i  I
    MethodParameters:
                      Name  Flags
      annotations           
      parameterAnnotations  
      defaultValue          
      optionalEnv           

  org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] getAnnotations();
    descriptor: ()[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder this
         0: .line 37
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder.annotations:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationHolder;

  java.lang.Object getDefaultValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder this
         0: .line 40
            aconst_null
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationHolder;

  public org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[][] getParameterAnnotations();
    descriptor: ()[[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder this
         0: .line 43
            aconst_null
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationHolder;

  org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] getParameterAnnotations(int);
    descriptor: (I)[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder this
        start local 1 // int paramIndex
         0: .line 46
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_ANNOTATIONS:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            areturn
        end local 1 // int paramIndex
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationHolder;
            0    1     1  paramIndex  I
    MethodParameters:
            Name  Flags
      paramIndex  

  org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder setAnnotations(org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[]);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationHolder;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
         0: .line 49
            aload 0 /* this */
            aload 1 /* annotations */
            putfield org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder.annotations:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
         1: .line 50
            aload 1 /* annotations */
            ifnull 2
            aload 1 /* annotations */
            arraylength
            ifne 3
         2: .line 51
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         3: .line 52
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationHolder;
            0    4     1  annotations  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
    MethodParameters:
             Name  Flags
      annotations  
}
SourceFile: "AnnotationHolder.java"
NestMembers:
  org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder$AnnotationMethodHolder  org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder$MethodHolder
InnerClasses:
  AnnotationMethodHolder = org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder$AnnotationMethodHolder of org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder
  MethodHolder = org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder$MethodHolder of org.eclipse.jdt.internal.compiler.lookup.AnnotationHolder