class org.eclipse.jdt.internal.compiler.lookup.Scope$2 implements org.eclipse.jdt.internal.compiler.lookup.InvocationSite
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.lookup.Scope$2
  super_class: java.lang.Object
{
  final org.eclipse.jdt.internal.compiler.lookup.Scope this$0;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.eclipse.jdt.internal.compiler.lookup.InvocationSite val$invocationSite;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.jdt.internal.compiler.lookup.Scope, org.eclipse.jdt.internal.compiler.lookup.InvocationSite);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$2 this
         0: .line 4530
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jdt.internal.compiler.lookup.Scope$2.this$0:Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            aload 0 /* this */
            aload 2
            putfield org.eclipse.jdt.internal.compiler.lookup.Scope$2.val$invocationSite:Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/Scope$2;
    MethodParameters:
                    Name  Flags
      this$0              final
      val$invocationSite  final

  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.lookup.Scope$2 this
         0: .line 4532
            aconst_null
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/Scope$2;

  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.lookup.Scope$2 this
         0: .line 4534
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.Scope$2.val$invocationSite:Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;
            invokeinterface org.eclipse.jdt.internal.compiler.lookup.InvocationSite.isSuperAccess:()Z
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/Scope$2;

  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.lookup.Scope$2 this
         0: .line 4536
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.Scope$2.val$invocationSite:Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;
            invokeinterface org.eclipse.jdt.internal.compiler.lookup.InvocationSite.isTypeAccess:()Z
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/Scope$2;

  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.lookup.Scope$2 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding actualReceiverType
         0: .line 4538
            return
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding actualReceiverType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$2 this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lorg/eclipse/jdt/internal/compiler/lookup/Scope$2;
            0    1     1  actualReceiverType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    MethodParameters:
                    Name  Flags
      actualReceiverType  

  public void setDepth(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$2 this
        start local 1 // int depth
         0: .line 4540
            return
        end local 1 // int depth
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/jdt/internal/compiler/lookup/Scope$2;
            0    1     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.lookup.Scope$2 this
        start local 1 // int depth
         0: .line 4542
            return
        end local 1 // int depth
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/jdt/internal/compiler/lookup/Scope$2;
            0    1     1  depth  I
    MethodParameters:
       Name  Flags
      depth  

  public int sourceStart();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$2 this
         0: .line 4544
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.Scope$2.val$invocationSite:Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;
            invokeinterface org.eclipse.jdt.internal.compiler.lookup.InvocationSite.sourceStart:()I
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/Scope$2;

  public int sourceEnd();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$2 this
         0: .line 4546
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.Scope$2.val$invocationSite:Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;
            invokeinterface org.eclipse.jdt.internal.compiler.lookup.InvocationSite.sourceStart:()I
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/Scope$2;

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding invocationTargetType();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$2 this
         0: .line 4548
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.Scope$2.val$invocationSite:Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;
            invokeinterface org.eclipse.jdt.internal.compiler.lookup.InvocationSite.invocationTargetType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/Scope$2;

  public boolean receiverIsImplicitThis();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$2 this
         0: .line 4550
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.Scope$2.val$invocationSite:Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;
            invokeinterface org.eclipse.jdt.internal.compiler.lookup.InvocationSite.receiverIsImplicitThis:()Z
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/Scope$2;

  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=1, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$2 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 4552
            aconst_null
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/jdt/internal/compiler/lookup/Scope$2;
            0    1     1  scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
    MethodParameters:
       Name  Flags
      scope  

  public org.eclipse.jdt.internal.compiler.ast.ExpressionContext getExpressionContext();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$2 this
         0: .line 4554
            getstatic org.eclipse.jdt.internal.compiler.ast.ExpressionContext.VANILLA_CONTEXT:Lorg/eclipse/jdt/internal/compiler/ast/ExpressionContext;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/Scope$2;

  public boolean isQualifiedSuper();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$2 this
         0: .line 4556
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.Scope$2.val$invocationSite:Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;
            invokeinterface org.eclipse.jdt.internal.compiler.lookup.InvocationSite.isQualifiedSuper:()Z
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/Scope$2;

  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.lookup.Scope$2 this
         0: .line 4558
            iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/Scope$2;

  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=0, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$2 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] methods
         0: .line 4560
            return
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] methods
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$2 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/jdt/internal/compiler/lookup/Scope$2;
            0    1     1  methods  [Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    MethodParameters:
         Name  Flags
      methods  
}
SourceFile: "Scope.java"
EnclosingMethod: org.eclipse.jdt.internal.compiler.lookup.Scope.mostSpecificMethodBinding:([Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;I[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
NestHost: org.eclipse.jdt.internal.compiler.lookup.Scope
InnerClasses:
  org.eclipse.jdt.internal.compiler.lookup.Scope$2