public class org.eclipse.jdt.internal.compiler.ast.ReferenceExpression extends org.eclipse.jdt.internal.compiler.ast.FunctionalExpression implements org.eclipse.jdt.internal.compiler.ast.IPolyExpression, org.eclipse.jdt.internal.compiler.lookup.InvocationSite
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
  super_class: org.eclipse.jdt.internal.compiler.ast.FunctionalExpression
{
  private static final java.lang.String SecretReceiverVariableName;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: " rec_"

  private static final char[] ImplicitArgName;
    descriptor: [C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

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

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

  public char[] selector;
    descriptor: [C
    flags: (0x0001) ACC_PUBLIC

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

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

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

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

  private boolean typeArgumentsHaveErrors;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

  private int depth;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

  private boolean receiverPrecedesParameters;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] freeParameters;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0002) ACC_PRIVATE

  private boolean checkingPotentialCompatibility;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] potentialMethods;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    flags: (0x0002) ACC_PRIVATE

  protected org.eclipse.jdt.internal.compiler.ast.ReferenceExpression original;
    descriptor: Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
    flags: (0x0004) ACC_PROTECTED

  private java.util.HashMap<org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.ast.ReferenceExpression> copiesPerTargetType;
    descriptor: Ljava/util/HashMap;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/HashMap<Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;>;

  public char[] text;
    descriptor: [C
    flags: (0x0001) ACC_PUBLIC

  private java.util.HashMap<org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding, org.eclipse.jdt.internal.compiler.lookup.InferenceContext18> inferenceContexts;
    descriptor: Ljava/util/HashMap;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/HashMap<Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/InferenceContext18;>;

  private org.eclipse.jdt.internal.compiler.parser.Scanner scanner;
    descriptor: Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 102
            ldc " arg"
            invokevirtual java.lang.String.toCharArray:()[C
            putstatic org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.ImplicitArgName:[C
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.eclipse.jdt.internal.compiler.parser.Scanner);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/parser/Scanner;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.parser.Scanner scanner
         0: .line 133
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.ast.FunctionalExpression.<init>:()V
         1: .line 119
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverPrecedesParameters:Z
         2: .line 122
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_METHODS:[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.potentialMethods:[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
         3: .line 134
            aload 0 /* this */
            aload 0 /* this */
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.original:Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
         4: .line 135
            aload 0 /* this */
            aload 1 /* scanner */
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
         5: .line 136
            return
        end local 1 // org.eclipse.jdt.internal.compiler.parser.Scanner scanner
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            0    6     1  scanner  Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
    MethodParameters:
         Name  Flags
      scanner  

  public void initialize(org.eclipse.jdt.internal.compiler.CompilationResult, org.eclipse.jdt.internal.compiler.ast.Expression, org.eclipse.jdt.internal.compiler.ast.TypeReference[], char[], int);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/CompilationResult;Lorg/eclipse/jdt/internal/compiler/ast/Expression;[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;[CI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.CompilationResult result
        start local 2 // org.eclipse.jdt.internal.compiler.ast.Expression expression
        start local 3 // org.eclipse.jdt.internal.compiler.ast.TypeReference[] optionalTypeArguments
        start local 4 // char[] identifierOrNew
        start local 5 // int sourceEndPosition
         0: .line 139
            aload 0 /* this */
            aload 1 /* result */
            invokespecial org.eclipse.jdt.internal.compiler.ast.FunctionalExpression.setCompilationResult:(Lorg/eclipse/jdt/internal/compiler/CompilationResult;)V
         1: .line 140
            aload 0 /* this */
            aload 2 /* expression */
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
         2: .line 141
            aload 0 /* this */
            aload 3 /* optionalTypeArguments */
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
         3: .line 142
            aload 0 /* this */
            aload 4 /* identifierOrNew */
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.selector:[C
         4: .line 143
            aload 0 /* this */
            aload 2 /* expression */
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.sourceStart:I
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.sourceStart:I
         5: .line 144
            aload 0 /* this */
            iload 5 /* sourceEndPosition */
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.sourceEnd:I
         6: .line 145
            return
        end local 5 // int sourceEndPosition
        end local 4 // char[] identifierOrNew
        end local 3 // org.eclipse.jdt.internal.compiler.ast.TypeReference[] optionalTypeArguments
        end local 2 // org.eclipse.jdt.internal.compiler.ast.Expression expression
        end local 1 // org.eclipse.jdt.internal.compiler.CompilationResult result
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    7     0                   this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            0    7     1                 result  Lorg/eclipse/jdt/internal/compiler/CompilationResult;
            0    7     2             expression  Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            0    7     3  optionalTypeArguments  [Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            0    7     4        identifierOrNew  [C
            0    7     5      sourceEndPosition  I
    MethodParameters:
                       Name  Flags
      result                 
      expression             
      optionalTypeArguments  
      identifierOrNew        
      sourceEndPosition      

  private org.eclipse.jdt.internal.compiler.ast.ReferenceExpression copy();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=5, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
         0: .line 148
            new org.eclipse.jdt.internal.compiler.parser.Parser
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.enclosingScope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            iconst_0
            invokespecial org.eclipse.jdt.internal.compiler.parser.Parser.<init>:(Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;Z)V
            astore 1 /* parser */
        start local 1 // org.eclipse.jdt.internal.compiler.parser.Parser parser
         1: .line 149
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.compilationResult:Lorg/eclipse/jdt/internal/compiler/CompilationResult;
            invokevirtual org.eclipse.jdt.internal.compiler.CompilationResult.getCompilationUnit:()Lorg/eclipse/jdt/internal/compiler/env/ICompilationUnit;
            astore 2 /* compilationUnit */
        start local 2 // org.eclipse.jdt.internal.compiler.env.ICompilationUnit compilationUnit
         2: .line 150
            aload 2 /* compilationUnit */
            ifnull 3
            aload 2 /* compilationUnit */
            invokeinterface org.eclipse.jdt.internal.compiler.env.ICompilationUnit.getContents:()[C
            goto 4
      StackMap locals: org.eclipse.jdt.internal.compiler.parser.Parser org.eclipse.jdt.internal.compiler.env.ICompilationUnit
      StackMap stack:
         3: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.text:[C
      StackMap locals:
      StackMap stack: char[]
         4: astore 3 /* source */
        start local 3 // char[] source
         5: .line 151
            aload 1 /* parser */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
            putfield org.eclipse.jdt.internal.compiler.parser.Parser.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
         6: .line 152
            aload 1 /* parser */
            aload 3 /* source */
            aload 2 /* compilationUnit */
            ifnull 7
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.sourceStart:I
            goto 8
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.parser.Parser org.eclipse.jdt.internal.compiler.env.ICompilationUnit char[]
      StackMap stack: org.eclipse.jdt.internal.compiler.parser.Parser char[]
         7: iconst_0
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.parser.Parser org.eclipse.jdt.internal.compiler.env.ICompilationUnit char[]
      StackMap stack: org.eclipse.jdt.internal.compiler.parser.Parser char[] int
         8: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.sourceEnd:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.sourceStart:I
            isub
            iconst_1
            iadd
         9: .line 153
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.enclosingScope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.referenceCompilationUnit:()Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            iconst_0
        10: .line 152
            invokevirtual org.eclipse.jdt.internal.compiler.parser.Parser.parseExpression:([CIILorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;Z)Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            checkcast org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
            astore 4 /* copy */
        start local 4 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression copy
        11: .line 154
            aload 4 /* copy */
            aload 0 /* this */
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.original:Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
        12: .line 155
            aload 4 /* copy */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.sourceStart:I
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.sourceStart:I
        13: .line 156
            aload 4 /* copy */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.sourceEnd:I
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.sourceEnd:I
        14: .line 157
            aload 4 /* copy */
            areturn
        end local 4 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression copy
        end local 3 // char[] source
        end local 2 // org.eclipse.jdt.internal.compiler.env.ICompilationUnit compilationUnit
        end local 1 // org.eclipse.jdt.internal.compiler.parser.Parser parser
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   15     0             this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            1   15     1           parser  Lorg/eclipse/jdt/internal/compiler/parser/Parser;
            2   15     2  compilationUnit  Lorg/eclipse/jdt/internal/compiler/env/ICompilationUnit;
            5   15     3           source  [C
           11   15     4             copy  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;

  private boolean shouldGenerateSecretReceiverVariable();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
         0: .line 161
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isMethodReference:()Z
            ifeq 6
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.haveReceiver:Z
            ifeq 6
         1: .line 162
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            instanceof org.eclipse.jdt.internal.compiler.ast.Invocation
            ifeq 3
         2: .line 163
            iconst_1
            ireturn
         3: .line 165
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$1
            dup
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$1.<init>:(Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;)V
         4: .line 184
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$1.accessesnonFinalOuterLocals:()Z
         5: .line 165
            ireturn
         6: .line 187
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;

  public void generateImplicitLambda(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=10, locals=16, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression 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 191
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.copy:()Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            astore 4 /* copy */
        start local 4 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression copy
         1: .line 193
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 5 /* argc */
        start local 5 // int argc
         2: .line 195
            new org.eclipse.jdt.internal.compiler.ast.LambdaExpression
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.compilationResult:Lorg/eclipse/jdt/internal/compiler/CompilationResult;
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.modifiers:I
            ldc 1073741824
            iand
            ifeq 3
            iconst_1
            goto 4
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.codegen.CodeStream int org.eclipse.jdt.internal.compiler.ast.ReferenceExpression int
      StackMap stack: new 2 new 2 org.eclipse.jdt.internal.compiler.CompilationResult int
         3: iconst_0
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.codegen.CodeStream int org.eclipse.jdt.internal.compiler.ast.ReferenceExpression int
      StackMap stack: new 2 new 2 org.eclipse.jdt.internal.compiler.CompilationResult int int
         4: invokespecial org.eclipse.jdt.internal.compiler.ast.LambdaExpression.<init>:(Lorg/eclipse/jdt/internal/compiler/CompilationResult;ZZ)V
            astore 6 /* implicitLambda */
        start local 6 // org.eclipse.jdt.internal.compiler.ast.LambdaExpression implicitLambda
         5: .line 196
            iload 5 /* argc */
            anewarray org.eclipse.jdt.internal.compiler.ast.Argument
            astore 7 /* arguments */
        start local 7 // org.eclipse.jdt.internal.compiler.ast.Argument[] arguments
         6: .line 197
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         7: goto 10
         8: .line 198
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.LambdaExpression org.eclipse.jdt.internal.compiler.ast.Argument[] int
      StackMap stack:
            aload 7 /* arguments */
            iload 8 /* i */
            new org.eclipse.jdt.internal.compiler.ast.Argument
            dup
            getstatic org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.ImplicitArgName:[C
            iload 8 /* i */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.String.toCharArray:()[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.append:([C[C)[C
            lconst_0
            aconst_null
            iconst_0
            iconst_1
            invokespecial org.eclipse.jdt.internal.compiler.ast.Argument.<init>:([CJLorg/eclipse/jdt/internal/compiler/ast/TypeReference;IZ)V
            aastore
         9: .line 197
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 8 /* i */
            iload 5 /* argc */
            if_icmplt 8
        end local 8 // int i
        11: .line 199
            aload 6 /* implicitLambda */
            aload 7 /* arguments */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.LambdaExpression.setArguments:([Lorg/eclipse/jdt/internal/compiler/ast/Argument;)V
        12: .line 200
            aload 6 /* implicitLambda */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.expressionContext:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.LambdaExpression.setExpressionContext:(Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;)V
        13: .line 201
            aload 6 /* implicitLambda */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.expectedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.LambdaExpression.setExpectedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        14: .line 203
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverPrecedesParameters:Z
            ifeq 15
            iconst_1
            goto 16
      StackMap locals:
      StackMap stack:
        15: iconst_0
      StackMap locals:
      StackMap stack: int
        16: istore 8 /* parameterShift */
        start local 8 // int parameterShift
        17: .line 204
            iload 5 /* argc */
            iload 8 /* parameterShift */
            isub
            anewarray org.eclipse.jdt.internal.compiler.ast.SingleNameReference
            astore 9 /* argv */
        start local 9 // org.eclipse.jdt.internal.compiler.ast.Expression[] argv
        18: .line 205
            iconst_0
            istore 10 /* i */
        start local 10 // int i
        19: aload 9 /* argv */
            arraylength
            istore 11 /* length */
        start local 11 // int length
        20: goto 24
        21: .line 206
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.codegen.CodeStream int org.eclipse.jdt.internal.compiler.ast.ReferenceExpression int org.eclipse.jdt.internal.compiler.ast.LambdaExpression org.eclipse.jdt.internal.compiler.ast.Argument[] int org.eclipse.jdt.internal.compiler.ast.Expression[] int int
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.ImplicitArgName:[C
            iload 10 /* i */
            iload 8 /* parameterShift */
            iadd
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.String.toCharArray:()[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.append:([C[C)[C
            astore 12 /* name */
        start local 12 // char[] name
        22: .line 207
            aload 9 /* argv */
            iload 10 /* i */
            new org.eclipse.jdt.internal.compiler.ast.SingleNameReference
            dup
            aload 12 /* name */
            lconst_0
            invokespecial org.eclipse.jdt.internal.compiler.ast.SingleNameReference.<init>:([CJ)V
            aastore
        end local 12 // char[] name
        23: .line 205
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 10 /* i */
            iload 11 /* length */
            if_icmplt 21
        end local 11 // int length
        end local 10 // int i
        25: .line 209
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.shouldGenerateSecretReceiverVariable:()Z
            istore 10 /* generateSecretReceiverVariable */
        start local 10 // boolean generateSecretReceiverVariable
        26: .line 210
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isMethodReference:()Z
            ifeq 44
        27: .line 211
            iload 10 /* generateSecretReceiverVariable */
            ifeq 31
        28: .line 212
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* currentScope */
            aload 2 /* codeStream */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.generateCode:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;Z)V
        29: .line 213
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.store:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;Z)V
        30: .line 214
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.addVariable:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)V
        31: .line 216
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.codegen.CodeStream int org.eclipse.jdt.internal.compiler.ast.ReferenceExpression int org.eclipse.jdt.internal.compiler.ast.LambdaExpression org.eclipse.jdt.internal.compiler.ast.Argument[] int org.eclipse.jdt.internal.compiler.ast.Expression[] int
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.ast.MessageSend
            dup
            invokespecial org.eclipse.jdt.internal.compiler.ast.MessageSend.<init>:()V
            astore 11 /* message */
        start local 11 // org.eclipse.jdt.internal.compiler.ast.MessageSend message
        32: .line 217
            aload 11 /* message */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.selector:[C
            putfield org.eclipse.jdt.internal.compiler.ast.MessageSend.selector:[C
        33: .line 218
            iload 10 /* generateSecretReceiverVariable */
            ifeq 34
            new org.eclipse.jdt.internal.compiler.ast.SingleNameReference
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.name:[C
            lconst_0
            invokespecial org.eclipse.jdt.internal.compiler.ast.SingleNameReference.<init>:([CJ)V
            goto 35
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.MessageSend
      StackMap stack:
        34: aload 4 /* copy */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.Expression
        35: astore 12 /* receiver */
        start local 12 // org.eclipse.jdt.internal.compiler.ast.Expression receiver
        36: .line 219
            aload 11 /* message */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverPrecedesParameters:Z
            ifeq 38
        37: .line 220
            new org.eclipse.jdt.internal.compiler.ast.SingleNameReference
            dup
            getstatic org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.ImplicitArgName:[C
            iconst_0
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.String.toCharArray:()[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.append:([C[C)[C
            lconst_0
            invokespecial org.eclipse.jdt.internal.compiler.ast.SingleNameReference.<init>:([CJ)V
            goto 39
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.codegen.CodeStream int org.eclipse.jdt.internal.compiler.ast.ReferenceExpression int org.eclipse.jdt.internal.compiler.ast.LambdaExpression org.eclipse.jdt.internal.compiler.ast.Argument[] int org.eclipse.jdt.internal.compiler.ast.Expression[] int org.eclipse.jdt.internal.compiler.ast.MessageSend org.eclipse.jdt.internal.compiler.ast.Expression
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.MessageSend
        38: aload 12 /* receiver */
        39: .line 219
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.codegen.CodeStream int org.eclipse.jdt.internal.compiler.ast.ReferenceExpression int org.eclipse.jdt.internal.compiler.ast.LambdaExpression org.eclipse.jdt.internal.compiler.ast.Argument[] int org.eclipse.jdt.internal.compiler.ast.Expression[] int org.eclipse.jdt.internal.compiler.ast.MessageSend org.eclipse.jdt.internal.compiler.ast.Expression
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.MessageSend org.eclipse.jdt.internal.compiler.ast.Expression
            putfield org.eclipse.jdt.internal.compiler.ast.MessageSend.receiver:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
        40: .line 221
            aload 11 /* message */
            aload 4 /* copy */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            putfield org.eclipse.jdt.internal.compiler.ast.MessageSend.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
        41: .line 222
            aload 11 /* message */
            aload 9 /* argv */
            putfield org.eclipse.jdt.internal.compiler.ast.MessageSend.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
        42: .line 223
            aload 6 /* implicitLambda */
            aload 11 /* message */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.LambdaExpression.setBody:(Lorg/eclipse/jdt/internal/compiler/ast/Statement;)V
        end local 12 // org.eclipse.jdt.internal.compiler.ast.Expression receiver
        end local 11 // org.eclipse.jdt.internal.compiler.ast.MessageSend message
        43: .line 224
            goto 75
      StackMap locals:
      StackMap stack:
        44: aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isArrayConstructorReference:()Z
            ifeq 61
        45: .line 226
            new org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression
            dup
            invokespecial org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression.<init>:()V
            astore 11 /* arrayAllocationExpression */
        start local 11 // org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression arrayAllocationExpression
        46: .line 227
            aload 11 /* arrayAllocationExpression */
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.ast.Expression
            dup
            iconst_0
            aload 9 /* argv */
            iconst_0
            aaload
            aastore
            putfield org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression.dimensions:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
        47: .line 228
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            instanceof org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference
            ifeq 53
        48: .line 229
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            checkcast org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference
            astore 12 /* arrayTypeReference */
        start local 12 // org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference arrayTypeReference
        49: .line 230
            aload 11 /* arrayAllocationExpression */
            aload 12 /* arrayTypeReference */
            getfield org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference.dimensions:I
            iconst_1
            if_icmpne 50
            new org.eclipse.jdt.internal.compiler.ast.SingleTypeReference
            dup
            aload 12 /* arrayTypeReference */
            getfield org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference.token:[C
            lconst_0
            invokespecial org.eclipse.jdt.internal.compiler.ast.SingleTypeReference.<init>:([CJ)V
            goto 51
        50: .line 231
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.codegen.CodeStream int org.eclipse.jdt.internal.compiler.ast.ReferenceExpression int org.eclipse.jdt.internal.compiler.ast.LambdaExpression org.eclipse.jdt.internal.compiler.ast.Argument[] int org.eclipse.jdt.internal.compiler.ast.Expression[] int org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression
            new org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference
            dup
            aload 12 /* arrayTypeReference */
            getfield org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference.token:[C
            aload 12 /* arrayTypeReference */
            getfield org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference.dimensions:I
            iconst_1
            isub
            lconst_0
            invokespecial org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference.<init>:([CIJ)V
        51: .line 230
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.codegen.CodeStream int org.eclipse.jdt.internal.compiler.ast.ReferenceExpression int org.eclipse.jdt.internal.compiler.ast.LambdaExpression org.eclipse.jdt.internal.compiler.ast.Argument[] int org.eclipse.jdt.internal.compiler.ast.Expression[] int org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression org.eclipse.jdt.internal.compiler.ast.SingleTypeReference
            putfield org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
        end local 12 // org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference arrayTypeReference
        52: .line 232
            goto 59
        53: .line 233
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            checkcast org.eclipse.jdt.internal.compiler.ast.ArrayQualifiedTypeReference
            astore 12 /* arrayQualifiedTypeReference */
        start local 12 // org.eclipse.jdt.internal.compiler.ast.ArrayQualifiedTypeReference arrayQualifiedTypeReference
        54: .line 234
            aload 11 /* arrayAllocationExpression */
            aload 12 /* arrayQualifiedTypeReference */
            getfield org.eclipse.jdt.internal.compiler.ast.ArrayQualifiedTypeReference.dimensions:I
            iconst_1
            if_icmpne 55
            new org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference
            dup
            aload 12 /* arrayQualifiedTypeReference */
            getfield org.eclipse.jdt.internal.compiler.ast.ArrayQualifiedTypeReference.tokens:[[C
            aload 12 /* arrayQualifiedTypeReference */
            getfield org.eclipse.jdt.internal.compiler.ast.ArrayQualifiedTypeReference.sourcePositions:[J
            invokespecial org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference.<init>:([[C[J)V
            goto 58
        55: .line 235
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.codegen.CodeStream int org.eclipse.jdt.internal.compiler.ast.ReferenceExpression int org.eclipse.jdt.internal.compiler.ast.LambdaExpression org.eclipse.jdt.internal.compiler.ast.Argument[] int org.eclipse.jdt.internal.compiler.ast.Expression[] int org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression org.eclipse.jdt.internal.compiler.ast.ArrayQualifiedTypeReference
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression
            new org.eclipse.jdt.internal.compiler.ast.ArrayQualifiedTypeReference
            dup
            aload 12 /* arrayQualifiedTypeReference */
            getfield org.eclipse.jdt.internal.compiler.ast.ArrayQualifiedTypeReference.tokens:[[C
            aload 12 /* arrayQualifiedTypeReference */
            getfield org.eclipse.jdt.internal.compiler.ast.ArrayQualifiedTypeReference.dimensions:I
            iconst_1
            isub
        56: .line 236
            aload 12 /* arrayQualifiedTypeReference */
            getfield org.eclipse.jdt.internal.compiler.ast.ArrayQualifiedTypeReference.sourcePositions:[J
        57: .line 235
            invokespecial org.eclipse.jdt.internal.compiler.ast.ArrayQualifiedTypeReference.<init>:([[CI[J)V
        58: .line 234
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.codegen.CodeStream int org.eclipse.jdt.internal.compiler.ast.ReferenceExpression int org.eclipse.jdt.internal.compiler.ast.LambdaExpression org.eclipse.jdt.internal.compiler.ast.Argument[] int org.eclipse.jdt.internal.compiler.ast.Expression[] int org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression org.eclipse.jdt.internal.compiler.ast.ArrayQualifiedTypeReference
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference
            putfield org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
        end local 12 // org.eclipse.jdt.internal.compiler.ast.ArrayQualifiedTypeReference arrayQualifiedTypeReference
        59: .line 238
      StackMap locals:
      StackMap stack:
            aload 6 /* implicitLambda */
            aload 11 /* arrayAllocationExpression */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.LambdaExpression.setBody:(Lorg/eclipse/jdt/internal/compiler/ast/Statement;)V
        end local 11 // org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression arrayAllocationExpression
        60: .line 239
            goto 75
        61: .line 240
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.ast.AllocationExpression
            dup
            invokespecial org.eclipse.jdt.internal.compiler.ast.AllocationExpression.<init>:()V
            astore 11 /* allocation */
        start local 11 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression allocation
        62: .line 241
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            instanceof org.eclipse.jdt.internal.compiler.ast.TypeReference
            ifeq 65
        63: .line 242
            aload 11 /* allocation */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            checkcast org.eclipse.jdt.internal.compiler.ast.TypeReference
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
        64: .line 243
            goto 72
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.AllocationExpression
      StackMap stack:
        65: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            instanceof org.eclipse.jdt.internal.compiler.ast.SingleNameReference
            ifeq 68
        66: .line 244
            aload 11 /* allocation */
            new org.eclipse.jdt.internal.compiler.ast.SingleTypeReference
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            checkcast org.eclipse.jdt.internal.compiler.ast.SingleNameReference
            getfield org.eclipse.jdt.internal.compiler.ast.SingleNameReference.token:[C
            lconst_0
            invokespecial org.eclipse.jdt.internal.compiler.ast.SingleTypeReference.<init>:([CJ)V
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
        67: .line 245
            goto 72
      StackMap locals:
      StackMap stack:
        68: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            instanceof org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
            ifeq 71
        69: .line 246
            aload 11 /* allocation */
            new org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            checkcast org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
            getfield org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference.tokens:[[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            checkcast org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
            getfield org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference.tokens:[[C
            arraylength
            newarray 11
            invokespecial org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference.<init>:([[C[J)V
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
        70: .line 247
            goto 72
        71: .line 248
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "Unexpected node type"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        72: .line 250
      StackMap locals:
      StackMap stack:
            aload 11 /* allocation */
            aload 4 /* copy */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
        73: .line 251
            aload 11 /* allocation */
            aload 9 /* argv */
            putfield org.eclipse.jdt.internal.compiler.ast.AllocationExpression.arguments:[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
        74: .line 252
            aload 6 /* implicitLambda */
            aload 11 /* allocation */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.LambdaExpression.setBody:(Lorg/eclipse/jdt/internal/compiler/ast/Statement;)V
        end local 11 // org.eclipse.jdt.internal.compiler.ast.AllocationExpression allocation
        75: .line 256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            ifnull 76
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.declaringScope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            goto 77
      StackMap locals:
      StackMap stack:
        76: aload 1 /* currentScope */
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.BlockScope
        77: astore 11 /* lambdaScope */
        start local 11 // org.eclipse.jdt.internal.compiler.lookup.BlockScope lambdaScope
        78: .line 257
            aload 11 /* lambdaScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            getstatic org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.silentErrorHandlingPolicy:Lorg/eclipse/jdt/internal/compiler/IErrorHandlingPolicy;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.switchErrorHandlingPolicy:(Lorg/eclipse/jdt/internal/compiler/IErrorHandlingPolicy;)Lorg/eclipse/jdt/internal/compiler/IErrorHandlingPolicy;
            astore 12 /* oldPolicy */
        start local 12 // org.eclipse.jdt.internal.compiler.IErrorHandlingPolicy oldPolicy
        79: .line 259
            aload 6 /* implicitLambda */
            aload 11 /* lambdaScope */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.ast.LambdaExpression.resolveType:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Z)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            pop
        80: .line 260
            aload 6 /* implicitLambda */
            aload 11 /* lambdaScope */
        81: .line 261
            new org.eclipse.jdt.internal.compiler.flow.FieldInitsFakingFlowContext
            dup
            aconst_null
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_EXCEPTIONS:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aconst_null
            aload 11 /* lambdaScope */
            getstatic org.eclipse.jdt.internal.compiler.flow.FlowInfo.DEAD_END:Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
            invokespecial org.eclipse.jdt.internal.compiler.flow.FieldInitsFakingFlowContext.<init>:(Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;)V
        82: .line 262
            aload 11 /* lambdaScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.outerMostMethodScope:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodScope;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodScope.analysisIndex:I
            aload 11 /* lambdaScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.referenceType:()Lorg/eclipse/jdt/internal/compiler/ast/TypeDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.maxFieldCount:I
            invokestatic org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo.fakeInitializedFlowInfo:(II)Lorg/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo;
        83: .line 260
            invokevirtual org.eclipse.jdt.internal.compiler.ast.LambdaExpression.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;
            pop
        84: .line 263
            goto 88
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.codegen.CodeStream int org.eclipse.jdt.internal.compiler.ast.ReferenceExpression int org.eclipse.jdt.internal.compiler.ast.LambdaExpression org.eclipse.jdt.internal.compiler.ast.Argument[] int org.eclipse.jdt.internal.compiler.ast.Expression[] int org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.IErrorHandlingPolicy
      StackMap stack: java.lang.Throwable
        85: astore 13
        86: .line 264
            aload 11 /* lambdaScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 12 /* oldPolicy */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.switchErrorHandlingPolicy:(Lorg/eclipse/jdt/internal/compiler/IErrorHandlingPolicy;)Lorg/eclipse/jdt/internal/compiler/IErrorHandlingPolicy;
            pop
        87: .line 265
            aload 13
            athrow
        88: .line 264
      StackMap locals:
      StackMap stack:
            aload 11 /* lambdaScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 12 /* oldPolicy */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.switchErrorHandlingPolicy:(Lorg/eclipse/jdt/internal/compiler/IErrorHandlingPolicy;)Lorg/eclipse/jdt/internal/compiler/IErrorHandlingPolicy;
            pop
        89: .line 266
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.syntheticOuterLocalVariables:()[Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticArgumentBinding;
            astore 13 /* outerLocals */
        start local 13 // org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding[] outerLocals
        90: .line 267
            iconst_0
            istore 14 /* i */
        start local 14 // int i
        91: aload 13 /* outerLocals */
            ifnonnull 92
            iconst_0
            goto 93
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding[] int
      StackMap stack:
        92: aload 13 /* outerLocals */
            arraylength
      StackMap locals:
      StackMap stack: int
        93: istore 15 /* length */
        start local 15 // int length
        94: goto 97
        95: .line 268
      StackMap locals: int
      StackMap stack:
            aload 6 /* implicitLambda */
            aload 13 /* outerLocals */
            iload 14 /* i */
            aaload
            getfield org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding.actualOuterLocalVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.LambdaExpression.addSyntheticArgument:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)V
        96: .line 267
            iinc 14 /* i */ 1
      StackMap locals:
      StackMap stack:
        97: iload 14 /* i */
            iload 15 /* length */
            if_icmplt 95
        end local 15 // int length
        end local 14 // int i
        98: .line 270
            aload 6 /* implicitLambda */
            aload 11 /* lambdaScope */
            aload 2 /* codeStream */
            iload 3 /* valueRequired */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.LambdaExpression.generateCode:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;Z)V
        99: .line 271
            iload 10 /* generateSecretReceiverVariable */
            ifeq 101
       100: .line 272
            aload 2 /* codeStream */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.removeVariable:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)V
       101: .line 274
      StackMap locals:
      StackMap stack:
            return
        end local 13 // org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding[] outerLocals
        end local 12 // org.eclipse.jdt.internal.compiler.IErrorHandlingPolicy oldPolicy
        end local 11 // org.eclipse.jdt.internal.compiler.lookup.BlockScope lambdaScope
        end local 10 // boolean generateSecretReceiverVariable
        end local 9 // org.eclipse.jdt.internal.compiler.ast.Expression[] argv
        end local 8 // int parameterShift
        end local 7 // org.eclipse.jdt.internal.compiler.ast.Argument[] arguments
        end local 6 // org.eclipse.jdt.internal.compiler.ast.LambdaExpression implicitLambda
        end local 5 // int argc
        end local 4 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression copy
        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.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot                            Name  Signature
            0  102     0                            this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            0  102     1                    currentScope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0  102     2                      codeStream  Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            0  102     3                   valueRequired  Z
            1  102     4                            copy  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            2  102     5                            argc  I
            5  102     6                  implicitLambda  Lorg/eclipse/jdt/internal/compiler/ast/LambdaExpression;
            6  102     7                       arguments  [Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            7   11     8                               i  I
           17  102     8                  parameterShift  I
           18  102     9                            argv  [Lorg/eclipse/jdt/internal/compiler/ast/Expression;
           19   25    10                               i  I
           20   25    11                          length  I
           22   23    12                            name  [C
           26  102    10  generateSecretReceiverVariable  Z
           32   43    11                         message  Lorg/eclipse/jdt/internal/compiler/ast/MessageSend;
           36   43    12                        receiver  Lorg/eclipse/jdt/internal/compiler/ast/Expression;
           46   60    11       arrayAllocationExpression  Lorg/eclipse/jdt/internal/compiler/ast/ArrayAllocationExpression;
           49   52    12              arrayTypeReference  Lorg/eclipse/jdt/internal/compiler/ast/ArrayTypeReference;
           54   59    12     arrayQualifiedTypeReference  Lorg/eclipse/jdt/internal/compiler/ast/ArrayQualifiedTypeReference;
           62   75    11                      allocation  Lorg/eclipse/jdt/internal/compiler/ast/AllocationExpression;
           78  102    11                     lambdaScope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
           79  102    12                       oldPolicy  Lorg/eclipse/jdt/internal/compiler/IErrorHandlingPolicy;
           90  102    13                     outerLocals  [Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticArgumentBinding;
           91   98    14                               i  I
           94   98    15                          length  I
      Exception table:
        from    to  target  type
          79    85      85  any
    MethodParameters:
               Name  Flags
      currentScope   
      codeStream     
      valueRequired  

  private boolean shouldGenerateImplicitLambda(org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope currentScope
         0: .line 278
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isVarargs:()Z
            ifne 5
         1: .line 279
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isConstructorReference:()Z
            ifeq 2
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.syntheticOuterLocalVariables:()[Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticArgumentBinding;
            ifnull 2
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.shouldCaptureInstance:Z
            ifne 5
         2: .line 280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.requiresBridges:()Z
            ifne 5
         3: .line 281
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isDirectCodeGenPossible:()Z
            ifeq 5
         4: .line 278
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_1
            ireturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope currentScope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            0    6     1  currentScope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
    MethodParameters:
              Name  Flags
      currentScope  

  private boolean isDirectCodeGenPossible();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=8, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
         0: .line 285
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnull 23
         1: .line 286
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isMethodReference:()Z
            ifeq 8
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.syntheticAccessor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnonnull 8
         2: .line 287
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.notEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 8
         3: .line 292
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.enclosingScope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.canBeSeenBy:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
            ifne 8
         4: .line 293
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isFinal:()Z
            ifne 5
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isStatic:()Z
            ifeq 6
      StackMap locals:
      StackMap stack:
         5: iconst_0
            goto 7
      StackMap locals:
      StackMap stack:
         6: iconst_1
      StackMap locals:
      StackMap stack: int
         7: ireturn
         8: .line 297
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 1 /* descriptorParams */
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] descriptorParams
         9: .line 298
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.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.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 2 /* origParams */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] origParams
        10: .line 299
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor: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.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 3 /* origDescParams */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] origDescParams
        11: .line 300
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverPrecedesParameters:Z
            ifeq 12
            iconst_1
            goto 13
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]
      StackMap stack:
        12: iconst_0
      StackMap locals:
      StackMap stack: int
        13: istore 4 /* offset */
        start local 4 // int offset
        14: .line 301
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        15: goto 22
        16: .line 302
      StackMap locals: int int
      StackMap stack:
            aload 1 /* descriptorParams */
            iload 5 /* i */
            iload 4 /* offset */
            iadd
            aaload
            astore 6 /* descType */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding descType
        17: .line 303
            aload 3 /* origDescParams */
            iload 5 /* i */
            iload 4 /* offset */
            iadd
            aaload
            astore 7 /* origDescType */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding origDescType
        18: .line 304
            aload 6 /* descType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isIntersectionType18:()Z
            ifne 20
        19: .line 305
            aload 6 /* descType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isTypeVariable:()Z
            ifeq 21
            aload 6 /* descType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding.boundsCount:()I
            iconst_1
            if_icmple 21
        20: .line 306
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 7 /* origDescType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.signature:()[C
            aload 2 /* origParams */
            iload 5 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.signature:()[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ireturn
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding origDescType
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding descType
        21: .line 301
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 5 /* i */
            aload 1 /* descriptorParams */
            arraylength
            iload 4 /* offset */
            isub
            if_icmplt 16
        end local 5 // int i
        end local 4 // int offset
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] origDescParams
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] origParams
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] descriptorParams
        23: .line 310
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
      StackMap stack:
            iconst_1
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   24     0              this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            9   23     1  descriptorParams  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           10   23     2        origParams  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           11   23     3    origDescParams  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           14   23     4            offset  I
           15   23     5                 i  I
           17   21     6          descType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           18   21     7      origDescType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;

  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=9, locals=14, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression 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 314
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.actualMethodBinding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
         1: .line 316
            aload 0 /* this */
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.shouldGenerateImplicitLambda:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Z
            ifeq 4
         2: .line 317
            aload 0 /* this */
            aload 1 /* currentScope */
            aload 2 /* codeStream */
            iload 3 /* valueRequired */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.generateImplicitLambda:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;Z)V
         3: .line 318
            return
         4: .line 320
      StackMap locals:
      StackMap stack:
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.enclosingSourceType:()Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            astore 4 /* sourceType */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding sourceType
         5: .line 321
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isArrayType:()Z
            ifeq 13
         6: .line 322
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants.ANONYMOUS_METHOD:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.ordinal:I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.String.toCharArray:()[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concat:([C[C)[C
            astore 5 /* lambdaName */
        start local 5 // char[] lambdaName
         7: .line 323
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isConstructorReference:()Z
            ifeq 10
         8: .line 324
            aload 0 /* this */
            aload 0 /* this */
            aload 4 /* sourceType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
            bipush 14
            aload 5 /* lambdaName */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.addSyntheticArrayMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;I[C)Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding;
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.actualMethodBinding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
         9: .line 325
            goto 21
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding char[]
      StackMap stack:
        10: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.selector:[C
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants.CLONE:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 21
        11: .line 326
            aload 0 /* this */
            aload 0 /* this */
            aload 4 /* sourceType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
            bipush 15
            aload 5 /* lambdaName */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.addSyntheticArrayMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;I[C)Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding;
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.actualMethodBinding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        end local 5 // char[] lambdaName
        12: .line 328
            goto 21
      StackMap locals:
      StackMap stack:
        13: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.syntheticAccessor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnull 17
        14: .line 329
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isSuper:()Z
            ifne 15
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isMethodReference:()Z
            ifeq 21
        15: .line 330
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.syntheticAccessor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        16: .line 331
            goto 21
        17: .line 332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnull 21
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isMethodReference:()Z
            ifeq 21
        18: .line 333
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.notEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 21
        19: .line 334
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.canBeSeenBy:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
            ifne 21
        20: .line 335
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.lookup.MethodBinding
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.original:()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            invokespecial org.eclipse.jdt.internal.compiler.lookup.MethodBinding.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)V
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        21: .line 340
      StackMap locals:
      StackMap stack:
            aload 2 /* codeStream */
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.position:I
            istore 5 /* pc */
        start local 5 // int pc
        22: .line 341
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 6 /* buffer */
        start local 6 // java.lang.StringBuffer buffer
        23: .line 342
            iconst_0
            istore 7 /* argumentsSize */
        start local 7 // int argumentsSize
        24: .line 343
            aload 6 /* buffer */
            bipush 40
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        25: .line 344
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.haveReceiver:Z
            ifeq 48
        26: .line 345
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* currentScope */
            aload 2 /* codeStream */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.generateCode:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;Z)V
        27: .line 346
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isMethodReference:()Z
            ifeq 34
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isThis:()Z
            ifne 34
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isSuper:()Z
            ifne 34
        28: .line 347
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.getJavaLangObject:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants.GETCLASS:[C
        29: .line 348
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_PARAMETERS:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.compilationUnitScope:()Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
        30: .line 347
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.getExactMethod:([C[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 8 /* mb */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding mb
        31: .line 349
            aload 2 /* codeStream */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.dup:()V
        32: .line 350
            aload 2 /* codeStream */
            bipush -74
            aload 8 /* mb */
            aload 8 /* mb */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.invoke:(BLorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        33: .line 351
            aload 2 /* codeStream */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.pop:()V
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding mb
        34: .line 353
      StackMap locals: int java.lang.StringBuffer int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isSuper:()Z
            ifeq 45
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.actualMethodBinding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isPrivate:()Z
            ifne 45
        35: .line 354
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            instanceof org.eclipse.jdt.internal.compiler.ast.QualifiedSuperReference
            ifeq 43
        36: .line 355
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            checkcast org.eclipse.jdt.internal.compiler.ast.QualifiedSuperReference
            astore 8 /* qualifiedSuperReference */
        start local 8 // org.eclipse.jdt.internal.compiler.ast.QualifiedSuperReference qualifiedSuperReference
        37: .line 356
            aload 8 /* qualifiedSuperReference */
            getfield org.eclipse.jdt.internal.compiler.ast.QualifiedSuperReference.qualification:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            astore 9 /* qualification */
        start local 9 // org.eclipse.jdt.internal.compiler.ast.TypeReference qualification
        38: .line 357
            aload 9 /* qualification */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isInterface:()Z
            ifeq 41
        39: .line 358
            aload 6 /* buffer */
            aload 4 /* sourceType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.signature:()[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
        40: .line 359
            goto 46
        41: .line 360
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.QualifiedSuperReference org.eclipse.jdt.internal.compiler.ast.TypeReference
      StackMap stack:
            aload 6 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            checkcast org.eclipse.jdt.internal.compiler.ast.QualifiedSuperReference
            getfield org.eclipse.jdt.internal.compiler.ast.QualifiedSuperReference.currentCompatibleType:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.signature:()[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
        end local 9 // org.eclipse.jdt.internal.compiler.ast.TypeReference qualification
        end local 8 // org.eclipse.jdt.internal.compiler.ast.QualifiedSuperReference qualifiedSuperReference
        42: .line 362
            goto 46
        43: .line 363
      StackMap locals:
      StackMap stack:
            aload 6 /* buffer */
            aload 4 /* sourceType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.signature:()[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
        44: .line 365
            goto 46
        45: .line 366
      StackMap locals:
      StackMap stack:
            aload 6 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.signature:()[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
        46: .line 368
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 7 /* argumentsSize */
        47: .line 369
            goto 73
        48: .line 370
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isConstructorReference:()Z
            ifeq 73
        49: .line 371
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.UNINITIALIZED_REFERENCE_TYPES:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 8 /* enclosingInstances */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] enclosingInstances
        50: .line 372
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isNestedType:()Z
            ifeq 69
        51: .line 373
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 9 /* nestedType */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding nestedType
        52: .line 374
            aload 9 /* nestedType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.syntheticEnclosingInstanceTypes:()[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            dup
            astore 8 /* enclosingInstances */
            ifnull 68
        53: .line 375
            aload 8 /* enclosingInstances */
            arraylength
            istore 10 /* length */
        start local 10 // int length
        54: .line 376
            iload 10 /* length */
            istore 7 /* argumentsSize */
        55: .line 377
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        56: goto 66
        57: .line 378
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.codegen.CodeStream int org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding int java.lang.StringBuffer int org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding int int
      StackMap stack:
            aload 8 /* enclosingInstances */
            iload 11 /* i */
            aaload
            astore 12 /* syntheticArgumentType */
        start local 12 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding syntheticArgumentType
        58: .line 379
            aload 6 /* buffer */
            aload 12 /* syntheticArgumentType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.signature:()[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
        59: .line 380
            aload 1 /* currentScope */
        60: .line 381
            aload 12 /* syntheticArgumentType */
        61: .line 382
            iconst_0
        62: .line 383
            iconst_1
        63: .line 380
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.getEmulationPath:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;ZZ)[Ljava/lang/Object;
            astore 13 /* emulationPath */
        start local 13 // java.lang.Object[] emulationPath
        64: .line 384
            aload 2 /* codeStream */
            aload 13 /* emulationPath */
            aload 0 /* this */
            aload 12 /* syntheticArgumentType */
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.generateOuterAccess:([Ljava/lang/Object;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/lookup/Binding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)V
        end local 13 // java.lang.Object[] emulationPath
        end local 12 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding syntheticArgumentType
        65: .line 377
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        66: iload 11 /* i */
            iload 10 /* length */
            if_icmplt 57
        end local 11 // int i
        end local 10 // int length
        67: .line 386
            goto 69
        68: .line 387
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_REFERENCE_TYPES:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 8 /* enclosingInstances */
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding nestedType
        69: .line 390
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.syntheticAccessor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnull 73
        70: .line 391
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants.ANONYMOUS_METHOD:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.ordinal:I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.String.toCharArray:()[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concat:([C[C)[C
            astore 9 /* lambdaName */
        start local 9 // char[] lambdaName
        71: .line 392
            aload 0 /* this */
            aload 4 /* sourceType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.syntheticAccessor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 8 /* enclosingInstances */
            aload 9 /* lambdaName */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.addSyntheticFactoryMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[C)Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        72: .line 393
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.syntheticAccessor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        end local 9 // char[] lambdaName
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] enclosingInstances
        73: .line 397
      StackMap locals:
      StackMap stack:
            aload 6 /* buffer */
            bipush 41
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        74: .line 398
            aload 6 /* buffer */
            bipush 76
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        75: .line 399
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isIntersectionType18:()Z
            ifeq 78
        76: .line 400
            aload 6 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor: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.constantPoolName:()[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
        77: .line 401
            goto 79
        78: .line 402
      StackMap locals:
      StackMap stack:
            aload 6 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.constantPoolName:()[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
        79: .line 404
      StackMap locals:
      StackMap stack:
            aload 6 /* buffer */
            bipush 59
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        80: .line 405
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isSerializable:Z
            ifeq 82
        81: .line 406
            aload 4 /* sourceType */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.addSyntheticMethod:(Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;)Lorg/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding;
            pop
        82: .line 408
      StackMap locals:
      StackMap stack:
            aload 2 /* codeStream */
            getfield org.eclipse.jdt.internal.compiler.codegen.CodeStream.classFile:Lorg/eclipse/jdt/internal/compiler/ClassFile;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ClassFile.recordBootstrapMethod:(Lorg/eclipse/jdt/internal/compiler/ast/FunctionalExpression;)I
            istore 8 /* invokeDynamicNumber */
        start local 8 // int invokeDynamicNumber
        83: .line 409
            aload 2 /* codeStream */
            iload 8 /* invokeDynamicNumber */
            iload 7 /* argumentsSize */
            iconst_1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.selector:[C
            aload 6 /* buffer */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.toCharArray:()[C
        84: .line 410
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isConstructorReference:()Z
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            instanceof org.eclipse.jdt.internal.compiler.ast.TypeReference
            ifeq 85
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            checkcast org.eclipse.jdt.internal.compiler.ast.TypeReference
            goto 86
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.codegen.CodeStream int org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding int java.lang.StringBuffer int int
      StackMap stack: org.eclipse.jdt.internal.compiler.codegen.CodeStream int int int char[] char[] int
        85: aconst_null
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.codegen.CodeStream int org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding int java.lang.StringBuffer int int
      StackMap stack: org.eclipse.jdt.internal.compiler.codegen.CodeStream int int int char[] char[] int org.eclipse.jdt.internal.compiler.ast.TypeReference
        86: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
        87: .line 409
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.invokeDynamic:(III[C[CZLorg/eclipse/jdt/internal/compiler/ast/TypeReference;[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;)V
        88: .line 411
            iload 3 /* valueRequired */
            ifne 90
        89: .line 412
            aload 2 /* codeStream */
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.pop:()V
        90: .line 413
      StackMap locals:
      StackMap stack:
            aload 2 /* codeStream */
            iload 5 /* pc */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.sourceStart:I
            invokevirtual org.eclipse.jdt.internal.compiler.codegen.CodeStream.recordPositionsFrom:(II)V
        91: .line 414
            return
        end local 8 // int invokeDynamicNumber
        end local 7 // int argumentsSize
        end local 6 // java.lang.StringBuffer buffer
        end local 5 // int pc
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding sourceType
        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.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   92     0                     this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            0   92     1             currentScope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0   92     2               codeStream  Lorg/eclipse/jdt/internal/compiler/codegen/CodeStream;
            0   92     3            valueRequired  Z
            5   92     4               sourceType  Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            7   12     5               lambdaName  [C
           22   92     5                       pc  I
           23   92     6                   buffer  Ljava/lang/StringBuffer;
           24   92     7            argumentsSize  I
           31   34     8                       mb  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           37   42     8  qualifiedSuperReference  Lorg/eclipse/jdt/internal/compiler/ast/QualifiedSuperReference;
           38   42     9            qualification  Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
           50   73     8       enclosingInstances  [Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           52   69     9               nestedType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           54   67    10                   length  I
           56   67    11                        i  I
           58   65    12    syntheticArgumentType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           64   65    13            emulationPath  [Ljava/lang/Object;
           71   73     9               lambdaName  [C
           83   92     8      invokeDynamicNumber  I
    MethodParameters:
               Name  Flags
      currentScope   
      codeStream     
      valueRequired  

  public void cleanUp();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
         0: .line 419
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.copiesPerTargetType:Ljava/util/HashMap;
            ifnull 5
         1: .line 420
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.copiesPerTargetType:Ljava/util/HashMap;
            invokevirtual java.util.HashMap.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 2
            goto 4
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression top java.util.Iterator
      StackMap stack:
         2: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
            astore 1 /* copy */
        start local 1 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression copy
         3: .line 421
            aload 1 /* copy */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
        end local 1 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression copy
         4: .line 420
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 423
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.original:Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            ifnull 7
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.original:Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            aload 0 /* this */
            if_acmpeq 7
         6: .line 424
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.original:Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.cleanUp:()V
         7: .line 426
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.scanner:Lorg/eclipse/jdt/internal/compiler/parser/Scanner;
         8: .line 427
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
         9: .line 428
            return
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            3    4     1  copy  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;

  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=8, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression 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 432
            aload 2 /* flowInfo */
            getfield org.eclipse.jdt.internal.compiler.flow.FlowInfo.tagBits:I
            iconst_1
            iand
            ifne 1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnull 1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifne 2
         1: .line 433
      StackMap locals:
      StackMap stack:
            return
         2: .line 435
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.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
         3: .line 436
            aload 3 /* codegenBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isVarargs:()Z
            ifeq 5
         4: .line 437
            return
         5: .line 439
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.enclosingSourceType:()Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            astore 4 /* enclosingSourceType */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding enclosingSourceType
         6: .line 441
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isConstructorReference:()Z
            ifeq 19
         7: .line 442
            aload 3 /* codegenBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 5 /* allocatedType */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding allocatedType
         8: .line 443
            aload 3 /* codegenBinding */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isPrivate:()Z
            ifeq 18
         9: .line 444
            aload 4 /* enclosingSourceType */
            aload 3 /* codegenBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            dup
            astore 5 /* allocatedType */
            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 18
        10: .line 445
            aload 5 /* allocatedType */
            getfield org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.tagBits:J
            ldc 16
            land
            lconst_0
            lcmp
            ifeq 13
        11: .line 446
            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
        12: .line 447
            goto 18
        13: .line 448
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            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.ReferenceExpression.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
            ifeq 16
        14: .line 449
            aload 0 /* this */
            aload 3 /* codegenBinding */
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.syntheticAccessor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        15: .line 450
            return
        16: .line 452
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* allocatedType */
            checkcast org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
            aload 3 /* codegenBinding */
            iconst_0
            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.ReferenceExpression.syntheticAccessor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        17: .line 453
            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
        18: .line 456
      StackMap locals:
      StackMap stack:
            return
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding allocatedType
        19: .line 460
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isPrivate:()Z
            ifeq 24
        20: .line 461
            aload 4 /* enclosingSourceType */
            aload 3 /* codegenBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            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 23
        21: .line 462
            aload 0 /* this */
            aload 3 /* codegenBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
            aload 3 /* codegenBinding */
            iconst_0
            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.ReferenceExpression.syntheticAccessor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        22: .line 463
            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
        23: .line 465
      StackMap locals:
      StackMap stack:
            return
        24: .line 468
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isSuper:()Z
            ifeq 34
        25: .line 469
            aload 4 /* enclosingSourceType */
            astore 5 /* destinationType */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding destinationType
        26: .line 470
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            instanceof org.eclipse.jdt.internal.compiler.ast.QualifiedSuperReference
            ifeq 31
        27: .line 471
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            checkcast org.eclipse.jdt.internal.compiler.ast.QualifiedSuperReference
            astore 6 /* qualifiedSuperReference */
        start local 6 // org.eclipse.jdt.internal.compiler.ast.QualifiedSuperReference qualifiedSuperReference
        28: .line 472
            aload 6 /* qualifiedSuperReference */
            getfield org.eclipse.jdt.internal.compiler.ast.QualifiedSuperReference.qualification:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            astore 7 /* qualification */
        start local 7 // org.eclipse.jdt.internal.compiler.ast.TypeReference qualification
        29: .line 473
            aload 7 /* qualification */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isInterface:()Z
            ifne 31
        30: .line 474
            aload 6 /* qualifiedSuperReference */
            getfield org.eclipse.jdt.internal.compiler.ast.QualifiedSuperReference.currentCompatibleType:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
            astore 5 /* destinationType */
        end local 7 // org.eclipse.jdt.internal.compiler.ast.TypeReference qualification
        end local 6 // org.eclipse.jdt.internal.compiler.ast.QualifiedSuperReference qualifiedSuperReference
        31: .line 477
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
      StackMap stack:
            aload 0 /* this */
            aload 5 /* destinationType */
            aload 3 /* codegenBinding */
            iconst_1
            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.ReferenceExpression.syntheticAccessor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        32: .line 478
            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
        33: .line 479
            return
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding destinationType
        34: .line 482
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isProtected:()Z
            ifeq 39
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.bits:I
            sipush 8160
            iand
            ifeq 39
            aload 3 /* codegenBinding */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.getPackage:()Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            aload 4 /* enclosingSourceType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.getPackage:()Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            if_acmpeq 39
        35: .line 483
            aload 4 /* enclosingSourceType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.bits:I
            sipush 8160
            iand
            iconst_5
            ishr
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.enclosingTypeAt:(I)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding
            astore 5 /* currentCompatibleType */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding currentCompatibleType
        36: .line 484
            aload 0 /* this */
            aload 5 /* currentCompatibleType */
            aload 3 /* codegenBinding */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.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.ReferenceExpression.syntheticAccessor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        37: .line 485
            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
        38: .line 486
            return
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding currentCompatibleType
        39: .line 488
      StackMap locals:
      StackMap stack:
            return
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding enclosingSourceType
        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.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   40     0                     this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            0   40     1             currentScope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0   40     2                 flowInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            3   40     3           codegenBinding  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            6   40     4      enclosingSourceType  Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
            8   19     5            allocatedType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           26   34     5          destinationType  Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
           28   31     6  qualifiedSuperReference  Lorg/eclipse/jdt/internal/compiler/ast/QualifiedSuperReference;
           29   31     7            qualification  Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
           36   39     5    currentCompatibleType  Lorg/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding;
    MethodParameters:
              Name  Flags
      currentScope  
      flowInfo      

  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=7, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression 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 493
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.haveReceiver:Z
            ifeq 4
         1: .line 494
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* currentScope */
            aload 2 /* flowContext */
            aload 3 /* flowInfo */
            iconst_1
            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;Z)Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            pop
         2: .line 495
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* currentScope */
            aload 2 /* flowContext */
            aload 3 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.checkNPE:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)Z
            pop
         3: .line 496
            goto 13
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isConstructorReference:()Z
            ifeq 13
         5: .line 497
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 4 /* type */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
         6: .line 498
            aload 4 /* type */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isNestedType:()Z
            ifeq 13
         7: .line 499
            aload 4 /* type */
            instanceof org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            ifeq 13
            aload 4 /* type */
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isStatic:()Z
            ifne 13
         8: .line 500
            aload 1 /* currentScope */
            aload 4 /* type */
            checkcast org.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
         9: .line 501
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.shouldCaptureInstance:Z
        10: .line 502
            aload 4 /* type */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 5 /* allocatedTypeErasure */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding allocatedTypeErasure
        11: .line 503
            aload 5 /* allocatedTypeErasure */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isLocalType:()Z
            ifeq 13
        12: .line 504
            aload 5 /* 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
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding allocatedTypeErasure
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
        13: .line 509
      StackMap locals:
      StackMap stack:
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getstatic org.eclipse.jdt.internal.compiler.impl.IrritantSet.UNLIKELY_ARGUMENT_TYPE:Lorg/eclipse/jdt/internal/compiler/impl/IrritantSet;
            invokevirtual org.eclipse.jdt.internal.compiler.impl.CompilerOptions.isAnyEnabled:(Lorg/eclipse/jdt/internal/compiler/impl/IrritantSet;)Z
            ifeq 46
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifeq 46
        14: .line 510
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnull 46
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 46
        15: .line 511
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.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
            if_icmpne 35
        16: .line 512
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor: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 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverPrecedesParameters:Z
            ifeq 17
            iconst_2
            goto 18
      StackMap locals:
      StackMap stack: int
        17: iconst_1
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.flow.FlowContext org.eclipse.jdt.internal.compiler.flow.FlowInfo
      StackMap stack: int int
        18: if_icmpne 35
        19: .line 513
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isStatic:()Z
            ifne 35
        20: .line 514
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor: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.ReferenceExpression.receiverPrecedesParameters:Z
            ifeq 21
            iconst_1
            goto 22
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]
        21: iconst_0
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.flow.FlowContext org.eclipse.jdt.internal.compiler.flow.FlowInfo
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int
        22: aaload
            astore 4 /* argumentType */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding argumentType
        23: .line 515
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverPrecedesParameters:Z
            ifeq 24
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_0
            aaload
            goto 25
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
        24: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
        25: astore 5 /* actualReceiverType */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding actualReceiverType
        26: .line 517
            aload 4 /* argumentType */
            aload 1 /* currentScope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.selector:[C
        27: .line 518
            aload 5 /* actualReceiverType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        28: .line 517
            invokestatic org.eclipse.jdt.internal.compiler.ast.UnlikelyArgumentCheck.determineCheckForNonStaticSingleArgumentMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;[CLorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/ast/UnlikelyArgumentCheck;
        29: .line 516
            astore 6 /* argumentCheck */
        start local 6 // org.eclipse.jdt.internal.compiler.ast.UnlikelyArgumentCheck argumentCheck
        30: .line 519
            aload 6 /* argumentCheck */
            ifnull 46
            aload 6 /* argumentCheck */
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.UnlikelyArgumentCheck.isDangerous:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Z
            ifeq 46
        31: .line 520
            aload 1 /* currentScope */
            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.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 4 /* argumentType */
        32: .line 521
            aload 6 /* argumentCheck */
            getfield org.eclipse.jdt.internal.compiler.ast.UnlikelyArgumentCheck.typeToReport:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 6 /* argumentCheck */
            getfield org.eclipse.jdt.internal.compiler.ast.UnlikelyArgumentCheck.dangerousMethod:Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$DangerousMethod;
        33: .line 520
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.unlikelyArgumentType:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$DangerousMethod;)V
        end local 6 // org.eclipse.jdt.internal.compiler.ast.UnlikelyArgumentCheck argumentCheck
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding actualReceiverType
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding argumentType
        34: .line 523
            goto 46
      StackMap locals:
      StackMap stack:
        35: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.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_2
            if_icmpne 46
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor: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_2
            if_icmpne 46
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isStatic:()Z
            ifeq 46
        36: .line 524
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_0
            aaload
            astore 4 /* argumentType1 */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding argumentType1
        37: .line 525
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_1
            aaload
            astore 5 /* argumentType2 */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding argumentType2
        38: .line 527
            aload 5 /* argumentType2 */
            aload 1 /* currentScope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.selector:[C
        39: .line 528
            aload 4 /* argumentType1 */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.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.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        40: .line 527
            invokestatic org.eclipse.jdt.internal.compiler.ast.UnlikelyArgumentCheck.determineCheckForStaticTwoArgumentMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;[CLorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/ast/UnlikelyArgumentCheck;
        41: .line 526
            astore 6 /* argumentCheck */
        start local 6 // org.eclipse.jdt.internal.compiler.ast.UnlikelyArgumentCheck argumentCheck
        42: .line 529
            aload 6 /* argumentCheck */
            ifnull 46
            aload 6 /* argumentCheck */
            aload 1 /* currentScope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.UnlikelyArgumentCheck.isDangerous:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Z
            ifeq 46
        43: .line 530
            aload 1 /* currentScope */
            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.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 5 /* argumentType2 */
        44: .line 531
            aload 6 /* argumentCheck */
            getfield org.eclipse.jdt.internal.compiler.ast.UnlikelyArgumentCheck.typeToReport:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 6 /* argumentCheck */
            getfield org.eclipse.jdt.internal.compiler.ast.UnlikelyArgumentCheck.dangerousMethod:Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$DangerousMethod;
        45: .line 530
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.unlikelyArgumentType:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeConstants$DangerousMethod;)V
        end local 6 // org.eclipse.jdt.internal.compiler.ast.UnlikelyArgumentCheck argumentCheck
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding argumentType2
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding argumentType1
        46: .line 536
      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 51
        47: .line 537
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.haveReceiver:Z
            ifeq 51
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.selector:[C
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants.CLOSE:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 51
        48: .line 538
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 3 /* flowInfo */
            aload 2 /* flowContext */
            invokestatic org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable.getCloseTrackingVariable:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;)Lorg/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable;
            astore 4 /* trackingVariable */
        start local 4 // org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable trackingVariable
        49: .line 539
            aload 4 /* trackingVariable */
            ifnull 51
        50: .line 540
            aload 4 /* trackingVariable */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable.markClosedInNestedMethod:()V
        end local 4 // org.eclipse.jdt.internal.compiler.ast.FakedTrackingVariable trackingVariable
        51: .line 544
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* currentScope */
            aload 3 /* flowInfo */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.manageSyntheticAccessIfNecessary:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;)V
        52: .line 545
            aload 3 /* flowInfo */
            areturn
        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.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   53     0                  this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            0   53     1          currentScope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            0   53     2           flowContext  Lorg/eclipse/jdt/internal/compiler/flow/FlowContext;
            0   53     3              flowInfo  Lorg/eclipse/jdt/internal/compiler/flow/FlowInfo;
            6   13     4                  type  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           11   13     5  allocatedTypeErasure  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           23   34     4          argumentType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           26   34     5    actualReceiverType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           30   34     6         argumentCheck  Lorg/eclipse/jdt/internal/compiler/ast/UnlikelyArgumentCheck;
           37   46     4         argumentType1  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           38   46     5         argumentType2  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           42   46     6         argumentCheck  Lorg/eclipse/jdt/internal/compiler/ast/UnlikelyArgumentCheck;
           49   51     4      trackingVariable  Lorg/eclipse/jdt/internal/compiler/ast/FakedTrackingVariable;
    MethodParameters:
              Name  Flags
      currentScope  
      flowContext   
      flowInfo      

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

  public void acceptPotentiallyCompatibleMethods(org.eclipse.jdt.internal.compiler.lookup.MethodBinding[]);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] methods
         0: .line 555
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.checkingPotentialCompatibility:Z
            ifeq 2
         1: .line 556
            aload 0 /* this */
            aload 1 /* methods */
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.potentialMethods:[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
         2: .line 557
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] methods
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            0    3     1  methods  [Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    MethodParameters:
         Name  Flags
      methods  

  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=17, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
         0: .line 562
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            astore 2 /* compilerOptions */
        start local 2 // org.eclipse.jdt.internal.compiler.impl.CompilerOptions compilerOptions
         1: .line 564
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.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 83
         2: .line 565
            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.ReferenceExpression.constant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
         3: .line 566
            aload 0 /* this */
            aload 1 /* scope */
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.enclosingScope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
         4: .line 567
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.original:Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            aload 0 /* this */
            if_acmpne 6
         5: .line 568
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.recordFunctionalType:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)I
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.ordinal:I
         6: .line 570
      StackMap locals: org.eclipse.jdt.internal.compiler.impl.CompilerOptions
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.bits:I
            ldc 1073741824
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.Expression.bits:I
         7: .line 571
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            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;
            astore 3 /* lhsType */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding lhsType
         8: .line 572
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* scope */
            aload 3 /* lhsType */
            aload 3 /* lhsType */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.computeConversion:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
         9: .line 573
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 29
        10: .line 574
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            arraylength
            istore 4 /* length */
        start local 4 // int length
        11: .line 575
            aload 0 /* this */
            aload 2 /* compilerOptions */
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.sourceLevel:J
            ldc 3211264
            lcmp
            ifge 12
            iconst_1
            goto 13
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.impl.CompilerOptions org.eclipse.jdt.internal.compiler.lookup.TypeBinding int
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
        12: iconst_0
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.impl.CompilerOptions org.eclipse.jdt.internal.compiler.lookup.TypeBinding int
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression int
        13: putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.typeArgumentsHaveErrors:Z
        14: .line 576
            aload 0 /* this */
            iload 4 /* length */
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedTypeArguments:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        15: .line 577
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        16: goto 23
        17: .line 578
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iload 5 /* i */
            aaload
            astore 6 /* typeReference */
        start local 6 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeReference
        18: .line 579
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedTypeArguments:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 5 /* i */
            aload 6 /* 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 20
        19: .line 580
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.typeArgumentsHaveErrors:Z
        20: .line 582
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeReference
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.typeArgumentsHaveErrors:Z
            ifeq 22
            aload 6 /* typeReference */
            instanceof org.eclipse.jdt.internal.compiler.ast.Wildcard
            ifeq 22
        21: .line 583
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 6 /* typeReference */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.illegalUsageOfWildcard:(Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;)V
        end local 6 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeReference
        22: .line 577
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 5 /* i */
            iload 4 /* length */
            if_icmplt 17
        end local 5 // int i
        24: .line 586
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.typeArgumentsHaveErrors:Z
            ifne 25
            aload 3 /* lhsType */
            ifnonnull 26
        25: .line 587
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        26: .line 588
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isConstructorReference:()Z
            ifeq 29
            aload 3 /* lhsType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isRawType:()Z
            ifeq 29
        27: .line 589
            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.ReferenceExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.rawConstructorReferenceNotWithExplicitTypeArguments:([Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;)V
        28: .line 590
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 4 // int length
        29: .line 593
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.typeArgumentsHaveErrors:Z
            ifne 30
            aload 3 /* lhsType */
            ifnonnull 31
        30: .line 594
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        31: .line 596
      StackMap locals:
      StackMap stack:
            aload 3 /* lhsType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.problemId:()I
            bipush 21
            if_icmpne 33
        32: .line 597
            aload 3 /* lhsType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.closestMatch:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 3 /* lhsType */
        33: .line 598
      StackMap locals:
      StackMap stack:
            aload 3 /* lhsType */
            ifnull 34
            aload 3 /* lhsType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isValidBinding:()Z
            ifne 35
        34: .line 599
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        35: .line 601
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* lhsType */
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        36: .line 602
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.haveReceiver:Z
        37: .line 603
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            instanceof org.eclipse.jdt.internal.compiler.ast.NameReference
            ifeq 49
        38: .line 604
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.bits:I
            bipush 7
            iand
            iconst_4
            if_icmpne 41
        39: .line 605
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.haveReceiver:Z
        40: .line 606
            goto 51
      StackMap locals:
      StackMap stack:
        41: aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isConstructorReference:()Z
            ifeq 51
        42: .line 607
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
        43: .line 608
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
        44: .line 609
            new org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            checkcast org.eclipse.jdt.internal.compiler.ast.NameReference
            invokevirtual org.eclipse.jdt.internal.compiler.ast.NameReference.getName:()[[C
            aconst_null
        45: .line 610
            iconst_1
        46: .line 609
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding.<init>:([[CLorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;I)V
        47: .line 607
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.invalidType:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        48: .line 611
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        49: .line 613
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            instanceof org.eclipse.jdt.internal.compiler.ast.TypeReference
            ifeq 51
        50: .line 614
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.haveReceiver:Z
        51: .line 616
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.haveReceiver:Z
            ifne 53
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isSuper:()Z
            ifne 53
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isArrayConstructorReference:()Z
            ifne 53
        52: .line 617
            aload 0 /* this */
            aload 3 /* lhsType */
            aload 1 /* scope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.sourceStart:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.sourceEnd:I
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.capture:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;II)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        53: .line 619
      StackMap locals:
      StackMap stack:
            aload 3 /* lhsType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isRawType:()Z
            ifne 57
        54: .line 620
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isMethodReference:()Z
            ifeq 55
            aload 1 /* scope */
            aload 3 /* lhsType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.selector:[C
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.getExactMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[CLorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            goto 56
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.impl.CompilerOptions org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
        55: aload 1 /* scope */
            aload 3 /* lhsType */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.getExactConstructor:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.impl.CompilerOptions org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.lookup.MethodBinding
        56: dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.exactMethodBinding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        57: .line 622
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isConstructorReference:()Z
            ifeq 60
            aload 3 /* lhsType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.canBeInstantiated:()Z
            ifne 60
        58: .line 623
            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.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 3 /* lhsType */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.cannotInstantiate:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        59: .line 624
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        60: .line 627
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            instanceof org.eclipse.jdt.internal.compiler.ast.TypeReference
            ifeq 62
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            checkcast org.eclipse.jdt.internal.compiler.ast.TypeReference
            getstatic org.eclipse.jdt.internal.compiler.ast.TypeReference$AnnotationPosition.ANY:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference$AnnotationPosition;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.hasNullTypeAnnotation:(Lorg/eclipse/jdt/internal/compiler/ast/TypeReference$AnnotationPosition;)Z
            ifeq 62
        61: .line 628
            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.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            checkcast org.eclipse.jdt.internal.compiler.ast.TypeReference
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.nullAnnotationUnsupportedLocation:(Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;)V
        62: .line 631
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isConstructorReference:()Z
            ifeq 71
            aload 3 /* lhsType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isArrayType:()Z
            ifeq 71
        63: .line 632
            aload 3 /* lhsType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 4 /* leafComponentType */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafComponentType
        64: .line 633
            aload 4 /* leafComponentType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isReifiable:()Z
            ifne 67
        65: .line 634
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 4 /* leafComponentType */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.illegalGenericArray:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V
        66: .line 635
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        67: .line 637
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 70
        68: .line 638
            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.ReferenceExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.invalidTypeArguments:([Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;)V
        69: .line 639
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        70: .line 641
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* scope */
            aload 3 /* lhsType */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.getExactConstructor:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.exactMethodBinding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafComponentType
        71: .line 643
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isMethodReference:()Z
            ifeq 79
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.haveReceiver:Z
            ifeq 79
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.original:Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            aload 0 /* this */
            if_acmpne 79
        72: .line 644
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
            dup
        73: .line 645
            new java.lang.StringBuilder
            dup
            ldc " rec_"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.nameSourceStart:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.toCharArray:()[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        74: .line 646
            iconst_0
            iconst_0
            invokespecial org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.<init>:([CLorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;IZ)V
        75: .line 644
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
        76: .line 647
            aload 1 /* scope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.addLocalVariable:(Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;)V
        77: .line 648
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.setConstant:(Lorg/eclipse/jdt/internal/compiler/impl/Constant;)V
        78: .line 649
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverVariable:Lorg/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding;
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.useFlag:I
        79: .line 652
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.expectedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnonnull 86
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.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 86
        80: .line 653
            aload 2 /* compilerOptions */
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.isAnnotationBasedNullAnalysisEnabled:Z
            ifeq 82
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnull 82
        81: .line 654
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.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
        82: .line 656
      StackMap locals:
      StackMap stack:
            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
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding lhsType
        83: .line 660
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 3 /* lhsType */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding lhsType
        84: .line 661
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.typeArgumentsHaveErrors:Z
            ifne 85
            aload 3 /* lhsType */
            ifnonnull 86
        85: .line 662
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        86: .line 665
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* scope */
            invokespecial org.eclipse.jdt.internal.compiler.ast.FunctionalExpression.resolveType:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            pop
        87: .line 670
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnull 88
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifne 89
        88: .line 671
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        89: .line 674
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptorParametersAsArgumentExpressions:()[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 4 /* descriptorParameters */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] descriptorParameters
        90: .line 676
            aload 3 /* lhsType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            ifeq 93
        91: .line 677
            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.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 3 /* lhsType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.selector:[C
            aload 4 /* descriptorParameters */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.errorNoMethodFor:(Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[C[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        92: .line 678
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        93: .line 692
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]
      StackMap stack:
            aload 4 /* descriptorParameters */
            arraylength
            istore 5 /* parametersLength */
        start local 5 // int parametersLength
        94: .line 693
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isConstructorReference:()Z
            ifeq 103
            aload 3 /* lhsType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isArrayType:()Z
            ifeq 103
        95: .line 694
            iload 5 /* parametersLength */
            iconst_1
            if_icmpne 96
            aload 1 /* scope */
            aload 4 /* descriptorParameters */
            iconst_0
            aaload
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.INT:Lorg/eclipse/jdt/internal/compiler/lookup/BaseTypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.parameterCompatibilityLevel:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)I
            iconst_m1
            if_icmpne 98
        96: .line 695
      StackMap locals: int
      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 3 /* lhsType */
            aload 4 /* descriptorParameters */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.invalidArrayConstructorReference:(Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        97: .line 696
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        98: .line 698
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isProperType:(Z)Z
            ifeq 101
            aload 3 /* lhsType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifne 101
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            bipush 6
            if_icmpeq 101
        99: .line 699
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            aload 3 /* lhsType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.constructedArrayIncompatible:(Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
       100: .line 700
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
       101: .line 702
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.checkNullAnnotations:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
       102: .line 703
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
       103: .line 707
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isMethodReference:()Z
            istore 6 /* isMethodReference */
        start local 6 // boolean isMethodReference
       104: .line 708
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.depth:I
       105: .line 709
            aload 0 /* this */
            aload 4 /* descriptorParameters */
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.freeParameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
       106: .line 710
            aconst_null
            astore 7 /* someMethod */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding someMethod
       107: .line 711
            iload 6 /* isMethodReference */
            ifeq 110
       108: .line 712
            aload 1 /* scope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.selector:[C
            aload 4 /* descriptorParameters */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.getMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[C[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 7 /* someMethod */
       109: .line 713
            goto 115
       110: .line 714
      StackMap locals: int org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.argumentsTypeElided:()Z
            ifeq 113
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isRawType:()Z
            ifeq 113
       111: .line 715
            iconst_1
            newarray 4
            astore 8 /* inferredReturnType */
        start local 8 // boolean[] inferredReturnType
       112: .line 716
            aload 1 /* scope */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 8 /* inferredReturnType */
            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 7 /* someMethod */
        end local 8 // boolean[] inferredReturnType
       113: .line 718
      StackMap locals:
      StackMap stack:
            aload 7 /* someMethod */
            ifnonnull 115
       114: .line 719
            aload 1 /* scope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            aload 4 /* descriptorParameters */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.getConstructor:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 7 /* someMethod */
       115: .line 721
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.depth:I
            istore 8 /* someMethodDepth */
        start local 8 // int someMethodDepth
       116: iconst_0
            istore 9 /* anotherMethodDepth */
        start local 9 // int anotherMethodDepth
       117: .line 722
            aload 7 /* someMethod */
            ifnull 121
            aload 7 /* someMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifeq 121
       118: .line 723
            aload 7 /* someMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isStatic:()Z
            ifeq 121
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.haveReceiver:Z
            ifne 119
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isParameterizedTypeWithActualArguments:()Z
            ifeq 121
       119: .line 724
      StackMap locals: int int
      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 7 /* someMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.methodMustBeAccessedStatically:(Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
       120: .line 725
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
       121: .line 729
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isSuper:()Z
            ifeq 123
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isInterface:()Z
            ifeq 123
       122: .line 730
            aload 1 /* scope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.selector:[C
            aload 7 /* someMethod */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor: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 */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.checkAppropriateMethodAgainstSupers:([CLorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;)V
       123: .line 733
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 10 /* anotherMethod */
        start local 10 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding anotherMethod
       124: .line 734
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverPrecedesParameters:Z
       125: .line 735
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.haveReceiver:Z
            ifne 142
            iload 6 /* isMethodReference */
            ifeq 142
            iload 5 /* parametersLength */
            ifle 142
       126: .line 736
            aload 4 /* descriptorParameters */
            iconst_0
            aaload
            astore 11 /* potentialReceiver */
        start local 11 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding potentialReceiver
       127: .line 737
            aload 11 /* potentialReceiver */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 1 /* 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 142
       128: .line 738
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 12 /* typeToSearch */
        start local 12 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding typeToSearch
       129: .line 739
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isRawType:()Z
            ifeq 133
       130: .line 740
            aload 11 /* potentialReceiver */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.findSuperTypeOriginatingFrom:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 13 /* superType */
        start local 13 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding superType
       131: .line 741
            aload 13 /* superType */
            ifnull 133
       132: .line 742
            aload 13 /* superType */
            aload 1 /* scope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.sourceStart:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.sourceEnd:I
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.capture:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;II)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 12 /* typeToSearch */
        end local 13 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding superType
       133: .line 744
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_PARAMETERS:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 13 /* parameters */
        start local 13 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] parameters
       134: .line 745
            iload 5 /* parametersLength */
            iconst_1
            if_icmple 137
       135: .line 746
            iload 5 /* parametersLength */
            iconst_1
            isub
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            astore 13 /* parameters */
       136: .line 747
            aload 4 /* descriptorParameters */
            iconst_1
            aload 13 /* parameters */
            iconst_0
            iload 5 /* parametersLength */
            iconst_1
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
       137: .line 749
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.depth:I
       138: .line 750
            aload 0 /* this */
            aload 13 /* parameters */
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.freeParameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
       139: .line 751
            aload 1 /* scope */
            aload 12 /* typeToSearch */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.selector:[C
            aload 13 /* parameters */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.getMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[C[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 10 /* anotherMethod */
       140: .line 752
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.depth:I
            istore 9 /* anotherMethodDepth */
       141: .line 753
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.depth:I
        end local 13 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] parameters
        end local 12 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding typeToSearch
        end local 11 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding potentialReceiver
       142: .line 757
      StackMap locals:
      StackMap stack:
            aload 7 /* someMethod */
            ifnull 145
            aload 7 /* someMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifeq 145
            aload 7 /* someMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isStatic:()Z
            ifeq 145
            aload 10 /* anotherMethod */
            ifnull 145
            aload 10 /* anotherMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifeq 145
            aload 10 /* anotherMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isStatic:()Z
            ifne 145
       143: .line 758
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            aload 10 /* anotherMethod */
            aload 7 /* someMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.methodReferenceSwingsBothWays:(Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
       144: .line 759
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
       145: .line 762
      StackMap locals:
      StackMap stack:
            aload 7 /* someMethod */
            ifnull 154
            aload 7 /* someMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifeq 154
            aload 10 /* anotherMethod */
            ifnull 146
            aload 10 /* anotherMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifeq 146
            aload 10 /* anotherMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isStatic:()Z
            ifeq 154
       146: .line 763
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 7 /* someMethod */
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
       147: .line 764
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.bits:I
            sipush -8161
            iand
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.bits:I
       148: .line 765
            iload 8 /* someMethodDepth */
            ifle 150
       149: .line 766
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.bits:I
            iload 8 /* someMethodDepth */
            sipush 255
            iand
            iconst_5
            ishl
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.bits:I
       150: .line 768
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.haveReceiver:Z
            ifne 165
       151: .line 769
            aload 7 /* someMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isStatic:()Z
            ifne 165
            aload 7 /* someMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isConstructor:()Z
            ifne 165
       152: .line 770
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            aload 7 /* someMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.methodMustBeAccessedWithInstance:(Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
       153: .line 771
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
       154: .line 774
      StackMap locals:
      StackMap stack:
            aload 10 /* anotherMethod */
            ifnull 163
            aload 10 /* anotherMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifeq 163
            aload 7 /* someMethod */
            ifnull 155
            aload 7 /* someMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifeq 155
            aload 7 /* someMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isStatic:()Z
            ifne 163
       155: .line 775
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 10 /* anotherMethod */
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
       156: .line 776
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverPrecedesParameters:Z
       157: .line 777
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.bits:I
            sipush -8161
            iand
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.bits:I
       158: .line 778
            iload 9 /* anotherMethodDepth */
            ifle 160
       159: .line 779
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.bits:I
            iload 9 /* anotherMethodDepth */
            sipush 255
            iand
            iconst_5
            ishl
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.bits:I
       160: .line 781
      StackMap locals:
      StackMap stack:
            aload 10 /* anotherMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isStatic:()Z
            ifeq 165
       161: .line 782
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            aload 10 /* anotherMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.methodMustBeAccessedStatically:(Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
       162: .line 783
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
       163: .line 786
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
       164: .line 787
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.bits:I
            sipush -8161
            iand
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.bits:I
       165: .line 790
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnonnull 171
       166: .line 791
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isConstructorReference:()Z
            ifeq 167
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.sourceName:()[C
            goto 168
      StackMap locals:
      StackMap stack:
       167: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.selector:[C
      StackMap locals:
      StackMap stack: char[]
       168: astore 11 /* visibleName */
        start local 11 // char[] visibleName
       169: .line 792
            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.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 11 /* visibleName */
            aload 4 /* descriptorParameters */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.danglingReference:(Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[C[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
       170: .line 793
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 11 // char[] visibleName
       171: .line 798
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isAbstract:()Z
            ifeq 173
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isSuper:()Z
            ifeq 173
       172: .line 799
            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.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.cannotDireclyInvokeAbstractMethod:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
       173: .line 801
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isStatic:()Z
            ifeq 177
       174: .line 802
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.notEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 180
       175: .line 803
            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.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.indirectAccessToStaticMethod:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
       176: .line 804
            goto 180
       177: .line 805
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.sourceMethod:()Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
            astore 11 /* srcMethod */
        start local 11 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration srcMethod
       178: .line 806
            aload 11 /* srcMethod */
            ifnull 180
            aload 11 /* srcMethod */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.isMethod:()Z
            ifeq 180
       179: .line 807
            aload 11 /* srcMethod */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.bits:I
            sipush -257
            iand
            putfield org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.bits:I
        end local 11 // org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration srcMethod
       180: .line 810
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 1 /* scope */
            iconst_1
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isMethodUseDeprecated:(Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;ZLorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;)Z
            ifeq 182
       181: .line 811
            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.ReferenceExpression.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
       182: .line 813
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 184
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.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 184
       183: .line 814
            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.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedTypeArguments:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.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
       184: .line 816
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.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 186
       185: .line 817
            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.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.missingTypeInMethod:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V
       186: .line 821
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 11 /* methodExceptions */
        start local 11 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] methodExceptions
       187: .line 822
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.thrownExceptions:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 12 /* kosherExceptions */
        start local 12 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] kosherExceptions
       188: .line 823
            iconst_0
            istore 13 /* i */
        start local 13 // int i
       189: aload 11 /* methodExceptions */
            arraylength
            istore 14 /* iMax */
        start local 14 // int iMax
       190: goto 202
       191: .line 824
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.impl.CompilerOptions org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int int org.eclipse.jdt.internal.compiler.lookup.MethodBinding int int org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int int
      StackMap stack:
            aload 11 /* methodExceptions */
            iload 13 /* i */
            aaload
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isUncheckedException:(Z)Z
            ifeq 193
       192: .line 825
            goto 201
       193: .line 827
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 15 /* j */
        start local 15 // int j
       194: aload 12 /* kosherExceptions */
            arraylength
            istore 16 /* jMax */
        start local 16 // int jMax
       195: goto 199
       196: .line 828
      StackMap locals: int int
      StackMap stack:
            aload 11 /* methodExceptions */
            iload 13 /* i */
            aaload
            aload 12 /* kosherExceptions */
            iload 15 /* j */
            aaload
            aload 1 /* 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 198
       197: .line 829
            goto 201
       198: .line 827
      StackMap locals:
      StackMap stack:
            iinc 15 /* j */ 1
      StackMap locals:
      StackMap stack:
       199: iload 15 /* j */
            iload 16 /* jMax */
            if_icmplt 196
        end local 16 // int jMax
        end local 15 // int j
       200: .line 831
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 11 /* methodExceptions */
            iload 13 /* i */
            aaload
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.unhandledException:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;)V
       201: .line 823
      StackMap locals:
      StackMap stack:
            iinc 13 /* i */ 1
      StackMap locals:
      StackMap stack:
       202: iload 13 /* i */
            iload 14 /* iMax */
            if_icmplt 191
        end local 14 // int iMax
        end local 13 // int i
       203: .line 833
            aload 0 /* this */
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.checkNullAnnotations:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
       204: .line 834
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.freeParameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
       205: .line 836
            aload 1 /* scope */
            aconst_null
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aconst_null
            aload 4 /* descriptorParameters */
            iconst_0
            aload 0 /* this */
            invokestatic org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.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 207
       206: .line 837
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.bits:I
            ldc 65536
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.bits:I
       207: .line 839
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            bipush 6
            if_icmpeq 226
       208: .line 840
            aconst_null
            astore 13 /* returnType */
        start local 13 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding returnType
       209: .line 841
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isConstructor:()Z
            ifeq 212
       210: .line 842
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 13 /* returnType */
       211: .line 843
            goto 220
       212: .line 844
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.bits:I
            ldc 65536
            iand
            ifeq 217
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedTypeArguments:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnonnull 217
       213: .line 845
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 13 /* returnType */
       214: .line 846
            aload 13 /* returnType */
            ifnull 220
       215: .line 847
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.environment:()Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 13 /* returnType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.erasure:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.convertToRawType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Z)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 13 /* returnType */
       216: .line 849
            goto 220
       217: .line 850
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 13 /* returnType */
       218: .line 851
            aload 13 /* returnType */
            ifnull 220
       219: .line 852
            aload 13 /* returnType */
            aload 1 /* scope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.sourceStart:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.sourceEnd:I
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.capture:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;II)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 13 /* returnType */
       220: .line 856
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isProperType:(Z)Z
            ifeq 226
       221: .line 857
            aload 13 /* returnType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 1 /* 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
            ifne 226
       222: .line 858
            aload 0 /* this */
            aload 13 /* returnType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 0 /* this */
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isBoxingCompatible:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/Expression;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
            ifne 226
       223: .line 860
            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.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.incompatibleReturnType:(Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
       224: .line 861
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
       225: .line 862
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        end local 13 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding returnType
       226: .line 866
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 12 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] kosherExceptions
        end local 11 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] methodExceptions
        end local 10 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding anotherMethod
        end local 9 // int anotherMethodDepth
        end local 8 // int someMethodDepth
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding someMethod
        end local 6 // boolean isMethodReference
        end local 5 // int parametersLength
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] descriptorParameters
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding lhsType
        end local 2 // org.eclipse.jdt.internal.compiler.impl.CompilerOptions compilerOptions
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0  227     0                  this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            0  227     1                 scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            1  227     2       compilerOptions  Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            8   83     3               lhsType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           84  227     3               lhsType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           11   29     4                length  I
           16   24     5                     i  I
           18   22     6         typeReference  Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
           64   71     4     leafComponentType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           90  227     4  descriptorParameters  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           94  227     5      parametersLength  I
          104  227     6     isMethodReference  Z
          107  227     7            someMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
          112  113     8    inferredReturnType  [Z
          116  227     8       someMethodDepth  I
          117  227     9    anotherMethodDepth  I
          124  227    10         anotherMethod  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
          127  142    11     potentialReceiver  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
          129  142    12          typeToSearch  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
          131  133    13             superType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
          134  142    13            parameters  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
          169  171    11           visibleName  [C
          178  180    11             srcMethod  Lorg/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration;
          187  227    11      methodExceptions  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
          188  227    12      kosherExceptions  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
          189  203    13                     i  I
          190  203    14                  iMax  I
          194  200    15                     j  I
          195  200    16                  jMax  I
          209  226    13            returnType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
       Name  Flags
      scope  

  protected void checkNullAnnotations(org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=12, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
         0: .line 870
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            astore 2 /* compilerOptions */
        start local 2 // org.eclipse.jdt.internal.compiler.impl.CompilerOptions compilerOptions
         1: .line 871
            aload 2 /* compilerOptions */
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.isAnnotationBasedNullAnalysisEnabled:Z
            ifeq 48
         2: .line 872
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.expectedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 3
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.expectedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokestatic org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching.hasContradictions:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifne 48
         3: .line 873
      StackMap locals: org.eclipse.jdt.internal.compiler.impl.CompilerOptions
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.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
         4: .line 876
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.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
            istore 4 /* expectedlen */
        start local 4 // int expectedlen
         5: .line 877
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 5 /* providedLen */
        start local 5 // int providedLen
         6: .line 878
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverPrecedesParameters:Z
            ifeq 14
         7: .line 879
            iinc 5 /* providedLen */ -1
         8: .line 881
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_0
            aaload
            astore 6 /* descriptorParameter */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding descriptorParameter
         9: .line 882
            aload 6 /* descriptorParameter */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.tagBits:J
            ldc 36028797018963968
            land
            lconst_0
            lcmp
            ifeq 14
        10: .line 883
            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.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.declaringClass:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
        11: .line 884
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
            dup
            iconst_0
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.environment:()Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getNonNullAnnotation:()Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            aastore
        12: .line 883
            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;
            astore 7 /* receiver */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding receiver
        13: .line 885
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            aload 7 /* receiver */
            aload 6 /* descriptorParameter */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            iconst_m1
            getstatic org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching.NULL_ANNOTATIONS_MISMATCH:Lorg/eclipse/jdt/internal/compiler/ast/NullAnnotationMatching;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.referenceExpressionArgumentNullityMismatch:(Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;ILorg/eclipse/jdt/internal/compiler/ast/NullAnnotationMatching;)V
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding receiver
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding descriptorParameter
        14: .line 888
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.impl.CompilerOptions top int int
      StackMap stack:
            iconst_0
            istore 6 /* isVarArgs */
        start local 6 // boolean isVarArgs
        15: .line 889
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isVarargs:()Z
            ifeq 23
        16: .line 890
            iload 5 /* providedLen */
            iload 4 /* expectedlen */
            if_icmpne 19
        17: .line 891
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 4 /* expectedlen */
            iconst_1
            isub
            aaload
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 4 /* expectedlen */
            iconst_1
            isub
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isCompatibleWith:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 18
            iconst_0
            goto 20
      StackMap locals: int
      StackMap stack:
        18: iconst_1
            goto 20
        19: .line 892
      StackMap locals:
      StackMap stack:
            iconst_1
        20: .line 890
      StackMap locals:
      StackMap stack: int
            istore 6 /* isVarArgs */
        21: .line 893
            iload 5 /* providedLen */
            istore 3 /* len */
        start local 3 // int len
        22: .line 894
            goto 24
        end local 3 // int len
        23: .line 895
      StackMap locals:
      StackMap stack:
            iload 4 /* expectedlen */
            iload 5 /* providedLen */
            invokestatic java.lang.Math.min:(II)I
            istore 3 /* len */
        start local 3 // int len
        24: .line 897
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.impl.CompilerOptions int int int int
      StackMap stack:
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        25: goto 40
        26: .line 898
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 7 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverPrecedesParameters:Z
            ifeq 27
            iconst_1
            goto 28
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.impl.CompilerOptions int int int int int
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int
        27: iconst_0
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.impl.CompilerOptions int int int int int
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int int
        28: iadd
            aaload
            astore 8 /* descriptorParameter */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding descriptorParameter
        29: .line 899
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 7 /* i */
            iload 6 /* isVarArgs */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.InferenceContext18.getParameter:([Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;IZ)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 9 /* bindingParameter */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding bindingParameter
        30: .line 901
            aload 9 /* bindingParameter */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isPrimitiveType:()Z
            ifeq 35
            aload 8 /* descriptorParameter */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isPrimitiveType:()Z
            ifne 35
        31: .line 903
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.environment:()Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 1 /* scope */
            aload 9 /* bindingParameter */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.boxing:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        32: .line 904
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
            dup
            iconst_0
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.environment:()Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getNonNullAnnotation:()Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            aastore
        33: .line 903
            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;
            astore 10 /* bindingParameterToCheck */
        start local 10 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding bindingParameterToCheck
        34: .line 905
            goto 36
        end local 10 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding bindingParameterToCheck
        35: .line 906
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 9 /* bindingParameter */
            astore 10 /* bindingParameterToCheck */
        start local 10 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding bindingParameterToCheck
        36: .line 908
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 10 /* bindingParameterToCheck */
            aload 8 /* descriptorParameter */
            iconst_1
            invokestatic org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching.analyse:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I)Lorg/eclipse/jdt/internal/compiler/ast/NullAnnotationMatching;
            astore 11 /* annotationStatus */
        start local 11 // org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching annotationStatus
        37: .line 909
            aload 11 /* annotationStatus */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching.isAnyMismatch:()Z
            ifeq 39
        38: .line 911
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            aload 9 /* bindingParameter */
            aload 8 /* descriptorParameter */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            iload 7 /* i */
            aload 11 /* annotationStatus */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.referenceExpressionArgumentNullityMismatch:(Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;ILorg/eclipse/jdt/internal/compiler/ast/NullAnnotationMatching;)V
        end local 11 // org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching annotationStatus
        end local 10 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding bindingParameterToCheck
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding bindingParameter
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding descriptorParameter
        39: .line 897
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        40: iload 7 /* i */
            iload 3 /* len */
            if_icmplt 26
        end local 7 // int i
        41: .line 914
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 7 /* returnType */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding returnType
        42: .line 915
            aload 7 /* returnType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isPrimitiveType:()Z
            ifne 48
        43: .line 916
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isConstructor:()Z
            ifeq 45
        44: .line 917
            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.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
            dup
            iconst_0
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.environment:()Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getNonNullAnnotation:()Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            aastore
            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;
            astore 7 /* returnType */
        45: .line 919
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.impl.CompilerOptions int int int int org.eclipse.jdt.internal.compiler.lookup.TypeBinding
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 7 /* returnType */
            iconst_1
            invokestatic org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching.analyse:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I)Lorg/eclipse/jdt/internal/compiler/ast/NullAnnotationMatching;
            astore 8 /* annotationStatus */
        start local 8 // org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching annotationStatus
        46: .line 920
            aload 8 /* annotationStatus */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching.isAnyMismatch:()Z
            ifeq 48
        47: .line 921
            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.ReferenceExpression.descriptor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            aload 8 /* annotationStatus */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching.isUnchecked:()Z
            aload 7 /* returnType */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.illegalReturnRedefinition:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;ZLorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        end local 8 // org.eclipse.jdt.internal.compiler.ast.NullAnnotationMatching annotationStatus
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding returnType
        end local 6 // boolean isVarArgs
        end local 5 // int providedLen
        end local 4 // int expectedlen
        end local 3 // int len
        48: .line 926
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.lookup.BlockScope org.eclipse.jdt.internal.compiler.impl.CompilerOptions
      StackMap stack:
            return
        end local 2 // org.eclipse.jdt.internal.compiler.impl.CompilerOptions compilerOptions
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   49     0                     this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            0   49     1                    scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            1   49     2          compilerOptions  Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
           22   23     3                      len  I
           24   48     3                      len  I
            5   48     4              expectedlen  I
            6   48     5              providedLen  I
            9   14     6      descriptorParameter  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           13   14     7                 receiver  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           15   48     6                isVarArgs  Z
           25   41     7                        i  I
           29   39     8      descriptorParameter  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           30   39     9         bindingParameter  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           34   35    10  bindingParameterToCheck  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           36   39    10  bindingParameterToCheck  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           37   39    11         annotationStatus  Lorg/eclipse/jdt/internal/compiler/ast/NullAnnotationMatching;
           42   48     7               returnType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           46   48     8         annotationStatus  Lorg/eclipse/jdt/internal/compiler/ast/NullAnnotationMatching;
    MethodParameters:
       Name  Flags
      scope  

  private org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] descriptorParametersAsArgumentExpressions();
    descriptor: ()[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
         0: .line 930
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnull 1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            ifne 2
         1: .line 931
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_PARAMETERS:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
         2: .line 939
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.expectedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isParameterizedType:()Z
            ifeq 6
         3: .line 940
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.expectedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
            astore 1 /* type */
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding type
         4: .line 941
            aload 1 /* type */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.enclosingScope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            iconst_1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.sourceStart:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.sourceEnd:I
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.getSingleAbstractMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;ZII)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 2 /* method */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding method
         5: .line 942
            aload 2 /* method */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding method
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding type
         6: .line 944
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.descriptor:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            4    6     1    type  Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding;
            5    6     2  method  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;

  private org.eclipse.jdt.internal.compiler.ast.ReferenceExpression cachedResolvedCopy(org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding targetType
         0: .line 950
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.copiesPerTargetType:Ljava/util/HashMap;
            ifnull 1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.copiesPerTargetType:Ljava/util/HashMap;
            aload 1 /* targetType */
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
         2: astore 2 /* copy */
        start local 2 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression copy
         3: .line 951
            aload 2 /* copy */
            ifnull 5
         4: .line 952
            aload 2 /* copy */
            areturn
         5: .line 954
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.enclosingScope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            getstatic org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.silentErrorHandlingPolicy:Lorg/eclipse/jdt/internal/compiler/IErrorHandlingPolicy;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.switchErrorHandlingPolicy:(Lorg/eclipse/jdt/internal/compiler/IErrorHandlingPolicy;)Lorg/eclipse/jdt/internal/compiler/IErrorHandlingPolicy;
            astore 3 /* oldPolicy */
        start local 3 // org.eclipse.jdt.internal.compiler.IErrorHandlingPolicy oldPolicy
         6: .line 956
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.copy:()Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            astore 2 /* copy */
         7: .line 957
            aload 2 /* copy */
            ifnonnull 10
         8: .line 970
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.enclosingScope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 3 /* oldPolicy */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.switchErrorHandlingPolicy:(Lorg/eclipse/jdt/internal/compiler/IErrorHandlingPolicy;)Lorg/eclipse/jdt/internal/compiler/IErrorHandlingPolicy;
            pop
         9: .line 958
            aconst_null
            areturn
        10: .line 960
      StackMap locals: org.eclipse.jdt.internal.compiler.IErrorHandlingPolicy
      StackMap stack:
            aload 2 /* copy */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.expressionContext:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.setExpressionContext:(Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;)V
        11: .line 961
            aload 2 /* copy */
            aload 1 /* targetType */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.setExpectedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
        12: .line 962
            aload 2 /* copy */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.enclosingScope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolveType:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            pop
        13: .line 964
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.copiesPerTargetType:Ljava/util/HashMap;
            ifnonnull 15
        14: .line 965
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.copiesPerTargetType:Ljava/util/HashMap;
        15: .line 966
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.copiesPerTargetType:Ljava/util/HashMap;
            aload 1 /* targetType */
            aload 2 /* copy */
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        16: .line 968
            aload 2 /* copy */
            astore 5
        17: .line 970
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.enclosingScope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 3 /* oldPolicy */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.switchErrorHandlingPolicy:(Lorg/eclipse/jdt/internal/compiler/IErrorHandlingPolicy;)Lorg/eclipse/jdt/internal/compiler/IErrorHandlingPolicy;
            pop
        18: .line 968
            aload 5
            areturn
        19: .line 969
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        20: .line 970
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.enclosingScope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 3 /* oldPolicy */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.switchErrorHandlingPolicy:(Lorg/eclipse/jdt/internal/compiler/IErrorHandlingPolicy;)Lorg/eclipse/jdt/internal/compiler/IErrorHandlingPolicy;
            pop
        21: .line 971
            aload 4
            athrow
        end local 3 // org.eclipse.jdt.internal.compiler.IErrorHandlingPolicy oldPolicy
        end local 2 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression copy
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding targetType
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   22     0        this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            0   22     1  targetType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            3   22     2        copy  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            6   22     3   oldPolicy  Lorg/eclipse/jdt/internal/compiler/IErrorHandlingPolicy;
      Exception table:
        from    to  target  type
           6     8      19  any
          10    17      19  any
    MethodParameters:
            Name  Flags
      targetType  

  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.ReferenceExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding method
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.InferenceContext18 context
         0: .line 975
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.inferenceContexts:Ljava/util/HashMap;
            ifnonnull 2
         1: .line 976
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.inferenceContexts:Ljava/util/HashMap;
         2: .line 977
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.inferenceContexts:Ljava/util/HashMap;
            aload 1 /* method */
            aload 2 /* context */
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 978
            return
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.InferenceContext18 context
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding method
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            0    4     1   method  Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding;
            0    4     2  context  Lorg/eclipse/jdt/internal/compiler/lookup/InferenceContext18;
    MethodParameters:
         Name  Flags
      method   
      context  

  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.ReferenceExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding method
         0: .line 981
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.inferenceContexts:Ljava/util/HashMap;
            ifnonnull 2
         1: .line 982
            aconst_null
            areturn
         2: .line 983
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.inferenceContexts:Ljava/util/HashMap;
            aload 1 /* method */
            invokevirtual java.util.HashMap.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.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            0    3     1  method  Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding;
    MethodParameters:
        Name  Flags
      method  

  public org.eclipse.jdt.internal.compiler.ast.ReferenceExpression resolveExpressionExpecting(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.Scope, org.eclipse.jdt.internal.compiler.lookup.InferenceContext18);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/InferenceContext18;)Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding targetType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.InferenceContext18 inferenceContext
         0: .line 988
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.exactMethodBinding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnull 11
         1: .line 989
            aload 1 /* targetType */
            aload 2 /* scope */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.getSingleAbstractMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Z)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 4 /* functionType */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding functionType
         2: .line 990
            aload 4 /* functionType */
            ifnull 3
            aload 4 /* functionType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.problemId:()I
            bipush 17
            if_icmpne 4
         3: .line 991
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            aconst_null
            areturn
         4: .line 992
      StackMap locals:
      StackMap stack:
            aload 4 /* functionType */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 5 /* n */
        start local 5 // int n
         5: .line 993
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.exactMethodBinding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 6 /* k */
        start local 6 // int k
         6: .line 995
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.haveReceiver:Z
            ifne 8
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isMethodReference:()Z
            ifeq 8
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.exactMethodBinding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isStatic:()Z
            ifne 8
         7: .line 996
            iinc 6 /* k */ 1
         8: .line 998
      StackMap locals: int int
      StackMap stack:
            iload 5 /* n */
            iload 6 /* k */
            if_icmpne 9
            aload 0 /* this */
            goto 10
      StackMap locals:
      StackMap stack:
         9: aconst_null
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
        10: areturn
        end local 6 // int k
        end local 5 // int n
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding functionType
        11: .line 1001
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* targetType */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.cachedResolvedCopy:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            astore 4 /* copy */
        start local 4 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression copy
        12: .line 1002
            aload 4 /* copy */
            ifnull 13
            aload 4 /* copy */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 13
            aload 4 /* copy */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isValidBinding:()Z
            ifeq 13
            aload 4 /* copy */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnull 13
            aload 4 /* copy */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifeq 13
            aload 4 /* copy */
            goto 14
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
      StackMap stack:
        13: aconst_null
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
        14: areturn
        end local 4 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression copy
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.InferenceContext18 inferenceContext
        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.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   15     0              this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            0   15     1        targetType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   15     2             scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            0   15     3  inferenceContext  Lorg/eclipse/jdt/internal/compiler/lookup/InferenceContext18;
            2   11     4      functionType  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            5   11     5                 n  I
            6   11     6                 k  I
           12   15     4              copy  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
    MethodParameters:
                  Name  Flags
      targetType        
      scope             
      inferenceContext  

  public boolean isConstructorReference();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
         0: .line 1006
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.selector:[C
            getstatic org.eclipse.jdt.internal.compiler.codegen.ConstantPool.Init:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;

  public boolean isExactMethodReference();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
         0: .line 1011
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.exactMethodBinding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;

  public org.eclipse.jdt.internal.compiler.lookup.MethodBinding getExactMethod();
    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.ReferenceExpression this
         0: .line 1015
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.exactMethodBinding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;

  public boolean isMethodReference();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
         0: .line 1019
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.selector:[C
            getstatic org.eclipse.jdt.internal.compiler.codegen.ConstantPool.Init:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;

  public boolean isPertinentToApplicability(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;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression 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 1024
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isExactMethodReference:()Z
            ifne 2
         1: .line 1025
            iconst_0
            ireturn
         2: .line 1027
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* targetType */
            aload 2 /* method */
            invokespecial org.eclipse.jdt.internal.compiler.ast.FunctionalExpression.isPertinentToApplicability:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ireturn
        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.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            0    3     1  targetType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    3     2      method  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    MethodParameters:
            Name  Flags
      targetType  
      method      

  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.ReferenceExpression this
         0: .line 1032
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedTypeArguments:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;

  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=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 1037
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.expressionContext:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
            getstatic org.eclipse.jdt.internal.compiler.ast.ExpressionContext.VANILLA_CONTEXT:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
            if_acmpeq 3
         1: .line 1038
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.freeParameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.createPseudoExpressions:([Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            astore 2 /* arguments */
        start local 2 // org.eclipse.jdt.internal.compiler.ast.Expression[] arguments
         2: .line 1039
            new org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
            dup
            aload 1 /* scope */
            aload 2 /* arguments */
            aload 0 /* this */
            aconst_null
            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 2 // org.eclipse.jdt.internal.compiler.ast.Expression[] arguments
         3: .line 1041
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            0    4     1      scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            2    3     2  arguments  [Lorg/eclipse/jdt/internal/compiler/ast/Expression;
    MethodParameters:
       Name  Flags
      scope  

  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.ReferenceExpression this
         0: .line 1046
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.isSuper:()Z
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;

  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.ReferenceExpression this
         0: .line 1051
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.haveReceiver:Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;

  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.ReferenceExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding receiverType
         0: .line 1056
            return
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding receiverType
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            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=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
        start local 1 // int depth
         0: .line 1061
            aload 0 /* this */
            iload 1 /* depth */
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.depth:I
         1: .line 1062
            return
        end local 1 // int depth
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            0    2     1  depth  I
    MethodParameters:
       Name  Flags
      depth  

  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.ReferenceExpression this
        start local 1 // int depth
         0: .line 1066
            return
        end local 1 // int depth
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            0    1     1  depth  I
    MethodParameters:
       Name  Flags
      depth  

  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.ReferenceExpression this
        start local 1 // int tab
        start local 2 // java.lang.StringBuffer output
         0: .line 1072
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            iconst_0
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.print:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
         1: .line 1073
            aload 2 /* output */
            ldc "::"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 1074
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnull 13
         3: .line 1075
            aload 2 /* output */
            bipush 60
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         4: .line 1076
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            arraylength
            iconst_1
            isub
            istore 3 /* max */
        start local 3 // int max
         5: .line 1077
            iconst_0
            istore 4 /* j */
        start local 4 // int j
         6: goto 10
         7: .line 1078
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.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 1079
            aload 2 /* output */
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         9: .line 1077
            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 1081
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.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 1082
            aload 2 /* output */
            bipush 62
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        end local 3 // int max
        13: .line 1084
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isConstructorReference:()Z
            ifeq 15
        14: .line 1085
            aload 2 /* output */
            ldc "new"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
            goto 16
        15: .line 1087
      StackMap locals:
      StackMap stack:
            aload 2 /* output */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.selector:[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
        16: .line 1089
      StackMap locals:
      StackMap stack:
            aload 2 /* output */
            areturn
        end local 2 // java.lang.StringBuffer output
        end local 1 // int tab
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            0   17     1     tab  I
            0   17     2  output  Ljava/lang/StringBuffer;
            5   13     3     max  I
            6   11     4       j  I
    MethodParameters:
        Name  Flags
      tab     
      output  

  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.ReferenceExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.ASTVisitor visitor
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope blockScope
         0: .line 1095
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* blockScope */
            invokevirtual org.eclipse.jdt.internal.compiler.ASTVisitor.visit:(Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Z
            ifeq 10
         1: .line 1097
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            aload 1 /* visitor */
            aload 2 /* blockScope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Expression.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
         2: .line 1099
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            ifnonnull 3
            iconst_0
            goto 4
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            arraylength
      StackMap locals:
      StackMap stack: int
         4: istore 3 /* length */
        start local 3 // int length
         5: .line 1100
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         6: goto 9
         7: .line 1101
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.typeArguments:[Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            iload 4 /* i */
            aaload
            aload 1 /* visitor */
            aload 2 /* blockScope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
         8: .line 1100
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            iload 3 /* length */
            if_icmplt 7
        end local 4 // int i
        end local 3 // int length
        10: .line 1104
      StackMap locals:
      StackMap stack:
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* blockScope */
            invokevirtual org.eclipse.jdt.internal.compiler.ASTVisitor.endVisit:(Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
        11: .line 1105
            return
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope blockScope
        end local 1 // org.eclipse.jdt.internal.compiler.ASTVisitor visitor
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            0   12     1     visitor  Lorg/eclipse/jdt/internal/compiler/ASTVisitor;
            0   12     2  blockScope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            5   10     3      length  I
            6   10     4           i  I
    MethodParameters:
            Name  Flags
      visitor     
      blockScope  

  public org.eclipse.jdt.internal.compiler.ast.Expression[] createPseudoExpressions(org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)[Lorg/eclipse/jdt/internal/compiler/ast/Expression;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] p
         0: .line 1112
            aload 1 /* p */
            arraylength
            anewarray org.eclipse.jdt.internal.compiler.ast.Expression
            astore 2 /* expressions */
        start local 2 // org.eclipse.jdt.internal.compiler.ast.Expression[] expressions
         1: .line 1113
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.sourceStart:I
            i2l
            bipush 32
            lshl
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.sourceEnd:I
            i2l
            ladd
            lstore 3 /* pos */
        start local 3 // long pos
         2: .line 1114
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         3: goto 7
         4: .line 1115
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.Expression[] long int
      StackMap stack:
            aload 2 /* expressions */
            iload 5 /* i */
            new org.eclipse.jdt.internal.compiler.ast.SingleNameReference
            dup
            new java.lang.StringBuilder
            dup
            ldc "fakeArg"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 5 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.toCharArray:()[C
            lload 3 /* pos */
            invokespecial org.eclipse.jdt.internal.compiler.ast.SingleNameReference.<init>:([CJ)V
            aastore
         5: .line 1116
            aload 2 /* expressions */
            iload 5 /* i */
            aaload
            aload 1 /* p */
            iload 5 /* i */
            aaload
            putfield org.eclipse.jdt.internal.compiler.ast.Expression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
         6: .line 1114
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 5 /* i */
            aload 1 /* p */
            arraylength
            if_icmplt 4
        end local 5 // int i
         8: .line 1118
            aload 2 /* expressions */
            areturn
        end local 3 // long pos
        end local 2 // org.eclipse.jdt.internal.compiler.ast.Expression[] expressions
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] p
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            0    9     1            p  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            1    9     2  expressions  [Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            2    9     3          pos  J
            3    8     5            i  I
    MethodParameters:
      Name  Flags
      p     

  public boolean isPotentiallyCompatibleWith(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=6, locals=11, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression 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 1124
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isConstructorReference:()Z
            istore 3 /* isConstructorRef */
        start local 3 // boolean isConstructorRef
         1: .line 1125
            iload 3 /* isConstructorRef */
            ifeq 8
         2: .line 1126
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnonnull 4
         3: .line 1127
            iconst_0
            ireturn
         4: .line 1128
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isArrayType:()Z
            ifeq 8
         5: .line 1129
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 4 /* leafComponentType */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafComponentType
         6: .line 1130
            aload 4 /* leafComponentType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isReifiable:()Z
            ifne 8
         7: .line 1131
            iconst_0
            ireturn
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding leafComponentType
         8: .line 1137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* targetType */
            aconst_null
            invokespecial org.eclipse.jdt.internal.compiler.ast.FunctionalExpression.isPertinentToApplicability:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;)Z
            ifne 10
         9: .line 1138
            iconst_1
            ireturn
        10: .line 1139
      StackMap locals:
      StackMap stack:
            aload 1 /* targetType */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.enclosingScope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.getSingleAbstractMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Z)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 4 /* sam */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding sam
        11: .line 1140
            aload 4 /* sam */
            ifnull 12
            aload 4 /* sam */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifne 13
        12: .line 1141
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            iconst_0
            ireturn
        13: .line 1142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.typeArgumentsHaveErrors:Z
            ifne 14
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 14
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isValidBinding:()Z
            ifne 15
        14: .line 1143
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        15: .line 1145
      StackMap locals:
      StackMap stack:
            aload 4 /* sam */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 5 /* parametersLength */
        start local 5 // int parametersLength
        16: .line 1146
            iload 5 /* parametersLength */
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            astore 6 /* descriptorParameters */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] descriptorParameters
        17: .line 1147
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        18: goto 21
        19: .line 1148
      StackMap locals: int org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int
      StackMap stack:
            aload 6 /* descriptorParameters */
            iload 7 /* i */
            new org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$2
            dup
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$2.<init>:(Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;)V
            aastore
        20: .line 1147
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        21: iload 7 /* i */
            iload 5 /* parametersLength */
            if_icmplt 19
        end local 7 // int i
        22: .line 1168
            aload 0 /* this */
            aload 6 /* descriptorParameters */
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.freeParameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        23: .line 1169
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.checkingPotentialCompatibility:Z
        24: .line 1171
            aload 0 /* this */
            aload 2 /* scope */
            iload 3 /* isConstructorRef */
            aload 6 /* descriptorParameters */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.getCompileTimeDeclaration:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Z[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 7 /* compileTimeDeclaration */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding compileTimeDeclaration
        25: .line 1173
            aload 7 /* compileTimeDeclaration */
            ifnull 27
            aload 7 /* compileTimeDeclaration */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifeq 27
        26: .line 1174
            aload 0 /* this */
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.lookup.MethodBinding
            dup
            iconst_0
            aload 7 /* compileTimeDeclaration */
            aastore
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.potentialMethods:[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        27: .line 1188
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.Scope int org.eclipse.jdt.internal.compiler.lookup.MethodBinding int org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        28: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.potentialMethods:[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            arraylength
            istore 9 /* length */
        start local 9 // int length
        29: goto 42
        30: .line 1189
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.potentialMethods:[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            iload 8 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isStatic:()Z
            ifne 31
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.potentialMethods:[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            iload 8 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isConstructor:()Z
            ifeq 36
        31: .line 1190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.haveReceiver:Z
            ifne 41
        32: .line 1219
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.checkingPotentialCompatibility:Z
        33: .line 1220
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_METHODS:[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.potentialMethods:[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        34: .line 1221
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.freeParameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        35: .line 1191
            iconst_1
            ireturn
        36: .line 1193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.haveReceiver:Z
            ifeq 41
        37: .line 1219
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.checkingPotentialCompatibility:Z
        38: .line 1220
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_METHODS:[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.potentialMethods:[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        39: .line 1221
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.freeParameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        40: .line 1194
            iconst_1
            ireturn
        41: .line 1188
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        42: iload 8 /* i */
            iload 9 /* length */
            if_icmplt 30
        end local 9 // int length
        end local 8 // int i
        43: .line 1198
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.haveReceiver:Z
            ifne 44
            iload 5 /* parametersLength */
            ifne 48
        44: .line 1219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.checkingPotentialCompatibility:Z
        45: .line 1220
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_METHODS:[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.potentialMethods:[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        46: .line 1221
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.freeParameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        47: .line 1199
            iconst_0
            ireturn
        48: .line 1201
      StackMap locals:
      StackMap stack:
            aload 6 /* descriptorParameters */
            iconst_1
            iload 5 /* parametersLength */
            iconst_1
            isub
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            dup
            astore 6 /* descriptorParameters */
            iconst_0
            iload 5 /* parametersLength */
            iconst_1
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        49: .line 1202
            aload 0 /* this */
            aload 6 /* descriptorParameters */
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.freeParameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        50: .line 1203
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_METHODS:[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.potentialMethods:[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        51: .line 1204
            aload 0 /* this */
            aload 2 /* scope */
            iconst_0
            aload 6 /* descriptorParameters */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.getCompileTimeDeclaration:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Z[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 7 /* compileTimeDeclaration */
        52: .line 1206
            aload 7 /* compileTimeDeclaration */
            ifnull 54
            aload 7 /* compileTimeDeclaration */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifeq 54
        53: .line 1207
            aload 0 /* this */
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.lookup.MethodBinding
            dup
            iconst_0
            aload 7 /* compileTimeDeclaration */
            aastore
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.potentialMethods:[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        54: .line 1213
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        55: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.potentialMethods:[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            arraylength
            istore 9 /* length */
        start local 9 // int length
        56: goto 63
        57: .line 1214
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.potentialMethods:[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            iload 8 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isStatic:()Z
            ifne 62
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.potentialMethods:[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            iload 8 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isConstructor:()Z
            ifne 62
        58: .line 1219
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.checkingPotentialCompatibility:Z
        59: .line 1220
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_METHODS:[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.potentialMethods:[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        60: .line 1221
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.freeParameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        61: .line 1215
            iconst_1
            ireturn
        62: .line 1213
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        63: iload 8 /* i */
            iload 9 /* length */
            if_icmplt 57
        end local 9 // int length
        end local 8 // int i
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding compileTimeDeclaration
        64: .line 1218
            goto 70
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.Scope int org.eclipse.jdt.internal.compiler.lookup.MethodBinding int org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]
      StackMap stack: java.lang.Throwable
        65: astore 10
        66: .line 1219
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.checkingPotentialCompatibility:Z
        67: .line 1220
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_METHODS:[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.potentialMethods:[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        68: .line 1221
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.freeParameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        69: .line 1222
            aload 10
            athrow
        70: .line 1219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.checkingPotentialCompatibility:Z
        71: .line 1220
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_METHODS:[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.potentialMethods:[Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
        72: .line 1221
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.freeParameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        73: .line 1223
            iconst_0
            ireturn
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] descriptorParameters
        end local 5 // int parametersLength
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding sam
        end local 3 // boolean isConstructorRef
        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.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   74     0                    this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            0   74     1              targetType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   74     2                   scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            1   74     3        isConstructorRef  Z
            6    8     4       leafComponentType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           11   74     4                     sam  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           16   74     5        parametersLength  I
           17   74     6    descriptorParameters  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           18   22     7                       i  I
           25   64     7  compileTimeDeclaration  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           28   43     8                       i  I
           29   43     9                  length  I
           55   64     8                       i  I
           56   64     9                  length  I
      Exception table:
        from    to  target  type
          24    32      65  any
          36    37      65  any
          41    44      65  any
          48    58      65  any
          62    65      65  any
    MethodParameters:
            Name  Flags
      targetType  
      scope       

  org.eclipse.jdt.internal.compiler.lookup.MethodBinding getCompileTimeDeclaration(org.eclipse.jdt.internal.compiler.lookup.Scope, boolean, org.eclipse.jdt.internal.compiler.lookup.TypeBinding[]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Z[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        start local 2 // boolean isConstructorRef
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] parameters
         0: .line 1227
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.exactMethodBinding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnull 2
         1: .line 1228
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.exactMethodBinding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            areturn
         2: .line 1229
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isArrayType:()Z
            ifeq 4
         3: .line 1230
            aload 1 /* scope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ArrayBinding
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.selector:[C
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_PARAMETERS:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.findMethodForArray:(Lorg/eclipse/jdt/internal/compiler/lookup/ArrayBinding;[C[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            areturn
         4: .line 1231
      StackMap locals:
      StackMap stack:
            iload 2 /* isConstructorRef */
            ifeq 6
         5: .line 1232
            aload 1 /* scope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            aload 3 /* parameters */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.getConstructor:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            areturn
         6: .line 1234
      StackMap locals:
      StackMap stack:
            aload 1 /* scope */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.receiverType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.selector:[C
            aload 3 /* parameters */
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.getMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;[C[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] parameters
        end local 2 // boolean isConstructorRef
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            0    7     1             scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            0    7     2  isConstructorRef  Z
            0    7     3        parameters  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
                  Name  Flags
      scope             
      isConstructorRef  
      parameters        

  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=2, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression 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 1239
            aload 0 /* this */
            aload 1 /* targetType */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.cachedResolvedCopy:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            astore 3 /* copy */
        start local 3 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression copy
         1: .line 1240
            aload 3 /* copy */
            ifnull 2
            aload 3 /* copy */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 2
            aload 3 /* copy */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isValidBinding:()Z
            ifeq 2
            aload 3 /* copy */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnull 2
            aload 3 /* copy */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifeq 2
            iconst_1
            ireturn
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression
      StackMap stack:
         2: iconst_0
            ireturn
        end local 3 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression copy
        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.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            0    3     1  targetType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    3     2       scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            1    3     3        copy  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
    MethodParameters:
            Name  Flags
      targetType  
      scope       

  public boolean sIsMoreSpecific(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, 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/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=11, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding s
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding t
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 1246
            aload 0 /* this */
            aload 1 /* s */
            aload 2 /* t */
            aload 3 /* scope */
            invokespecial org.eclipse.jdt.internal.compiler.ast.FunctionalExpression.sIsMoreSpecific:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
            ifeq 2
         1: .line 1247
            iconst_1
            ireturn
         2: .line 1249
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.exactMethodBinding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnull 3
            aload 2 /* t */
            aload 1 /* s */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.findSuperTypeOriginatingFrom:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 4
         3: .line 1250
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 1252
      StackMap locals:
      StackMap stack:
            aload 1 /* s */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.enclosingScope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.sourceStart:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.sourceEnd:I
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.capture:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;II)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 1 /* s */
         5: .line 1253
            aload 1 /* s */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.enclosingScope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.getSingleAbstractMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Z)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 4 /* sSam */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding sSam
         6: .line 1254
            aload 4 /* sSam */
            ifnull 7
            aload 4 /* sSam */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifne 8
         7: .line 1255
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            iconst_0
            ireturn
         8: .line 1256
      StackMap locals:
      StackMap stack:
            aload 4 /* sSam */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 5 /* r1 */
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding r1
         9: .line 1258
            aload 2 /* t */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.enclosingScope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.getSingleAbstractMethod:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Z)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            astore 6 /* tSam */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding tSam
        10: .line 1259
            aload 6 /* tSam */
            ifnull 11
            aload 6 /* tSam */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isValidBinding:()Z
            ifne 12
        11: .line 1260
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding
      StackMap stack:
            iconst_0
            ireturn
        12: .line 1261
      StackMap locals:
      StackMap stack:
            aload 6 /* tSam */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 7 /* r2 */
        start local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding r2
        13: .line 1263
            aload 4 /* sSam */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 8 /* sParams */
        start local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] sParams
        14: .line 1264
            aload 6 /* tSam */
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.parameters:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            astore 9 /* tParams */
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] tParams
        15: .line 1266
            iconst_0
            istore 10 /* i */
        start local 10 // int i
        16: goto 20
        17: .line 1267
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ReferenceExpression org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.Scope org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.MethodBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] int
      StackMap stack:
            aload 8 /* sParams */
            iload 10 /* i */
            aaload
            aload 9 /* tParams */
            iload 10 /* 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 19
        18: .line 1268
            iconst_0
            ireturn
        19: .line 1266
      StackMap locals:
      StackMap stack:
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 10 /* i */
            aload 8 /* sParams */
            arraylength
            if_icmplt 17
        end local 10 // int i
        21: .line 1270
            aload 7 /* r2 */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            bipush 6
            if_icmpne 23
        22: .line 1271
            iconst_1
            ireturn
        23: .line 1273
      StackMap locals:
      StackMap stack:
            aload 5 /* r1 */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.id:I
            bipush 6
            if_icmpne 25
        24: .line 1274
            iconst_0
            ireturn
        25: .line 1277
      StackMap locals:
      StackMap stack:
            aload 5 /* r1 */
            aload 7 /* r2 */
            aload 3 /* 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 27
        26: .line 1278
            iconst_1
            ireturn
        27: .line 1280
      StackMap locals:
      StackMap stack:
            aload 5 /* r1 */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            aload 7 /* r2 */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            if_icmpeq 28
            aload 5 /* r1 */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.exactMethodBinding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.MethodBinding.returnType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isBaseType:()Z
            if_icmpne 28
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        28: iconst_0
            ireturn
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] tParams
        end local 8 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] sParams
        end local 7 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding r2
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding tSam
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding r1
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding sSam
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding t
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding s
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   29     0     this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            0   29     1        s  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   29     2        t  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   29     3    scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            6   29     4     sSam  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            9   29     5       r1  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           10   29     6     tSam  Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
           13   29     7       r2  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           14   29     8  sParams  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           15   29     9  tParams  [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           16   21    10        i  I
    MethodParameters:
       Name  Flags
      s      
      t      
      scope  

  public org.eclipse.jdt.internal.compiler.lookup.MethodBinding getMethodBinding();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
         0: .line 1285
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.actualMethodBinding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            ifnonnull 2
         1: .line 1286
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.binding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.actualMethodBinding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
         2: .line 1287
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.actualMethodBinding:Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;

  public boolean isArrayConstructorReference();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
         0: .line 1291
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.isConstructorReference:()Z
            ifeq 1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.lhs:Lorg/eclipse/jdt/internal/compiler/ast/Expression;
            getfield org.eclipse.jdt.internal.compiler.ast.Expression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isArrayType:()Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ReferenceExpression this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;

  public org.eclipse.jdt.internal.compiler.ast.Expression resolveExpressionExpecting(org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.Scope, org.eclipse.jdt.internal.compiler.lookup.InferenceContext18);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/InferenceContext18;)Lorg/eclipse/jdt/internal/compiler/ast/Expression;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.resolveExpressionExpecting:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/InferenceContext18;)Lorg/eclipse/jdt/internal/compiler/ast/ReferenceExpression;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ReferenceExpression.java"
NestMembers:
  org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$1  org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$2
InnerClasses:
  org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$1
  org.eclipse.jdt.internal.compiler.ast.ReferenceExpression$2
  public final AnnotationPosition = org.eclipse.jdt.internal.compiler.ast.TypeReference$AnnotationPosition of org.eclipse.jdt.internal.compiler.ast.TypeReference
  public final DangerousMethod = org.eclipse.jdt.internal.compiler.lookup.TypeConstants$DangerousMethod of org.eclipse.jdt.internal.compiler.lookup.TypeConstants