public class org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression extends org.eclipse.jdt.internal.compiler.ast.AllocationExpression
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression
  super_class: org.eclipse.jdt.internal.compiler.ast.AllocationExpression
{
  public int tagSourceStart;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

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

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

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

  public char[][] qualification;
    descriptor: [[C
    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.JavadocAllocationExpression this
        start local 1 // int start
        start local 2 // int end
         0: .line 27
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.ast.AllocationExpression.<init>:()V
         1: .line 28
            aload 0 /* this */
            iload 1 /* start */
            putfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.sourceStart:I
         2: .line 29
            aload 0 /* this */
            iload 2 /* end */
            putfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.sourceEnd:I
         3: .line 30
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.bits:I
            ldc 32768
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.bits:I
         4: .line 31
            return
        end local 2 // int end
        end local 1 // int start
        end local 0 // org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/eclipse/jdt/internal/compiler/ast/JavadocAllocationExpression;
            0    5     1  start  I
            0    5     2    end  I
    MethodParameters:
       Name  Flags
      start  
      end    

  public void <init>(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression this
        start local 1 // long pos
         0: .line 33
            aload 0 /* this */
            lload 1 /* pos */
            bipush 32
            lushr
            l2i
            lload 1 /* pos */
            l2i
            invokespecial org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.<init>:(II)V
         1: .line 34
            return
        end local 1 // long pos
        end local 0 // org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/ast/JavadocAllocationExpression;
            0    2     1   pos  J
    MethodParameters:
      Name  Flags
      pos   

  org.eclipse.jdt.internal.compiler.lookup.TypeBinding internalResolveType(org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0000) 
    Code:
      stack=6, locals=9, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 39
            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.JavadocAllocationExpression.constant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
         1: .line 40
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnonnull 4
         2: .line 41
            aload 0 /* this */
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.enclosingSourceType:()Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
         3: .line 42
            goto 8
      StackMap locals:
      StackMap stack:
         4: aload 1 /* scope */
            getfield org.eclipse.jdt.internal.compiler.lookup.Scope.kind:I
            iconst_3
            if_icmpne 7
         5: .line 43
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            aload 1 /* scope */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ClassScope
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.resolveType:(Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
         6: .line 44
            goto 8
         7: .line 45
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            aload 1 /* scope */
            checkcast org.eclipse.jdt.internal.compiler.lookup.BlockScope
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.resolveType:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Z)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
         8: .line 49
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_PARAMETERS:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.argumentTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
         9: .line 50
            iconst_0
            istore 2 /* hasTypeVarArgs */
        start local 2 // boolean hasTypeVarArgs
        10: .line 51
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            ifnull 30
        11: .line 52
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.argumentsHaveErrors:Z
        12: .line 53
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            arraylength
            istore 3 /* length */
        start local 3 // int length
        13: .line 54
            aload 0 /* this */
            iload 3 /* length */
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            putfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.argumentTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        14: .line 55
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        15: goto 27
        16: .line 56
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iload 4 /* i */
            aaload
            astore 5 /* argument */
        start local 5 // org.eclipse.jdt.internal.compiler.ast.Expression argument
        17: .line 57
            aload 1 /* scope */
            getfield org.eclipse.jdt.internal.compiler.lookup.Scope.kind:I
            iconst_3
            if_icmpne 20
        18: .line 58
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.argumentTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 4 /* i */
            aload 5 /* argument */
            aload 1 /* 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;
            aastore
        19: .line 59
            goto 21
        20: .line 60
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.Expression
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.argumentTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 4 /* i */
            aload 5 /* argument */
            aload 1 /* scope */
            checkcast org.eclipse.jdt.internal.compiler.lookup.BlockScope
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.resolveType:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aastore
        21: .line 62
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.argumentTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 4 /* i */
            aaload
            ifnonnull 24
        22: .line 63
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.argumentsHaveErrors:Z
        23: .line 64
            goto 26
      StackMap locals:
      StackMap stack:
        24: iload 2 /* hasTypeVarArgs */
            ifne 26
        25: .line 65
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.argumentTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 4 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isTypeVariable:()Z
            istore 2 /* hasTypeVarArgs */
        end local 5 // org.eclipse.jdt.internal.compiler.ast.Expression argument
        26: .line 55
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        27: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 16
        end local 4 // int i
        28: .line 68
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.argumentsHaveErrors:Z
            ifeq 30
        29: .line 69
            aconst_null
            areturn
        end local 3 // int length
        30: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnonnull 32
        31: .line 75
            aconst_null
            areturn
        32: .line 77
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.environment:()Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.convertToRawType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Z)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        33: .line 78
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.enclosingSourceType:()Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            astore 3 /* enclosingType */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding enclosingType
        34: .line 79
            aload 3 /* enclosingType */
            ifnonnull 35
            goto 37
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
      StackMap stack:
        35: aload 3 /* enclosingType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.resolvedType: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 37
        36: .line 80
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.bits:I
            sipush 16384
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.bits:I
        37: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            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 4 /* allocationType */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding allocationType
        38: .line 84
            aload 0 /* this */
            aload 1 /* scope */
            aload 4 /* allocationType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.argumentTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 0 /* this */
            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.JavadocAllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        39: .line 85
            aload 0 /* this */
            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
            ifne 48
        40: .line 86
            aload 4 /* allocationType */
            astore 5 /* enclosingTypeBinding */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingTypeBinding
        41: .line 87
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 6 /* contructorBinding */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding contructorBinding
        42: .line 88
            goto 45
        43: .line 89
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            aload 5 /* enclosingTypeBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 5 /* enclosingTypeBinding */
        44: .line 90
            aload 1 /* scope */
            aload 5 /* enclosingTypeBinding */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.argumentTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 0 /* this */
            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;
            astore 6 /* contructorBinding */
        45: .line 88
      StackMap locals:
      StackMap stack:
            aload 6 /* contructorBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifne 46
            aload 5 /* enclosingTypeBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isMemberType:()Z
            ifne 43
            aload 5 /* enclosingTypeBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isLocalType:()Z
            ifne 43
        46: .line 92
      StackMap locals:
      StackMap stack:
            aload 6 /* contructorBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifeq 48
        47: .line 93
            aload 0 /* this */
            aload 6 /* contructorBinding */
            putfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding contructorBinding
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingTypeBinding
        48: .line 96
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            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
            ifne 57
        49: .line 98
            aload 1 /* scope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.sourceName:()[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.argumentTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.getMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[C[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 5 /* methodBinding */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding methodBinding
        50: .line 99
            aload 5 /* methodBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifeq 53
        51: .line 100
            aload 0 /* this */
            aload 5 /* methodBinding */
            putfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        52: .line 101
            goto 56
        53: .line 102
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            ifnonnull 55
        54: .line 103
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 4 /* allocationType */
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
        55: .line 105
      StackMap locals:
      StackMap stack:
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.getDeclarationModifiers:()I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocInvalidConstructor:(Lorg/eclipse/jdt/internal/compiler/ast/Statement;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;I)V
        56: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding methodBinding
        57: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isVarargs:()Z
            ifeq 63
        58: .line 109
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.argumentTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 5 /* length */
        start local 5 // int length
        59: .line 110
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            iload 5 /* length */
            if_icmpne 60
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.argumentTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 5 /* length */
            iconst_1
            isub
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isArrayType:()Z
            ifne 92
        60: .line 111
      StackMap locals: int
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.lookup.ProblemMethodBinding
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.argumentTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_1
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ProblemMethodBinding.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[C[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I)V
            astore 6 /* problem */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding problem
        61: .line 112
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            aload 6 /* problem */
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.getDeclarationModifiers:()I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocInvalidConstructor:(Lorg/eclipse/jdt/internal/compiler/ast/Statement;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;I)V
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding problem
        end local 5 // int length
        62: .line 114
            goto 92
      StackMap locals:
      StackMap stack:
        63: iload 2 /* hasTypeVarArgs */
            ifeq 67
        64: .line 115
            new org.eclipse.jdt.internal.compiler.lookup.ProblemMethodBinding
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.argumentTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_1
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ProblemMethodBinding.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[C[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I)V
            astore 5 /* problem */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding problem
        65: .line 116
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            aload 5 /* problem */
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.getDeclarationModifiers:()I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocInvalidConstructor:(Lorg/eclipse/jdt/internal/compiler/ast/Statement;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;I)V
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding problem
        66: .line 117
            goto 92
      StackMap locals:
      StackMap stack:
        67: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            instanceof org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding
            ifeq 81
        68: .line 118
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding
            astore 5 /* paramMethodBinding */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding paramMethodBinding
        69: .line 119
            aload 5 /* paramMethodBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding.hasSubstitutedParameters:()Z
            ifeq 92
        70: .line 120
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.argumentTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 6 /* length */
        start local 6 // int length
        71: .line 121
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        72: goto 79
        73: .line 122
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding int int
      StackMap stack:
            aload 5 /* paramMethodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 7 /* i */
            aaload
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.argumentTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 7 /* i */
            aaload
            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 78
        74: .line 123
            aload 5 /* paramMethodBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 7 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.argumentTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 7 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.erasure:()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
            ifeq 78
        75: .line 124
            new org.eclipse.jdt.internal.compiler.lookup.ProblemMethodBinding
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.argumentTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_1
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ProblemMethodBinding.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[C[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I)V
            astore 8 /* problem */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding problem
        76: .line 125
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            aload 8 /* problem */
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.getDeclarationModifiers:()I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocInvalidConstructor:(Lorg/eclipse/jdt/internal/compiler/ast/Statement;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;I)V
        77: .line 126
            goto 92
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding problem
        78: .line 121
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        79: iload 7 /* i */
            iload 6 /* length */
            if_icmplt 73
        end local 7 // int i
        end local 6 // int length
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding paramMethodBinding
        80: .line 130
            goto 92
      StackMap locals:
      StackMap stack:
        81: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isMemberType:()Z
            ifeq 92
        82: .line 131
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.qualification:[[C
            arraylength
            istore 5 /* length */
        start local 5 // int length
        83: .line 132
            iload 5 /* length */
            iconst_1
            if_icmple 92
        84: .line 133
            aload 4 /* allocationType */
            astore 6 /* enclosingTypeBinding */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingTypeBinding
        85: .line 134
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            instanceof org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference
            ifeq 88
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            checkcast org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference.tokens:[[C
            arraylength
            iload 5 /* length */
            if_icmpeq 88
        86: .line 135
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.memberStart:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.sourceEnd:I
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.getDeclarationModifiers:()I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocInvalidMemberTypeQualification:(III)V
        87: .line 136
            goto 92
        88: .line 137
      StackMap locals: int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            iload 5 /* length */
            istore 7 /* idx */
        start local 7 // int idx
        89: .line 138
      StackMap locals: int
      StackMap stack:
            iload 7 /* idx */
            ifle 90
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.qualification:[[C
            iinc 7 /* idx */ -1
            iload 7 /* idx */
            aaload
            aload 6 /* enclosingTypeBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.sourceName:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 90
            aload 6 /* enclosingTypeBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            dup
            astore 6 /* enclosingTypeBinding */
            ifnonnull 89
        90: .line 141
      StackMap locals:
      StackMap stack:
            iload 7 /* idx */
            ifgt 91
            aload 6 /* enclosingTypeBinding */
            ifnull 92
        91: .line 142
      StackMap locals:
      StackMap stack:
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.memberStart:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.sourceEnd:I
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.getDeclarationModifiers:()I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocInvalidMemberTypeQualification:(III)V
        end local 7 // int idx
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingTypeBinding
        end local 5 // int length
        92: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 1 /* scope */
            iconst_1
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.isMethodUseDeprecated:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;ZLorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;)Z
            ifeq 94
        93: .line 148
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 0 /* this */
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.getDeclarationModifiers:()I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocDeprecatedMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;I)V
        94: .line 150
      StackMap locals:
      StackMap stack:
            aload 4 /* allocationType */
            areturn
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding allocationType
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding enclosingType
        end local 2 // boolean hasTypeVarArgs
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   95     0                  this  Lorg/eclipse/jdt/internal/compiler/ast/JavadocAllocationExpression;
            0   95     1                 scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
           10   95     2        hasTypeVarArgs  Z
           13   30     3                length  I
           15   28     4                     i  I
           17   26     5              argument  Lorg/eclipse/jdt/internal/compiler/ast/Expression;
           34   95     3         enclosingType  Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
           38   95     4        allocationType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           41   48     5  enclosingTypeBinding  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           42   48     6     contructorBinding  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           50   57     5         methodBinding  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           59   62     5                length  I
           61   62     6               problem  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           65   66     5               problem  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           69   80     5    paramMethodBinding  Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding;
           71   80     6                length  I
           72   80     7                     i  I
           76   78     8               problem  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           83   92     5                length  I
           85   92     6  enclosingTypeBinding  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           89   92     7                   idx  I
    MethodParameters:
       Name  Flags
      scope  

  public boolean isSuperAccess();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression this
         0: .line 155
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.bits:I
            sipush 16384
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/ast/JavadocAllocationExpression;

  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=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
         0: .line 160
            aload 0 /* this */
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.internalResolveType:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/jdt/internal/compiler/ast/JavadocAllocationExpression;
            0    1     1  scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
    MethodParameters:
       Name  Flags
      scope  

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding resolveType(org.eclipse.jdt.internal.compiler.lookup.ClassScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ClassScope scope
         0: .line 165
            aload 0 /* this */
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.internalResolveType:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ClassScope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/jdt/internal/compiler/ast/JavadocAllocationExpression;
            0    1     1  scope  Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
    MethodParameters:
       Name  Flags
      scope  

  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.JavadocAllocationExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.ASTVisitor visitor
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
         0: .line 169
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ASTVisitor.visit:(Lorg/eclipse/jdt/internal/compiler/ast/JavadocAllocationExpression;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Z
            ifeq 17
         1: .line 170
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 8
         2: .line 171
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            arraylength
            istore 4 /* typeArgumentsLength */
        start local 4 // int typeArgumentsLength
         4: goto 7
         5: .line 172
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.typeArguments:[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
         6: .line 171
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            iload 4 /* typeArgumentsLength */
            if_icmplt 5
        end local 4 // int typeArgumentsLength
        end local 3 // int i
         8: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 10
         9: .line 176
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            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
        10: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            ifnull 17
        11: .line 179
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        12: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            arraylength
            istore 4 /* argumentsLength */
        start local 4 // int argumentsLength
        13: goto 16
        14: .line 180
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.arguments:[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
        15: .line 179
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 3 /* i */
            iload 4 /* argumentsLength */
            if_icmplt 14
        end local 4 // int argumentsLength
        end local 3 // int i
        17: .line 183
      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/JavadocAllocationExpression;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
        18: .line 184
            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.JavadocAllocationExpression this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   19     0                 this  Lorg/eclipse/jdt/internal/compiler/ast/JavadocAllocationExpression;
            0   19     1              visitor  Lorg/eclipse/jdt/internal/compiler/ASTVisitor;
            0   19     2                scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            3    8     3                    i  I
            4    8     4  typeArgumentsLength  I
           12   17     3                    i  I
           13   17     4      argumentsLength  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.JavadocAllocationExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.ASTVisitor visitor
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ClassScope scope
         0: .line 187
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ASTVisitor.visit:(Lorg/eclipse/jdt/internal/compiler/ast/JavadocAllocationExpression;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)Z
            ifeq 17
         1: .line 188
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 8
         2: .line 189
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            arraylength
            istore 4 /* typeArgumentsLength */
        start local 4 // int typeArgumentsLength
         4: goto 7
         5: .line 190
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.typeArguments:[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
         6: .line 189
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            iload 4 /* typeArgumentsLength */
            if_icmplt 5
        end local 4 // int typeArgumentsLength
        end local 3 // int i
         8: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 10
         9: .line 194
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            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
        10: .line 196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            ifnull 17
        11: .line 197
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        12: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            arraylength
            istore 4 /* argumentsLength */
        start local 4 // int argumentsLength
        13: goto 16
        14: .line 198
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression.arguments:[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
        15: .line 197
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 3 /* i */
            iload 4 /* argumentsLength */
            if_icmplt 14
        end local 4 // int argumentsLength
        end local 3 // int i
        17: .line 201
      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/JavadocAllocationExpression;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
        18: .line 202
            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.JavadocAllocationExpression this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   19     0                 this  Lorg/eclipse/jdt/internal/compiler/ast/JavadocAllocationExpression;
            0   19     1              visitor  Lorg/eclipse/jdt/internal/compiler/ASTVisitor;
            0   19     2                scope  Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
            3    8     3                    i  I
            4    8     4  typeArgumentsLength  I
           12   17     3                    i  I
           13   17     4      argumentsLength  I
    MethodParameters:
         Name  Flags
      visitor  
      scope    
}
SourceFile: "JavadocAllocationExpression.java"