public class org.eclipse.jdt.internal.compiler.ast.AllocationExpression extends org.eclipse.jdt.internal.compiler.ast.Expression implements org.eclipse.jdt.internal.compiler.ast.IPolyExpression, org.eclipse.jdt.internal.compiler.ast.Invocation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.ast.AllocationExpression
  super_class: org.eclipse.jdt.internal.compiler.ast.Expression
{
  public org.eclipse.jdt.internal.compiler.ast.TypeReference type;
    descriptor: Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.ast.Expression[] arguments;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/ast/Expression;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.lookup.MethodBinding binding;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    flags: (0x0001) ACC_PUBLIC

  org.eclipse.jdt.internal.compiler.lookup.MethodBinding syntheticAccessor;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    flags: (0x0000) 

  public org.eclipse.jdt.internal.compiler.ast.TypeReference[] typeArguments;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] genericTypeArguments;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.ast.FieldDeclaration enumConstant;
    descriptor: Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
    flags: (0x0001) ACC_PUBLIC

  protected org.eclipse.jdt.internal.compiler.lookup.TypeBinding typeExpected;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0004) ACC_PROTECTED

  public boolean inferredReturnType;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable closeTracker;
    descriptor: Lorg/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.ast.ExpressionContext expressionContext;
    descriptor: Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
    flags: (0x0001) ACC_PUBLIC

  private org.eclipse.jdt.internal.compiler.util.SimpleLookupTable inferenceContexts;
    descriptor: Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
    flags: (0x0002) ACC_PRIVATE

  public java.util.HashMap<org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.MethodBinding> solutionsPerTargetType;
    descriptor: Ljava/util/HashMap;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/HashMap<Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;>;

  private org.eclipse.jdt.internal.compiler.lookup.InferenceContext18 outerInferenceContext;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/InferenceContext18;
    flags: (0x0002) ACC_PRIVATE

  public boolean argsContainCast;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] argumentTypes;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC

  public boolean argumentsHaveErrors;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
         0: .line 72
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.ast.Expression.<init>:()V
         1: .line 85
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.ast.ExpressionContext.VANILLA_CONTEXT:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.expressionContext:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
         2: .line 92
            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.AllocationExpression.argumentTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
         3: .line 93
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.argumentsHaveErrors:Z
         4: .line 72
            return
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;

  public org.eclipse.jdt.internal.compiler.flow.FlowInfo analyseCode(org.eclipse.jdt.internal.compiler.lookup.BlockScope, org.eclipse.jdt.internal.compiler.flow.FlowContext, org.eclipse.jdt.internal.compiler.flow.FlowInfo);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope currentScope
        start local 2 // org.eclipse.jdt.internal.compiler.flow.FlowContext flowContext
        start local 3 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
         0: .line 98
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            aload 1 /* currentScope */
            aload 3 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AllocationExpression.checkCapturedLocalInitializationIfNecessary:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
         1: .line 101
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            ifnull 22
         2: .line 102
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.analyseResourceLeaks:Z
            istore 4 /* analyseResources */
        start local 4 // boolean analyseResources
         3: .line 103
            iload 4 /* analyseResources */
            ifeq 7
         4: .line 104
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            instanceof org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            ifeq 7
         5: .line 105
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            iconst_4
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.hasTypeBit:(I)Z
            ifeq 7
         6: .line 103
            iconst_1
            goto 8
      StackMap locals: int
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: istore 5 /* hasResourceWrapperType */
        start local 5 // boolean hasResourceWrapperType
         9: .line 106
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        10: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            arraylength
            istore 7 /* count */
        start local 7 // int count
        11: goto 20
        12: .line 108
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iload 6 /* i */
            aaload
        13: .line 109
            aload 1 /* currentScope */
            aload 2 /* flowContext */
            aload 3 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.analyseCode:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
        14: .line 110
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.unconditionalInits:()Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
        15: .line 107
            astore 3 /* flowInfo */
        16: .line 112
            iload 4 /* analyseResources */
            ifeq 18
            iload 5 /* hasResourceWrapperType */
            ifne 18
        17: .line 113
            aload 1 /* currentScope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iload 6 /* i */
            aaload
            aload 3 /* flowInfo */
            aload 2 /* flowContext */
            iconst_0
            invokestatic org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable.markPassedToOutside:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Z)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            astore 3 /* flowInfo */
        18: .line 115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iload 6 /* i */
            aaload
            aload 1 /* currentScope */
            aload 2 /* flowContext */
            aload 3 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.checkNPEbyUnboxing:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
        19: .line 106
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 6 /* i */
            iload 7 /* count */
            if_icmplt 12
        end local 7 // int count
        end local 6 // int i
        21: .line 117
            aload 0 /* this */
            aload 1 /* currentScope */
            aload 2 /* flowContext */
            aload 3 /* flowInfo */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AllocationExpression.analyseArguments:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Lorg/eclipse/jdt/internal/compiler/ast/Expression;)V
        end local 5 // boolean hasResourceWrapperType
        end local 4 // boolean analyseResources
        22: .line 122
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.AllocationExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.flow.FlowContext org.eclipse.jdt.internal.compiler.flow.FlowInfo
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            dup
            astore 4 /* thrownExceptions */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] thrownExceptions
        23: arraylength
            ifeq 32
        24: .line 123
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.bits:I
            ldc 65536
            iand
            ifeq 26
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.genericTypeArguments:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnonnull 26
        25: .line 125
            aload 1 /* currentScope */
            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.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            iconst_1
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.convertToRawTypes:([Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;ZZ)[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 4 /* thrownExceptions */
        26: .line 128
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[]
      StackMap stack:
            aload 2 /* flowContext */
        27: .line 129
            aload 4 /* thrownExceptions */
        28: .line 130
            aload 0 /* this */
        29: .line 131
            aload 3 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.unconditionalCopy:()Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
        30: .line 132
            aload 1 /* currentScope */
        31: .line 128
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowContext.checkExceptionHandlers:([Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
        32: .line 136
      StackMap locals:
      StackMap stack:
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.analyseResourceLeaks:Z
            ifeq 34
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable.isAnyCloseable:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 34
        33: .line 137
            aload 1 /* currentScope */
            aload 3 /* flowInfo */
            aload 0 /* this */
            invokestatic org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable.analyseCloseableAllocation:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;)V
        34: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 5 /* declaringClass */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding declaringClass
        35: .line 140
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.methodScope:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            astore 6 /* methodScope */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.MethodScope methodScope
        36: .line 141
            aload 5 /* declaringClass */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isMemberType:()Z
            ifeq 37
            aload 5 /* declaringClass */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isStatic:()Z
            ifeq 38
        37: .line 142
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.MethodScope
      StackMap stack:
            aload 5 /* declaringClass */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isLocalType:()Z
            ifeq 39
            aload 6 /* methodScope */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodScope.isStatic:Z
            ifne 39
            aload 6 /* methodScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodScope.isLambdaScope:()Z
            ifeq 39
        38: .line 145
      StackMap locals:
      StackMap stack:
            aload 1 /* currentScope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.tagAsAccessingEnclosingInstanceStateOf:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Z)V
        39: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* currentScope */
            aload 3 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AllocationExpression.manageEnclosingInstanceAccessIfNecessary:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
        40: .line 150
            aload 0 /* this */
            aload 1 /* currentScope */
            aload 3 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AllocationExpression.manageSyntheticAccessIfNecessary:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
        41: .line 153
            aload 2 /* flowContext */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowContext.recordAbruptExit:()V
        42: .line 155
            aload 3 /* flowInfo */
            areturn
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.MethodScope methodScope
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding declaringClass
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] thrownExceptions
        end local 3 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
        end local 2 // org.eclipse.jdt.internal.compiler.flow.FlowContext flowContext
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope currentScope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   43     0                    this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;
            0   43     1            currentScope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0   43     2             flowContext  Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;
            0   43     3                flowInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            3   22     4        analyseResources  Z
            9   22     5  hasResourceWrapperType  Z
           10   21     6                       i  I
           11   21     7                   count  I
           23   43     4        thrownExceptions  [Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           35   43     5          declaringClass  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           36   43     6             methodScope  Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
    MethodParameters:
              Name  Flags
      currentScope  
      flowContext   
      flowInfo      

  public void checkCapturedLocalInitializationIfNecessary(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, org.eclipse.jdt.internal.compiler.lookup.BlockScope, org.eclipse.jdt.internal.compiler.flow.FlowInfo);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=10, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding checkedType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope currentScope
        start local 3 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
         0: .line 159
            aload 1 /* checkedType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.tagBits:J
            ldc 2100
            land
            ldc 2068
            lcmp
            ifne 15
         1: .line 160
            aload 2 /* currentScope */
            aload 1 /* checkedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.isDefinedInType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Z
            ifne 15
         2: .line 161
            aload 1 /* checkedType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding
            astore 4 /* nestedType */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding nestedType
         3: .line 162
            aload 4 /* nestedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding.syntheticOuterLocalVariables:()[Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticArgumentBinding;
            astore 5 /* syntheticArguments */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding[] syntheticArguments
         4: .line 163
            aload 5 /* syntheticArguments */
            ifnull 15
         5: .line 164
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         6: aload 5 /* syntheticArguments */
            arraylength
            istore 7 /* count */
        start local 7 // int count
         7: goto 14
         8: .line 165
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.AllocationExpression org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.flow.FlowInfo org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding[] int int
      StackMap stack:
            aload 5 /* syntheticArguments */
            iload 6 /* i */
            aaload
            astore 8 /* syntheticArgument */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding syntheticArgument
         9: .line 167
            aload 8 /* syntheticArgument */
            getfield org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding.actualOuterLocalVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            dup
            astore 9 /* targetLocal */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding targetLocal
        10: ifnonnull 11
            goto 13
        11: .line 168
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
      StackMap stack:
            aload 9 /* targetLocal */
            getfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.declaration:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            ifnull 13
            aload 3 /* flowInfo */
            aload 9 /* targetLocal */
            invokevirtual org.eclipse.jdt.internal.compiler.flow.FlowInfo.isDefinitelyAssigned:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)Z
            ifne 13
        12: .line 169
            aload 2 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 9 /* targetLocal */
            aload 0 /* this */
            aload 2 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.uninitializedLocalVariable:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)V
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding targetLocal
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding syntheticArgument
        13: .line 164
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 6 /* i */
            iload 7 /* count */
            if_icmplt 8
        end local 7 // int count
        end local 6 // int i
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding[] syntheticArguments
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding nestedType
        15: .line 173
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.AllocationExpression org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.flow.FlowInfo
      StackMap stack:
            return
        end local 3 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope currentScope
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding checkedType
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   16     0                this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;
            0   16     1         checkedType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0   16     2        currentScope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0   16     3            flowInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            3   15     4          nestedType  Lorg/eclipse/jdt/internal/compiler/lookup/NestedTypeBinding;
            4   15     5  syntheticArguments  [Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticArgumentBinding;
            6   15     6                   i  I
            7   15     7               count  I
            9   13     8   syntheticArgument  Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticArgumentBinding;
           10   13     9         targetLocal  Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
    MethodParameters:
              Name  Flags
      checkedType   
      currentScope  
      flowInfo      

  public org.eclipse.jdt.internal.compiler.ast.Expression enclosingInstance();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/ast/Expression;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
         0: .line 176
            aconst_null
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;

  public void generateCode(org.eclipse.jdt.internal.compiler.lookup.BlockScope, org.eclipse.jdt.internal.compiler.codegen.CodeStream, boolean);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope currentScope
        start local 2 // org.eclipse.jdt.internal.compiler.codegen.CodeStream codeStream
        start local 3 // boolean valueRequired
         0: .line 181
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AllocationExpression.cleanUpInferenceContexts:()V
         1: .line 182
            iload 3 /* valueRequired */
            ifne 3
         2: .line 183
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.unusedObjectAllocation:(Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;)V
         3: .line 185
      StackMap locals:
      StackMap stack:
            aload 2 /* codeStream */
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.position:I
            istore 4 /* pc */
        start local 4 // int pc
         4: .line 186
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 5 /* codegenBinding */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding codegenBinding
         5: .line 187
            aload 5 /* codegenBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 6 /* allocatedType */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding allocatedType
         6: .line 189
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            aload 6 /* allocatedType */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.new_:(Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
         7: .line 190
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.implicitConversion:I
            sipush 1024
            iand
            ifeq 8
            iconst_1
            goto 9
      StackMap locals: int org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
         8: iconst_0
      StackMap locals:
      StackMap stack: int
         9: istore 7 /* isUnboxing */
        start local 7 // boolean isUnboxing
        10: .line 191
            iload 3 /* valueRequired */
            ifne 11
            iload 7 /* isUnboxing */
            ifeq 12
        11: .line 192
      StackMap locals: int
      StackMap stack:
            aload 2 /* codeStream */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.dup:()V
        12: .line 195
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 15
        13: .line 196
            aload 2 /* codeStream */
            iload 4 /* pc */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.sourceStart:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.recordPositionsFrom:(II)V
        14: .line 197
            goto 17
        15: .line 199
      StackMap locals:
      StackMap stack:
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.enumConstant:Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.name:[C
            invokestatic java.lang.String.valueOf:([C)Ljava/lang/String;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.ldc:(Ljava/lang/String;)V
        16: .line 200
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.enumConstant:Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.FieldBinding.id:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.generateInlinedValue:(I)V
        17: .line 204
      StackMap locals:
      StackMap stack:
            aload 6 /* allocatedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isNestedType:()Z
            ifeq 24
        18: .line 205
            aload 2 /* codeStream */
        19: .line 206
            aload 1 /* currentScope */
        20: .line 207
            aload 6 /* allocatedType */
        21: .line 208
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AllocationExpression.enclosingInstance:()Lorg/eclipse/jdt/internal/compiler/ast/Expression;
        22: .line 209
            aload 0 /* this */
        23: .line 205
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.generateSyntheticEnclosingInstanceValues:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V
        24: .line 212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* currentScope */
            aload 2 /* codeStream */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AllocationExpression.generateArguments:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;)V
        25: .line 214
            aload 6 /* allocatedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isNestedType:()Z
            ifeq 31
        26: .line 215
            aload 2 /* codeStream */
        27: .line 216
            aload 1 /* currentScope */
        28: .line 217
            aload 6 /* allocatedType */
        29: .line 218
            aload 0 /* this */
        30: .line 215
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.generateSyntheticOuterArgumentValues:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V
        31: .line 221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.syntheticAccessor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnonnull 34
        32: .line 222
            aload 2 /* codeStream */
            bipush -73
            aload 5 /* codegenBinding */
            aconst_null
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.invoke:(BLorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;)V
        33: .line 223
            goto 42
        34: .line 225
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        35: .line 226
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.syntheticAccessor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            aload 5 /* codegenBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            isub
            istore 9 /* max */
        start local 9 // int max
        36: .line 227
            goto 39
        37: .line 229
      StackMap locals: int int
      StackMap stack:
            aload 2 /* codeStream */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.aconst_null:()V
        38: .line 228
            iinc 8 /* i */ 1
        39: .line 227
      StackMap locals:
      StackMap stack:
            iload 8 /* i */
            iload 9 /* max */
        40: .line 225
            if_icmplt 37
        end local 9 // int max
        end local 8 // int i
        41: .line 231
            aload 2 /* codeStream */
            bipush -73
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.syntheticAccessor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aconst_null
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.invoke:(BLorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;)V
        42: .line 233
      StackMap locals:
      StackMap stack:
            iload 3 /* valueRequired */
            ifeq 45
        43: .line 234
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.implicitConversion:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.generateImplicitConversion:(I)V
        44: .line 235
            goto 51
      StackMap locals:
      StackMap stack:
        45: iload 7 /* isUnboxing */
            ifeq 51
        46: .line 237
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.implicitConversion:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.generateImplicitConversion:(I)V
        47: .line 238
            aload 0 /* this */
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AllocationExpression.postConversionType:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            tableswitch { // 7 - 8
                    7: 48
                    8: 48
              default: 50
          }
        48: .line 241
      StackMap locals:
      StackMap stack:
            aload 2 /* codeStream */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.pop2:()V
        49: .line 242
            goto 51
        50: .line 244
      StackMap locals:
      StackMap stack:
            aload 2 /* codeStream */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.pop:()V
        51: .line 247
      StackMap locals:
      StackMap stack:
            aload 2 /* codeStream */
            iload 4 /* pc */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.sourceStart:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.recordPositionsFrom:(II)V
        52: .line 248
            return
        end local 7 // boolean isUnboxing
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding allocatedType
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding codegenBinding
        end local 4 // int pc
        end local 3 // boolean valueRequired
        end local 2 // org.eclipse.jdt.internal.compiler.codegen.CodeStream codeStream
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope currentScope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   53     0            this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;
            0   53     1    currentScope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0   53     2      codeStream  Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            0   53     3   valueRequired  Z
            4   53     4              pc  I
            5   53     5  codegenBinding  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            6   53     6   allocatedType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           10   53     7      isUnboxing  Z
           35   41     8               i  I
           36   41     9             max  I
    MethodParameters:
               Name  Flags
      currentScope   
      codeStream     
      valueRequired  

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] genericTypeArguments();
    descriptor: ()[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
         0: .line 255
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.genericTypeArguments:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;

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

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

  public void manageEnclosingInstanceAccessIfNecessary(org.eclipse.jdt.internal.compiler.lookup.BlockScope, org.eclipse.jdt.internal.compiler.flow.FlowInfo);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope currentScope
        start local 2 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
         0: .line 276
            aload 2 /* flowInfo */
            getfield org.eclipse.jdt.internal.compiler.flow.FlowInfo.tagBits:I
            iconst_1
            iand
            ifeq 1
            return
         1: .line 277
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 3 /* allocatedTypeErasure */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding allocatedTypeErasure
         2: .line 280
            aload 3 /* allocatedTypeErasure */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isNestedType:()Z
            ifeq 8
         3: .line 281
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.enclosingSourceType:()Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.isLocalType:()Z
            ifne 4
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.isLambdaSubscope:()Z
            ifeq 8
         4: .line 283
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 3 /* allocatedTypeErasure */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isLocalType:()Z
            ifeq 7
         5: .line 284
            aload 3 /* allocatedTypeErasure */
            checkcast org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
            aload 1 /* currentScope */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding.addInnerEmulationDependent:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Z)V
         6: .line 286
            goto 8
         7: .line 288
      StackMap locals:
      StackMap stack:
            aload 1 /* currentScope */
            aload 3 /* allocatedTypeErasure */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.propagateInnerEmulation:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Z)V
         8: .line 292
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding allocatedTypeErasure
        end local 2 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope currentScope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    9     0                  this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;
            0    9     1          currentScope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0    9     2              flowInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            2    9     3  allocatedTypeErasure  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    MethodParameters:
              Name  Flags
      currentScope  
      flowInfo      

  public void manageSyntheticAccessIfNecessary(org.eclipse.jdt.internal.compiler.lookup.BlockScope, org.eclipse.jdt.internal.compiler.flow.FlowInfo);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope currentScope
        start local 2 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
         0: .line 295
            aload 2 /* flowInfo */
            getfield org.eclipse.jdt.internal.compiler.flow.FlowInfo.tagBits:I
            iconst_1
            iand
            ifeq 1
            return
         1: .line 297
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 3 /* codegenBinding */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding codegenBinding
         2: .line 300
            aload 3 /* codegenBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isPrivate:()Z
            ifeq 11
         3: .line 301
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.enclosingSourceType:()Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.isNestmateOf:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Z
            ifne 11
         4: .line 302
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.enclosingSourceType:()Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            aload 3 /* codegenBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            dup
            astore 4 /* declaringClass */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding declaringClass
         5: 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 11
         6: .line 305
            aload 4 /* declaringClass */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.tagBits:J
            ldc 16
            land
            lconst_0
            lcmp
            ifeq 9
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.complianceLevel:J
            ldc 3145728
            lcmp
            iflt 9
         7: .line 307
            aload 3 /* codegenBinding */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
            ldc 512
            lor
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
         8: .line 308
            goto 11
         9: .line 309
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 0 /* this */
            aload 4 /* declaringClass */
            checkcast org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
            aload 3 /* codegenBinding */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AllocationExpression.isSuperAccess:()Z
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.addSyntheticMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Z)Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.syntheticAccessor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        10: .line 310
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 3 /* codegenBinding */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.needToEmulateMethodAccess:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding declaringClass
        11: .line 313
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding codegenBinding
        end local 2 // org.eclipse.jdt.internal.compiler.flow.FlowInfo flowInfo
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope currentScope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   12     0            this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;
            0   12     1    currentScope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0   12     2        flowInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            2   12     3  codegenBinding  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            5   11     4  declaringClass  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    MethodParameters:
              Name  Flags
      currentScope  
      flowInfo      

  public java.lang.StringBuffer printExpression(int, java.lang.StringBuffer);
    descriptor: (ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
        start local 1 // int indent
        start local 2 // java.lang.StringBuffer output
         0: .line 317
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 2
         1: .line 318
            aload 2 /* output */
            ldc "new "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 320
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 13
         3: .line 321
            aload 2 /* output */
            bipush 60
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         4: .line 322
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            arraylength
            iconst_1
            isub
            istore 3 /* max */
        start local 3 // int max
         5: .line 323
            iconst_0
            istore 4 /* j */
        start local 4 // int j
         6: goto 10
         7: .line 324
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iload 4 /* j */
            aaload
            iconst_0
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.print:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
         8: .line 325
            aload 2 /* output */
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         9: .line 323
            iinc 4 /* j */ 1
      StackMap locals:
      StackMap stack:
        10: iload 4 /* j */
            iload 3 /* max */
            if_icmplt 7
        end local 4 // int j
        11: .line 327
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iload 3 /* max */
            aaload
            iconst_0
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.print:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
        12: .line 328
            aload 2 /* output */
            bipush 62
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        end local 3 // int max
        13: .line 330
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 15
        14: .line 331
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iconst_0
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.printExpression:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
        15: .line 333
      StackMap locals:
      StackMap stack:
            aload 2 /* output */
            bipush 40
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        16: .line 334
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            ifnull 23
        17: .line 335
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        18: goto 22
        19: .line 336
      StackMap locals: int
      StackMap stack:
            iload 3 /* i */
            ifle 20
            aload 2 /* output */
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        20: .line 337
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iload 3 /* i */
            aaload
            iconst_0
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.printExpression:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
        21: .line 335
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            arraylength
            if_icmplt 19
        end local 3 // int i
        23: .line 340
      StackMap locals:
      StackMap stack:
            aload 2 /* output */
            bipush 41
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            areturn
        end local 2 // java.lang.StringBuffer output
        end local 1 // int indent
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   24     0    this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;
            0   24     1  indent  I
            0   24     2  output  Ljava/lang/StringBuffer;
            5   13     3     max  I
            6   11     4       j  I
           18   23     3       i  I
    MethodParameters:
        Name  Flags
      indent  
      output  

  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=8, locals=10, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
         0: .line 346
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.bits:I
            ldc 524288
            iand
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 2 /* isDiamond */
        start local 2 // boolean isDiamond
         3: .line 347
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            astore 3 /* compilerOptions */
        start local 3 // org.eclipse.jdt.internal.compiler.impl.CompilerOptions compilerOptions
         4: .line 348
            aload 3 /* compilerOptions */
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.sourceLevel:J
            lstore 4 /* sourceLevel */
        start local 4 // long sourceLevel
         5: .line 349
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.constant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            if_acmpeq 98
         6: .line 350
            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.AllocationExpression.constant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
         7: .line 351
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnonnull 10
         8: .line 353
            aload 0 /* this */
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.enclosingReceiverType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
         9: .line 354
            goto 11
        10: .line 355
      StackMap locals: int org.eclipse.jdt.internal.compiler.impl.CompilerOptions long
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            aload 1 /* scope */
            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.AllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        11: .line 357
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 27
        12: .line 358
            aload 0 /* this */
            aload 1 /* scope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AllocationExpression.checkIllegalNullAnnotation:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        13: .line 360
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            instanceof org.eclipse.jdt.internal.compiler.ast.ParameterizedQualifiedTypeReference
            ifeq 27
        14: .line 361
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 6 /* currentType */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding currentType
        15: .line 362
            aload 6 /* currentType */
            ifnonnull 16
            aload 6 /* currentType */
            areturn
        16: .line 365
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 6 /* currentType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.modifiers:I
            bipush 8
            iand
            ifeq 17
            goto 27
        17: .line 366
      StackMap locals:
      StackMap stack:
            aload 6 /* currentType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isRawType:()Z
            ifeq 18
            goto 27
        18: .line 367
      StackMap locals:
      StackMap stack:
            aload 6 /* currentType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            dup
            astore 6 /* currentType */
            ifnonnull 16
        19: .line 368
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            checkcast org.eclipse.jdt.internal.compiler.ast.ParameterizedQualifiedTypeReference
            astore 7 /* qRef */
        start local 7 // org.eclipse.jdt.internal.compiler.ast.ParameterizedQualifiedTypeReference qRef
        20: .line 369
            aload 7 /* qRef */
            getfield org.eclipse.jdt.internal.compiler.ast.ParameterizedQualifiedTypeReference.typeArguments:[[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            arraylength
            iconst_2
            isub
            istore 8 /* i */
        start local 8 // int i
        21: goto 26
        22: .line 370
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ParameterizedQualifiedTypeReference int
      StackMap stack:
            aload 7 /* qRef */
            getfield org.eclipse.jdt.internal.compiler.ast.ParameterizedQualifiedTypeReference.typeArguments:[[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iload 8 /* i */
            aaload
            ifnull 25
        23: .line 371
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.illegalQualifiedParameterizedTypeAllocation:(Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        24: .line 372
            goto 27
        25: .line 369
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ -1
      StackMap locals:
      StackMap stack:
        26: iload 8 /* i */
            ifge 22
        end local 8 // int i
        end local 7 // org.eclipse.jdt.internal.compiler.ast.ParameterizedQualifiedTypeReference qRef
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding currentType
        27: .line 381
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 54
        28: .line 382
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            arraylength
            istore 6 /* length */
        start local 6 // int length
        29: .line 383
            aload 0 /* this */
            lload 4 /* sourceLevel */
            ldc 3211264
            lcmp
            ifge 30
            iconst_1
            goto 31
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.AllocationExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope int org.eclipse.jdt.internal.compiler.impl.CompilerOptions long int
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.AllocationExpression
        30: iconst_0
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.AllocationExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope int org.eclipse.jdt.internal.compiler.impl.CompilerOptions long int
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.AllocationExpression int
        31: putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.argumentsHaveErrors:Z
        32: .line 384
            aload 0 /* this */
            iload 6 /* length */
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.genericTypeArguments:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        33: .line 385
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        34: goto 41
        35: .line 386
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iload 7 /* i */
            aaload
            astore 8 /* typeReference */
        start local 8 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeReference
        36: .line 387
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.genericTypeArguments:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 7 /* i */
            aload 8 /* typeReference */
            aload 1 /* scope */
            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;
            dup_x2
            aastore
            ifnonnull 38
        37: .line 388
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.argumentsHaveErrors:Z
        38: .line 390
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeReference
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.argumentsHaveErrors:Z
            ifeq 40
            aload 8 /* typeReference */
            instanceof org.eclipse.jdt.internal.compiler.ast.Wildcard
            ifeq 40
        39: .line 391
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 8 /* typeReference */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.illegalUsageOfWildcard:(Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;)V
        end local 8 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeReference
        40: .line 385
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        41: iload 7 /* i */
            iload 6 /* length */
            if_icmplt 35
        end local 7 // int i
        42: .line 394
            iload 2 /* isDiamond */
            ifeq 45
        43: .line 395
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.diamondNotWithExplicitTypeArguments:([Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;)V
        44: .line 396
            aconst_null
            areturn
        45: .line 398
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.argumentsHaveErrors:Z
            ifeq 54
        46: .line 399
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            ifnull 53
        47: .line 400
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        48: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            arraylength
            istore 8 /* max */
        start local 8 // int max
        49: goto 52
        50: .line 401
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iload 7 /* i */
            aaload
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.resolveType:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            pop
        51: .line 400
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        52: iload 7 /* i */
            iload 8 /* max */
            if_icmplt 50
        end local 8 // int max
        end local 7 // int i
        53: .line 404
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 6 // int length
        54: .line 409
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            ifnull 93
        55: .line 410
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.argumentsHaveErrors:Z
        56: .line 411
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            arraylength
            istore 6 /* length */
        start local 6 // int length
        57: .line 412
            aload 0 /* this */
            iload 6 /* length */
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.argumentTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        58: .line 413
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        59: goto 70
        60: .line 414
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iload 7 /* i */
            aaload
            astore 8 /* argument */
        start local 8 // org.eclipse.jdt.internal.compiler.ast.Expression argument
        61: .line 415
            aload 8 /* argument */
            instanceof org.eclipse.jdt.internal.compiler.ast.CastExpression
            ifeq 64
        62: .line 416
            aload 8 /* argument */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.bits:I
            bipush 32
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.Expression.bits:I
        63: .line 417
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.argsContainCast:Z
        64: .line 419
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.Expression
      StackMap stack:
            aload 8 /* argument */
            getstatic org.eclipse.jdt.internal.compiler.ast.ExpressionContext.INVOCATION_CONTEXT:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.setExpressionContext:(Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;)V
        65: .line 420
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iload 7 /* i */
            aaload
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 67
        66: .line 421
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            ldc "Argument was unexpectedly found resolved"
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.genericInferenceError:(Ljava/lang/String;Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;)V
        67: .line 422
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.argumentTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 7 /* i */
            aload 8 /* argument */
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.resolveType:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            dup_x2
            aastore
            ifnonnull 69
        68: .line 423
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.argumentsHaveErrors:Z
        end local 8 // org.eclipse.jdt.internal.compiler.ast.Expression argument
        69: .line 413
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        70: iload 7 /* i */
            iload 6 /* length */
            if_icmplt 60
        end local 7 // int i
        71: .line 426
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.argumentsHaveErrors:Z
            ifeq 93
        72: .line 431
            iload 2 /* isDiamond */
            ifeq 74
        73: .line 432
            aconst_null
            areturn
        74: .line 434
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            instanceof org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            ifeq 92
        75: .line 436
            iload 6 /* length */
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            astore 7 /* pseudoArgs */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] pseudoArgs
        76: .line 437
            iload 6 /* length */
            istore 8 /* i */
        start local 8 // int i
        77: goto 81
        78: .line 438
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int
      StackMap stack:
            aload 7 /* pseudoArgs */
            iload 8 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.argumentTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 8 /* i */
            aaload
            ifnonnull 79
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.NULL:Lorg/eclipse/jdt/internal/compiler/lookup/NullTypeBinding;
            goto 80
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.AllocationExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope int org.eclipse.jdt.internal.compiler.impl.CompilerOptions long int org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int
        79: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.argumentTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 8 /* i */
            aaload
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.AllocationExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope int org.eclipse.jdt.internal.compiler.impl.CompilerOptions long int org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int org.eclipse.jdt.internal.compiler.lookup.TypeBinding
        80: aastore
        81: .line 437
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ -1
            iload 8 /* i */
            ifge 78
        end local 8 // int i
        82: .line 440
            aload 0 /* this */
            aload 1 /* scope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants.INIT:[C
            aload 7 /* pseudoArgs */
            aload 0 /* this */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.findMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[C[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;Z)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        83: .line 441
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnull 92
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifne 92
        84: .line 442
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ProblemMethodBinding
            getfield org.eclipse.jdt.internal.compiler.lookup.ProblemMethodBinding.closestMatch:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 8 /* closestMatch */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding closestMatch
        85: .line 444
            aload 8 /* closestMatch */
            ifnull 92
        86: .line 445
            aload 8 /* closestMatch */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_TYPE_VARIABLES:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            if_acmpeq 88
        87: .line 447
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.environment:()Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 8 /* closestMatch */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aconst_null
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createParameterizedGenericMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/RawTypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding;
            astore 8 /* closestMatch */
        88: .line 449
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.AllocationExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope int org.eclipse.jdt.internal.compiler.impl.CompilerOptions long int org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            aload 0 /* this */
            aload 8 /* closestMatch */
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        89: .line 450
            aload 8 /* closestMatch */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 9 /* closestMatchOriginal */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding closestMatchOriginal
        90: .line 451
            aload 9 /* closestMatchOriginal */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isOrEnclosedByPrivateType:()Z
            ifeq 92
            aload 1 /* scope */
            aload 9 /* closestMatchOriginal */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.isDefinedInMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifne 92
        91: .line 453
            aload 9 /* closestMatchOriginal */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            ldc 134217728
            ior
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding closestMatchOriginal
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding closestMatch
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] pseudoArgs
        92: .line 458
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 6 // int length
        93: .line 461
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 94
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isValidBinding:()Z
            ifne 95
        94: .line 462
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        95: .line 466
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 98
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.canBeInstantiated:()Z
            ifne 98
        96: .line 467
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.cannotInstantiate:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        97: .line 468
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        98: .line 471
      StackMap locals:
      StackMap stack:
            iload 2 /* isDiamond */
            ifeq 113
        99: .line 472
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AllocationExpression.inferConstructorOfElidedParameterizedType:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
       100: .line 473
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnull 101
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifne 103
       101: .line 474
      StackMap locals:
      StackMap stack:
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.cannotInferElidedTypes:(Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;)V
       102: .line 475
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
       103: .line 477
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeExpected:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnonnull 105
            aload 3 /* compilerOptions */
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.sourceLevel:J
            ldc 3407872
            lcmp
            iflt 105
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.expressionContext:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ExpressionContext.definesTargetType:()Z
            ifeq 105
       104: .line 478
            new org.eclipse.jdt.internal.compiler.lookup.PolyTypeBinding
            dup
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.PolyTypeBinding.<init>:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;)V
            areturn
       105: .line 480
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.TypeReference.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
       106: .line 482
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isVarargs:()Z
            ifeq 111
       107: .line 483
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.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
            iconst_1
            isub
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 6 /* lastArg */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding lastArg
       108: .line 484
            aload 6 /* lastArg */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.canBeSeenBy:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
            ifne 111
       109: .line 485
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding
            dup
            iconst_1
            anewarray char[]
            dup
            iconst_0
            aload 6 /* lastArg */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.readableName:()[C
            aastore
            aload 6 /* lastArg */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            iconst_2
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding.<init>:([[CLorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;I)V
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.invalidType:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
       110: .line 486
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding lastArg
       111: .line 489
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.argumentTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 1 /* scope */
            invokestatic org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolvePolyExpressionArguments:(Lorg/eclipse/jdt/internal/compiler/ast/Invocation;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
       112: .line 490
            goto 114
       113: .line 491
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* scope */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.argumentTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AllocationExpression.findConstructorBinding:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/ast/Invocation;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
       114: .line 493
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifne 121
       115: .line 494
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.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 117
       116: .line 495
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            putfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
       117: .line 497
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 119
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isValidBinding:()Z
            ifne 119
       118: .line 498
            aconst_null
            areturn
       119: .line 500
      StackMap locals:
      StackMap stack:
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.invalidConstructor:(Lorg/eclipse/jdt/internal/compiler/ast/Statement;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
       120: .line 501
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
       121: .line 503
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.tagBits:J
            ldc 128
            land
            lconst_0
            lcmp
            ifeq 123
       122: .line 504
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.missingTypeInConstructor:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
       123: .line 506
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 1 /* scope */
            iconst_1
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AllocationExpression.isMethodUseDeprecated:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;ZLorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;)Z
            ifeq 125
       124: .line 507
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.deprecatedMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V
       125: .line 509
      StackMap locals:
      StackMap stack:
            aload 1 /* scope */
            aconst_null
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.argumentTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.argsContainCast:Z
            aload 0 /* this */
            invokestatic org.eclipse.jdt.internal.compiler.ast.AllocationExpression.checkInvocationArguments:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Lorg/eclipse/jdt/internal/compiler/ast/Expression;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;ZLorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;)Z
            ifeq 127
       126: .line 510
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.bits:I
            ldc 65536
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.bits:I
       127: .line 512
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 129
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_TYPE_VARIABLES:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            if_acmpne 129
       128: .line 513
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.genericTypeArguments:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.unnecessaryTypeArgumentsForMethodInvocation:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;)V
       129: .line 515
      StackMap locals:
      StackMap stack:
            iload 2 /* isDiamond */
            ifne 131
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isParameterizedTypeWithActualArguments:()Z
            ifeq 131
       130: .line 516
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AllocationExpression.checkTypeArgumentRedundancy:(Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
       131: .line 518
      StackMap locals:
      StackMap stack:
            aload 3 /* compilerOptions */
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.isAnnotationBasedNullAnalysisEnabled:Z
            ifeq 141
       132: .line 519
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 1 /* scope */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.ImplicitNullAnnotationVerifier.ensureNullnessIsKnown:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)V
       133: .line 520
            aload 3 /* compilerOptions */
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.sourceLevel:J
            ldc 3407872
            lcmp
            iflt 141
       134: .line 521
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            instanceof org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
            ifeq 141
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 141
       135: .line 522
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:()[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            astore 6 /* typeVariables */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] typeVariables
       136: .line 523
            iconst_0
            istore 7 /* i */
        start local 7 // int i
       137: goto 140
       138: .line 524
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iload 7 /* i */
            aaload
            aload 1 /* scope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
            aload 6 /* typeVariables */
            iload 7 /* i */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.checkNullConstraints:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/Substitution;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I)V
       139: .line 523
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
       140: iload 7 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            arraylength
            if_icmplt 138
        end local 7 // int i
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] typeVariables
       141: .line 528
      StackMap locals:
      StackMap stack:
            aload 3 /* compilerOptions */
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.sourceLevel:J
            ldc 3407872
            lcmp
            iflt 144
       142: .line 529
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.getTypeAnnotations:()[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_ANNOTATIONS:[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            if_acmpeq 144
       143: .line 530
            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.AllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.getTypeAnnotations:()[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createAnnotatedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
       144: .line 532
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 4 // long sourceLevel
        end local 3 // org.eclipse.jdt.internal.compiler.impl.CompilerOptions compilerOptions
        end local 2 // boolean isDiamond
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0  145     0                  this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;
            0  145     1                 scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            3  145     2             isDiamond  Z
            4  145     3       compilerOptions  Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            5  145     4           sourceLevel  J
           15   27     6           currentType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           20   27     7                  qRef  Lorg/eclipse/jdt/internal/compiler/ast/ParameterizedQualifiedTypeReference;
           21   27     8                     i  I
           29   54     6                length  I
           34   42     7                     i  I
           36   40     8         typeReference  Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
           48   53     7                     i  I
           49   53     8                   max  I
           57   93     6                length  I
           59   71     7                     i  I
           61   69     8              argument  Lorg/eclipse/jdt/internal/compiler/ast/Expression;
           76   92     7            pseudoArgs  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           77   82     8                     i  I
           85   92     8          closestMatch  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           90   92     9  closestMatchOriginal  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
          108  111     6               lastArg  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
          136  141     6         typeVariables  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
          137  141     7                     i  I
    MethodParameters:
       Name  Flags
      scope  

  void checkIllegalNullAnnotation(org.eclipse.jdt.internal.compiler.lookup.BlockScope, org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding allocationType
         0: .line 539
            aload 2 /* allocationType */
            ifnull 6
         1: .line 541
            aload 2 /* allocationType */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.tagBits:J
            ldc 108086391056891904
            land
            lstore 3 /* nullTagBits */
        start local 3 // long nullTagBits
         2: .line 542
            lload 3 /* nullTagBits */
            lconst_0
            lcmp
            ifeq 6
         3: .line 543
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            lload 3 /* nullTagBits */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.findAnnotation:(J)Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            astore 5 /* annotation */
        start local 5 // org.eclipse.jdt.internal.compiler.ast.Annotation annotation
         4: .line 544
            aload 5 /* annotation */
            ifnull 6
         5: .line 545
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 5 /* annotation */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.nullAnnotationUnsupportedLocation:(Lorg/eclipse/jdt/internal/compiler/ast/Annotation;)V
        end local 5 // org.eclipse.jdt.internal.compiler.ast.Annotation annotation
        end local 3 // long nullTagBits
         6: .line 548
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding allocationType
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;
            0    7     1           scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0    7     2  allocationType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            2    6     3     nullTagBits  J
            4    6     5      annotation  Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
    MethodParameters:
                Name  Flags
      scope           
      allocationType  

  public boolean isBoxingCompatibleWith(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding targetType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 553
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AllocationExpression.isPolyExpression:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            aload 2 /* scope */
            aload 1 /* targetType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.boxing:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AllocationExpression.isCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding targetType
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;
            0    3     1  targetType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    3     2       scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
    MethodParameters:
            Name  Flags
      targetType  
      scope       

  public boolean isCompatibleWith(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding targetType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 558
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.argumentsHaveErrors:Z
            ifne 1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnull 1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifeq 1
            aload 1 /* targetType */
            ifnull 1
            aload 2 /* scope */
            ifnonnull 2
         1: .line 559
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 560
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 3 /* allocationType */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding allocationType
         3: .line 561
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AllocationExpression.isPolyExpression:()Z
            ifeq 20
         4: .line 562
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeExpected:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 4 /* originalExpectedType */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding originalExpectedType
         5: .line 564
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.solutionsPerTargetType:Ljava/util/HashMap;
            ifnull 6
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.solutionsPerTargetType:Ljava/util/HashMap;
            aload 1 /* targetType */
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.lookup.MethodBinding
            goto 7
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
         6: aconst_null
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.MethodBinding
         7: astore 5 /* method */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding method
         8: .line 565
            aload 5 /* method */
            ifnonnull 14
         9: .line 566
            aload 0 /* this */
            aload 1 /* targetType */
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeExpected:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        10: .line 567
            aload 0 /* this */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AllocationExpression.inferConstructorOfElidedParameterizedType:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 5 /* method */
        11: .line 568
            aload 5 /* method */
            ifnull 12
            aload 5 /* method */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifne 14
        12: .line 573
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            aload 0 /* this */
            aload 4 /* originalExpectedType */
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeExpected:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        13: .line 569
            iconst_0
            ireturn
        14: .line 571
      StackMap locals:
      StackMap stack:
            aload 5 /* method */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 3 /* allocationType */
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding method
        15: .line 572
            goto 19
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.AllocationExpression org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.Scope org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack: java.lang.Throwable
        16: astore 6
        17: .line 573
            aload 0 /* this */
            aload 4 /* originalExpectedType */
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeExpected:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        18: .line 574
            aload 6
            athrow
        19: .line 573
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* originalExpectedType */
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeExpected:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding originalExpectedType
        20: .line 576
      StackMap locals:
      StackMap stack:
            aload 3 /* allocationType */
            ifnull 21
            aload 3 /* allocationType */
            aload 1 /* targetType */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
            ifeq 21
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        21: iconst_0
            ireturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding allocationType
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding targetType
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   22     0                  this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;
            0   22     1            targetType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   22     2                 scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            3   22     3        allocationType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            5   20     4  originalExpectedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            8   15     5                method  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
      Exception table:
        from    to  target  type
           5    12      16  any
          14    16      16  any
    MethodParameters:
            Name  Flags
      targetType  
      scope       final

  public org.eclipse.jdt.internal.compiler.lookup.MethodBinding inferConstructorOfElidedParameterizedType(org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 580
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeExpected:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 6
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnull 6
         1: .line 581
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.solutionsPerTargetType:Ljava/util/HashMap;
            ifnull 2
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.solutionsPerTargetType:Ljava/util/HashMap;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeExpected:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.lookup.MethodBinding
            goto 3
      StackMap locals:
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.MethodBinding
         3: astore 2 /* cached */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding cached
         4: .line 582
            aload 2 /* cached */
            ifnull 6
         5: .line 583
            aload 2 /* cached */
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding cached
         6: .line 585
      StackMap locals:
      StackMap stack:
            iconst_1
            newarray 4
            astore 2 /* inferredReturnTypeOut */
        start local 2 // boolean[] inferredReturnTypeOut
         7: .line 586
            aload 1 /* scope */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.argumentTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* inferredReturnTypeOut */
            invokestatic org.eclipse.jdt.internal.compiler.ast.AllocationExpression.inferDiamondConstructor:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Z)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 3 /* constructor */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding constructor
         8: .line 587
            aload 3 /* constructor */
            ifnull 15
         9: .line 588
            aload 0 /* this */
            aload 2 /* inferredReturnTypeOut */
            iconst_0
            baload
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.inferredReturnType:Z
        10: .line 589
            aload 3 /* constructor */
            instanceof org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
            ifeq 13
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.sourceLevel:J
            ldc 3407872
            lcmp
            iflt 13
        11: .line 591
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.expressionContext:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
            getstatic org.eclipse.jdt.internal.compiler.ast.ExpressionContext.INVOCATION_CONTEXT:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
            if_acmpne 13
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeExpected:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnonnull 13
        12: .line 592
            aload 3 /* constructor */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.shallowOriginal:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.argumentTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 1 /* scope */
            aload 0 /* this */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding.computeCompatibleMethod18:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 3 /* constructor */
        13: .line 594
      StackMap locals: boolean[] org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeExpected:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 15
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeExpected:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isProperType:(Z)Z
            ifeq 15
        14: .line 595
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeExpected:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 3 /* constructor */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AllocationExpression.registerResult:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
        15: .line 597
      StackMap locals:
      StackMap stack:
            aload 3 /* constructor */
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding constructor
        end local 2 // boolean[] inferredReturnTypeOut
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   16     0                   this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;
            0   16     1                  scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            4    6     2                 cached  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            7   16     2  inferredReturnTypeOut  [Z
            8   16     3            constructor  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    MethodParameters:
       Name  Flags
      scope  final

  public static org.eclipse.jdt.internal.compiler.lookup.MethodBinding inferDiamondConstructor(org.eclipse.jdt.internal.compiler.lookup.Scope, org.eclipse.jdt.internal.compiler.lookup.InvocationSite, org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.TypeBinding[], boolean[]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Z)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=14, args_size=5
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.InvocationSite site
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] argumentTypes
        start local 4 // boolean[] inferredReturnTypeOut
         0: .line 601
            aload 2 /* type */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.genericType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 5 /* genericType */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
         1: .line 602
            aload 2 /* type */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 6 /* enclosingType */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
         2: .line 603
            aload 0 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.environment:()Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 5 /* genericType */
            aload 5 /* genericType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.typeVariables:()[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            aload 6 /* enclosingType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createParameterizedType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;
            astore 7 /* allocationType */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding allocationType
         3: .line 606
            aload 0 /* scope */
            aload 7 /* allocationType */
            aload 6 /* enclosingType */
            aload 3 /* argumentTypes */
            aload 1 /* site */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.getStaticFactory:(Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;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 8 /* factory */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding factory
         4: .line 607
            aload 8 /* factory */
            instanceof org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
            ifeq 20
            aload 8 /* factory */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifeq 20
         5: .line 608
            aload 8 /* factory */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
            astore 9 /* genericFactory */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding genericFactory
         6: .line 609
            aload 4 /* inferredReturnTypeOut */
            iconst_0
            aload 9 /* genericFactory */
            getfield org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding.inferredReturnType:Z
            bastore
         7: .line 610
            aload 8 /* factory */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.SyntheticFactoryMethodBinding
            astore 10 /* sfmb */
        start local 10 // org.eclipse.jdt.internal.compiler.lookup.SyntheticFactoryMethodBinding sfmb
         8: .line 611
            aload 10 /* sfmb */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SyntheticFactoryMethodBinding.getConstructor:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.typeVariables:()[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            astore 11 /* constructorTypeVariables */
        start local 11 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] constructorTypeVariables
         9: .line 612
            aload 11 /* constructorTypeVariables */
            ifnull 10
            aload 11 /* constructorTypeVariables */
            arraylength
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            goto 11
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.Scope org.eclipse.jdt.internal.compiler.lookup.InvocationSite org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] boolean[] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding org.eclipse.jdt.internal.compiler.lookup.SyntheticFactoryMethodBinding org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[]
      StackMap stack:
        10: getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_TYPES:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]
        11: astore 12 /* constructorTypeArguments */
        start local 12 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] constructorTypeArguments
        12: .line 613
            aload 12 /* constructorTypeArguments */
            arraylength
            ifle 16
        13: .line 614
            aload 8 /* factory */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
            getfield org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding.typeArguments:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 10 /* sfmb */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SyntheticFactoryMethodBinding.typeVariables:()[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            arraylength
            aload 12 /* constructorTypeArguments */
            arraylength
            isub
        14: .line 615
            aload 12 /* constructorTypeArguments */
            iconst_0
            aload 12 /* constructorTypeArguments */
            arraylength
        15: .line 614
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        16: .line 616
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]
      StackMap stack:
            aload 7 /* allocationType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.isInterface:()Z
            ifeq 19
        17: .line 617
            aload 8 /* factory */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
            astore 13 /* parameterizedType */
        start local 13 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding parameterizedType
        18: .line 618
            new org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding
            dup
            aload 13 /* parameterizedType */
            aload 10 /* sfmb */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SyntheticFactoryMethodBinding.getConstructor:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
            areturn
        end local 13 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding parameterizedType
        19: .line 620
      StackMap locals:
      StackMap stack:
            aload 10 /* sfmb */
            aload 8 /* factory */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
            getfield org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.arguments:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 12 /* constructorTypeArguments */
            aload 9 /* genericFactory */
            getfield org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding.inferredWithUncheckedConversion:Z
            aload 1 /* site */
            invokeinterface org.eclipse.jdt.internal.compiler.lookup.InvocationSite.invocationTargetType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SyntheticFactoryMethodBinding.applyTypeArgumentsOnConstructor:([Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;ZLorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding;
            areturn
        end local 12 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] constructorTypeArguments
        end local 11 // org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding[] constructorTypeVariables
        end local 10 // org.eclipse.jdt.internal.compiler.lookup.SyntheticFactoryMethodBinding sfmb
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding genericFactory
        20: .line 622
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.Scope org.eclipse.jdt.internal.compiler.lookup.InvocationSite org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] boolean[] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            aconst_null
            areturn
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding factory
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding allocationType
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
        end local 4 // boolean[] inferredReturnTypeOut
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] argumentTypes
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.InvocationSite site
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   21     0                     scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            0   21     1                      site  Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;
            0   21     2                      type  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   21     3             argumentTypes  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   21     4     inferredReturnTypeOut  [Z
            1   21     5               genericType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            2   21     6             enclosingType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            3   21     7            allocationType  Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;
            4   21     8                   factory  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            6   20     9            genericFactory  Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding;
            8   20    10                      sfmb  Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticFactoryMethodBinding;
            9   20    11  constructorTypeVariables  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
           12   20    12  constructorTypeArguments  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           18   19    13         parameterizedType  Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;
    MethodParameters:
                       Name  Flags
      scope                  
      site                   
      type                   
      argumentTypes          
      inferredReturnTypeOut  

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] inferElidedTypes(org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 625
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AllocationExpression.inferElidedTypes:(Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;
            0    1     1  scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
    MethodParameters:
       Name  Flags
      scope  final

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] inferElidedTypes(org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding, org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding parameterizedType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 629
            aload 1 /* parameterizedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.genericType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 3 /* genericType */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
         1: .line 630
            aload 1 /* parameterizedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 4 /* enclosingType */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
         2: .line 631
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.environment:()Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 3 /* genericType */
            aload 3 /* genericType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.typeVariables:()[Lorg/eclipse/jdt/internal/compiler/lookup/TypeVariableBinding;
            aload 4 /* enclosingType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.createParameterizedType:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;
            astore 5 /* allocationType */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding allocationType
         3: .line 638
            aload 2 /* scope */
            aload 5 /* allocationType */
            aload 4 /* enclosingType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.argumentTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.getStaticFactory:(Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;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 /* factory */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding factory
         4: .line 639
            aload 6 /* factory */
            instanceof org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
            ifeq 8
            aload 6 /* factory */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifeq 8
         5: .line 640
            aload 6 /* factory */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding
            astore 7 /* genericFactory */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding genericFactory
         6: .line 641
            aload 0 /* this */
            aload 7 /* genericFactory */
            getfield org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding.inferredReturnType:Z
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.inferredReturnType:Z
         7: .line 642
            aload 6 /* factory */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
            getfield org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.arguments:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding genericFactory
         8: .line 644
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.AllocationExpression org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding org.eclipse.jdt.internal.compiler.lookup.Scope org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            aconst_null
            areturn
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding factory
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding allocationType
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enclosingType
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding genericType
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding parameterizedType
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;
            0    9     1  parameterizedType  Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;
            0    9     2              scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            1    9     3        genericType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            2    9     4      enclosingType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            3    9     5     allocationType  Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;
            4    9     6            factory  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            6    8     7     genericFactory  Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding;
    MethodParameters:
                   Name  Flags
      parameterizedType  
      scope              final

  public void checkTypeArgumentRedundancy(org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding, org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding allocationType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
         0: .line 648
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            ldc 16778100
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.computeSeverity:(I)I
            sipush 256
            if_icmpeq 1
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.sourceLevel:J
            ldc 3342336
            lcmp
            ifge 2
      StackMap locals:
      StackMap stack:
         1: return
         2: .line 649
      StackMap locals:
      StackMap stack:
            aload 1 /* allocationType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.arguments:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnonnull 3
            return
         3: .line 650
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.genericTypeArguments:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 4
            return
         4: .line 651
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnonnull 5
            return
         5: .line 652
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.argumentTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_PARAMETERS:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            if_acmpne 17
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeExpected:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            instanceof org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
            ifeq 17
         6: .line 653
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeExpected:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
            astore 3 /* expected */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding expected
         7: .line 654
            aload 3 /* expected */
            getfield org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.arguments:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 17
            aload 1 /* allocationType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.arguments:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            aload 3 /* expected */
            getfield org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.arguments:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            if_icmpne 17
         8: .line 658
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         9: goto 13
        10: .line 659
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding int
      StackMap stack:
            aload 1 /* allocationType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.arguments:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 4 /* i */
            aaload
            aload 3 /* expected */
            getfield org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.arguments:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 4 /* 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 12
        11: .line 660
            goto 14
        12: .line 658
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 4 /* i */
            aload 1 /* allocationType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.arguments:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            if_icmplt 10
        14: .line 662
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            aload 1 /* allocationType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.arguments:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            if_icmpne 17
        15: .line 663
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            aload 1 /* allocationType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.arguments:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.redundantSpecificationOfTypeArguments:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        16: .line 664
            return
        end local 4 // int i
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding expected
        17: .line 669
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.bits:I
            istore 4 /* previousBits */
        start local 4 // int previousBits
        18: .line 673
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.bits:I
            ldc 524288
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.TypeReference.bits:I
        19: .line 674
            aload 0 /* this */
            aload 1 /* allocationType */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AllocationExpression.inferElidedTypes:(Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 3 /* inferredTypes */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] inferredTypes
        20: .line 675
            goto 24
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] inferredTypes
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.AllocationExpression org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding org.eclipse.jdt.internal.compiler.lookup.BlockScope top int
      StackMap stack: java.lang.Throwable
        21: astore 5
        22: .line 677
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iload 4 /* previousBits */
            putfield org.eclipse.jdt.internal.compiler.ast.TypeReference.bits:I
        23: .line 678
            aload 5
            athrow
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] inferredTypes
        24: .line 677
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.AllocationExpression org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iload 4 /* previousBits */
            putfield org.eclipse.jdt.internal.compiler.ast.TypeReference.bits:I
        25: .line 679
            aload 3 /* inferredTypes */
            ifnonnull 27
        26: .line 680
            return
        27: .line 682
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        28: goto 32
        29: .line 683
      StackMap locals: int
      StackMap stack:
            aload 3 /* inferredTypes */
            iload 5 /* i */
            aaload
            aload 1 /* allocationType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.arguments:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 5 /* 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 31
        30: .line 684
            return
        31: .line 682
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        32: iload 5 /* i */
            aload 3 /* inferredTypes */
            arraylength
            if_icmplt 29
        end local 5 // int i
        33: .line 686
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            aload 1 /* allocationType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.arguments:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.redundantSpecificationOfTypeArguments:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        34: .line 687
            return
        end local 4 // int previousBits
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] inferredTypes
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding allocationType
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   35     0            this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;
            0   35     1  allocationType  Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;
            0   35     2           scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            7   17     3        expected  Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;
            9   17     4               i  I
           20   21     3   inferredTypes  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           24   35     3   inferredTypes  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           18   35     4    previousBits  I
           28   33     5               i  I
      Exception table:
        from    to  target  type
          18    21      21  any
    MethodParameters:
                Name  Flags
      allocationType  
      scope           final

  public void setActualReceiverType(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding receiverType
         0: .line 692
            return
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding receiverType
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;
            0    1     1  receiverType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    MethodParameters:
              Name  Flags
      receiverType  

  public void setDepth(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
        start local 1 // int i
         0: .line 697
            return
        end local 1 // int i
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public void setFieldIndex(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
        start local 1 // int i
         0: .line 702
            return
        end local 1 // int i
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  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.AllocationExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.ASTVisitor visitor
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
         0: .line 706
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ASTVisitor.visit:(Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Z
            ifeq 17
         1: .line 707
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 8
         2: .line 708
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            arraylength
            istore 4 /* typeArgumentsLength */
        start local 4 // int typeArgumentsLength
         4: goto 7
         5: .line 709
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.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 708
            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 712
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 10
         9: .line 713
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.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 715
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            ifnull 17
        11: .line 716
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        12: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            arraylength
            istore 4 /* argumentsLength */
        start local 4 // int argumentsLength
        13: goto 16
        14: .line 717
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.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 716
            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 720
      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/AllocationExpression;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
        18: .line 721
            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.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   19     0                 this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;
            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 setExpectedType(org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding expectedType
         0: .line 727
            aload 0 /* this */
            aload 1 /* expectedType */
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeExpected:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
         1: .line 728
            return
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding expectedType
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;
            0    2     1  expectedType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
              Name  Flags
      expectedType  

  public void setExpressionContext(org.eclipse.jdt.internal.compiler.ast.ExpressionContext);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.ExpressionContext context
         0: .line 732
            aload 0 /* this */
            aload 1 /* context */
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.expressionContext:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
         1: .line 733
            return
        end local 1 // org.eclipse.jdt.internal.compiler.ast.ExpressionContext context
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;
            0    2     1  context  Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
    MethodParameters:
         Name  Flags
      context  

  public boolean isPolyExpression();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
         0: .line 737
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AllocationExpression.isPolyExpression:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;

  public boolean isPolyExpression(org.eclipse.jdt.internal.compiler.lookup.MethodBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding method
         0: .line 741
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.expressionContext:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
            getstatic org.eclipse.jdt.internal.compiler.ast.ExpressionContext.ASSIGNMENT_CONTEXT:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
            if_acmpeq 1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.expressionContext:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
            getstatic org.eclipse.jdt.internal.compiler.ast.ExpressionContext.INVOCATION_CONTEXT:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
            if_acmpne 3
         1: .line 742
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 3
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.bits:I
            ldc 524288
            iand
            ifeq 3
         2: .line 741
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding method
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;
            0    4     1  method  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    MethodParameters:
        Name  Flags
      method  

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding invocationTargetType();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
         0: .line 750
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeExpected:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;

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

  public org.eclipse.jdt.internal.compiler.lookup.MethodBinding binding();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
         0: .line 761
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;

  public org.eclipse.jdt.internal.compiler.ast.Expression[] arguments();
    descriptor: ()[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
         0: .line 765
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;

  public void registerInferenceContext(org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding, org.eclipse.jdt.internal.compiler.lookup.InferenceContext18);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/InferenceContext18;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding method
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.InferenceContext18 infCtx18
         0: .line 770
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.inferenceContexts:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
            ifnonnull 2
         1: .line 771
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.util.SimpleLookupTable
            dup
            invokespecial org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.<init>:()V
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.inferenceContexts:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
         2: .line 772
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.inferenceContexts:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
            aload 1 /* method */
            aload 2 /* infCtx18 */
            invokevirtual org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 773
            return
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.InferenceContext18 infCtx18
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding method
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;
            0    4     1    method  Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding;
            0    4     2  infCtx18  Lorg/eclipse/jdt/internal/compiler/lookup/InferenceContext18;
    MethodParameters:
          Name  Flags
      method    
      infCtx18  

  public void registerResult(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.MethodBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding targetType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding method
         0: .line 777
            aload 2 /* method */
            ifnull 4
            aload 2 /* method */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isConstructor:()Z
            ifeq 4
         1: .line 778
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.solutionsPerTargetType:Ljava/util/HashMap;
            ifnonnull 3
         2: .line 779
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.solutionsPerTargetType:Ljava/util/HashMap;
         3: .line 780
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.solutionsPerTargetType:Ljava/util/HashMap;
            aload 1 /* targetType */
            aload 2 /* method */
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 782
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding method
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding targetType
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;
            0    5     1  targetType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    5     2      method  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    MethodParameters:
            Name  Flags
      targetType  
      method      

  public org.eclipse.jdt.internal.compiler.lookup.InferenceContext18 getInferenceContext(org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/InferenceContext18;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding method
         0: .line 786
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.inferenceContexts:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
            ifnonnull 2
         1: .line 787
            aconst_null
            areturn
         2: .line 788
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.inferenceContexts:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
            aload 1 /* method */
            invokevirtual org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding method
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;
            0    3     1  method  Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding;
    MethodParameters:
        Name  Flags
      method  

  public void cleanUpInferenceContexts();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
         0: .line 793
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.inferenceContexts:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
            ifnonnull 2
         1: .line 794
            return
         2: .line 795
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.inferenceContexts:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
            getfield org.eclipse.jdt.internal.compiler.util.SimpleLookupTable.valueTable:[Ljava/lang/Object;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 7
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.AllocationExpression top int int java.lang.Object[]
      StackMap stack:
         3: aload 4
            iload 2
            aaload
            astore 1 /* value */
        start local 1 // java.lang.Object value
         4: .line 796
            aload 1 /* value */
            ifnull 6
         5: .line 797
            aload 1 /* value */
            checkcast org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.InferenceContext18.cleanUp:()V
        end local 1 // java.lang.Object value
         6: .line 795
      StackMap locals:
      StackMap stack:
            iinc 2 1
      StackMap locals:
      StackMap stack:
         7: iload 2
            iload 3
            if_icmplt 3
         8: .line 798
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.inferenceContexts:Lorg/eclipse/jdt/internal/compiler/util/SimpleLookupTable;
         9: .line 799
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.outerInferenceContext:Lorg/eclipse/jdt/internal/compiler/lookup/InferenceContext18;
        10: .line 800
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.solutionsPerTargetType:Ljava/util/HashMap;
        11: .line 801
            return
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;
            4    6     1  value  Ljava/lang/Object;

  public org.eclipse.jdt.internal.compiler.ast.ExpressionContext getExpressionContext();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
         0: .line 806
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.expressionContext:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;

  public org.eclipse.jdt.internal.compiler.lookup.InferenceContext18 freshInferenceContext(org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/InferenceContext18;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 810
            new org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
            dup
            aload 1 /* scope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.outerInferenceContext:Lorg/eclipse/jdt/internal/compiler/lookup/InferenceContext18;
            invokespecial org.eclipse.jdt.internal.compiler.lookup.InferenceContext18.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;[Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;Lorg/eclipse/jdt/internal/compiler/lookup/InferenceContext18;)V
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;
            0    1     1  scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
    MethodParameters:
       Name  Flags
      scope  

  public int nameSourceStart();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
         0: .line 814
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.enumConstant:Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            ifnull 2
         1: .line 815
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.enumConstant:Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.sourceStart:I
            ireturn
         2: .line 817
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.sourceStart:I
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;

  public int nameSourceEnd();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
         0: .line 821
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.enumConstant:Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            ifnull 2
         1: .line 822
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.enumConstant:Lorg/eclipse/jdt/internal/compiler/ast/FieldDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.FieldDeclaration.sourceEnd:I
            ireturn
         2: .line 824
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.sourceEnd:I
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;
}
SourceFile: "AllocationExpression.java"