public class org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation extends org.eclipse.jdt.internal.compiler.ast.SingleMemberAnnotation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation
  super_class: org.eclipse.jdt.internal.compiler.ast.SingleMemberAnnotation
{
  private org.eclipse.jdt.internal.compiler.ast.Annotation[] containees;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jdt.internal.compiler.ast.ArrayInitializer memberValues;
    descriptor: Lorg/eclipse/jdt/internal/compiler/ast/ArrayInitializer;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.eclipse.jdt.internal.compiler.ast.Annotation, org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/Annotation;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.Annotation repeatingAnnotation
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding containerAnnotationType
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
         0: .line 29
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.ast.SingleMemberAnnotation.<init>:()V
         1: .line 31
            aload 2 /* containerAnnotationType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.compoundName:[[C
            astore 4 /* containerTypeName */
        start local 4 // char[][] containerTypeName
         2: .line 32
            aload 4 /* containerTypeName */
            arraylength
            iconst_1
            if_icmpne 5
         3: .line 33
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.ast.SingleTypeReference
            dup
            aload 4 /* containerTypeName */
            iconst_0
            aaload
            lconst_0
            invokespecial org.eclipse.jdt.internal.compiler.ast.SingleTypeReference.<init>:([CJ)V
            putfield org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
         4: .line 34
            goto 6
         5: .line 35
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation org.eclipse.jdt.internal.compiler.ast.Annotation org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.BlockScope char[][]
      StackMap stack:
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference
            dup
            aload 4 /* containerTypeName */
            aload 4 /* containerTypeName */
            arraylength
            newarray 11
            invokespecial org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference.<init>:([[C[J)V
            putfield org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
         6: .line 38
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* repeatingAnnotation */
            getfield org.eclipse.jdt.internal.compiler.ast.Annotation.sourceStart:I
            putfield org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation.sourceStart:I
         7: .line 39
            aload 0 /* this */
            aload 1 /* repeatingAnnotation */
            getfield org.eclipse.jdt.internal.compiler.ast.Annotation.sourceEnd:I
            putfield org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation.sourceEnd:I
         8: .line 41
            aload 0 /* this */
            aload 2 /* containerAnnotationType */
            putfield org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
         9: .line 42
            aload 0 /* this */
            aload 1 /* repeatingAnnotation */
            getfield org.eclipse.jdt.internal.compiler.ast.Annotation.recipient:Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
            putfield org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation.recipient:Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
        10: .line 43
            aload 0 /* this */
            iconst_0
            anewarray org.eclipse.jdt.internal.compiler.ast.Annotation
            putfield org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation.containees:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
        11: .line 44
            aload 0 /* this */
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.ast.ArrayInitializer
            dup
            invokespecial org.eclipse.jdt.internal.compiler.ast.ArrayInitializer.<init>:()V
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation.memberValues:Lorg/eclipse/jdt/internal/compiler/ast/ArrayInitializer;
            putfield org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation.memberValue:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
        12: .line 45
            aload 0 /* this */
            aload 1 /* repeatingAnnotation */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation.addContainee:(Lorg/eclipse/jdt/internal/compiler/ast/Annotation;)V
        13: .line 46
            return
        end local 4 // char[][] containerTypeName
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding containerAnnotationType
        end local 1 // org.eclipse.jdt.internal.compiler.ast.Annotation repeatingAnnotation
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   14     0                     this  Lorg/eclipse/jdt/internal/compiler/ast/ContainerAnnotation;
            0   14     1      repeatingAnnotation  Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            0   14     2  containerAnnotationType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0   14     3                    scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            2   14     4        containerTypeName  [[C
    MethodParameters:
                         Name  Flags
      repeatingAnnotation      
      containerAnnotationType  
      scope                    

  public void addContainee(org.eclipse.jdt.internal.compiler.ast.Annotation);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/Annotation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.Annotation repeatingAnnotation
         0: .line 49
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation.containees:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            arraylength
            istore 2 /* length */
        start local 2 // int length
         1: .line 50
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation.containees:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            iconst_0
            aload 0 /* this */
            iload 2 /* length */
            iconst_1
            iadd
            anewarray org.eclipse.jdt.internal.compiler.ast.Annotation
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation.containees:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            iconst_0
            iload 2 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 51
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation.containees:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            iload 2 /* length */
            aload 1 /* repeatingAnnotation */
            aastore
         3: .line 52
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation.memberValues:Lorg/eclipse/jdt/internal/compiler/ast/ArrayInitializer;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation.containees:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            putfield org.eclipse.jdt.internal.compiler.ast.ArrayInitializer.expressions:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
         4: .line 53
            aload 1 /* repeatingAnnotation */
            iload 2 /* length */
            ifne 5
            aload 0 /* this */
            goto 6
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation org.eclipse.jdt.internal.compiler.ast.Annotation int
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.Annotation
         5: aconst_null
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation org.eclipse.jdt.internal.compiler.ast.Annotation int
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.Annotation org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation
         6: invokevirtual org.eclipse.jdt.internal.compiler.ast.Annotation.setPersistibleAnnotation:(Lorg/eclipse/jdt/internal/compiler/ast/ContainerAnnotation;)V
         7: .line 54
            return
        end local 2 // int length
        end local 1 // org.eclipse.jdt.internal.compiler.ast.Annotation repeatingAnnotation
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    8     0                 this  Lorg/eclipse/jdt/internal/compiler/ast/ContainerAnnotation;
            0    8     1  repeatingAnnotation  Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            1    8     2               length  I
    MethodParameters:
                     Name  Flags
      repeatingAnnotation  

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding resolveType(org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
         0: .line 60
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation.compilerAnnotation:Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            ifnull 2
         1: .line 61
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
         2: .line 63
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            putfield org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation.constant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
         3: .line 65
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 2 /* containerAnnotationType */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding containerAnnotationType
         4: .line 66
            aload 2 /* containerAnnotationType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isValidBinding:()Z
            ifne 6
         5: .line 67
            aload 2 /* containerAnnotationType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.closestMatch:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 2 /* containerAnnotationType */
         6: .line 68
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation.containees:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            iconst_0
            aaload
            astore 3 /* repeatingAnnotation */
        start local 3 // org.eclipse.jdt.internal.compiler.ast.Annotation repeatingAnnotation
         7: .line 69
            aload 3 /* repeatingAnnotation */
            getfield org.eclipse.jdt.internal.compiler.ast.Annotation.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 4 /* repeatingAnnotationType */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding repeatingAnnotationType
         8: .line 70
            aload 4 /* repeatingAnnotationType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isDeprecated:()Z
            ifne 10
            aload 0 /* this */
            aload 2 /* containerAnnotationType */
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation.isTypeUseDeprecated:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
            ifeq 10
         9: .line 71
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 2 /* containerAnnotationType */
            aload 3 /* repeatingAnnotation */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.deprecatedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V
        10: .line 73
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.Annotation org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 3 /* repeatingAnnotation */
            aload 1 /* scope */
            aload 2 /* containerAnnotationType */
            aload 4 /* repeatingAnnotationType */
            iconst_1
            invokestatic org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation.checkContainerAnnotationType:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Z)V
        11: .line 74
            aload 0 /* this */
            aload 4 /* repeatingAnnotationType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.containerAnnotationType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            dup
            astore 2 /* containerAnnotationType */
            putfield org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        12: .line 75
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isValidBinding:()Z
            ifne 14
        13: .line 76
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        14: .line 79
      StackMap locals:
      StackMap stack:
            aload 2 /* containerAnnotationType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.methods:()[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 5 /* methods */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] methods
        15: .line 80
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation.memberValuePairs:()[Lorg/eclipse/jdt/internal/compiler/ast/MemberValuePair;
            iconst_0
            aaload
            astore 6 /* pair */
        start local 6 // org.eclipse.jdt.internal.compiler.ast.MemberValuePair pair
        16: .line 82
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        17: aload 5 /* methods */
            arraylength
            istore 8 /* length */
        start local 8 // int length
        18: goto 24
        19: .line 83
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.ast.Annotation org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] org.eclipse.jdt.internal.compiler.ast.MemberValuePair int int
      StackMap stack:
            aload 5 /* methods */
            iload 7 /* i */
            aaload
            astore 9 /* method */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding method
        20: .line 84
            aload 9 /* method */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants.VALUE:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 23
        21: .line 85
            aload 6 /* pair */
            aload 9 /* method */
            putfield org.eclipse.jdt.internal.compiler.ast.MemberValuePair.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        22: .line 86
            aload 6 /* pair */
            aload 1 /* scope */
            aload 9 /* method */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.MemberValuePair.resolveTypeExpecting:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding method
        23: .line 82
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 7 /* i */
            iload 8 /* length */
            if_icmplt 19
        end local 8 // int length
        end local 7 // int i
        25: .line 89
            aload 0 /* this */
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.environment:()Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation.computeElementValuePairs:()[Lorg/eclipse/jdt/internal/compiler/lookup/ElementValuePair;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createAnnotation:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/ElementValuePair;)Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation.compilerAnnotation:Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
        26: .line 90
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 6 // org.eclipse.jdt.internal.compiler.ast.MemberValuePair pair
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] methods
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding repeatingAnnotationType
        end local 3 // org.eclipse.jdt.internal.compiler.ast.Annotation repeatingAnnotation
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding containerAnnotationType
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ContainerAnnotation this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   27     0                     this  Lorg/eclipse/jdt/internal/compiler/ast/ContainerAnnotation;
            0   27     1                    scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            4   27     2  containerAnnotationType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            7   27     3      repeatingAnnotation  Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            8   27     4  repeatingAnnotationType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           15   27     5                  methods  [Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           16   27     6                     pair  Lorg/eclipse/jdt/internal/compiler/ast/MemberValuePair;
           17   25     7                        i  I
           18   25     8                   length  I
           20   23     9                   method  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    MethodParameters:
       Name  Flags
      scope  
}
SourceFile: "ContainerAnnotation.java"