public class org.eclipse.jdt.internal.compiler.lookup.InvocationSite$EmptyWithAstNode implements 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.lookup.InvocationSite$EmptyWithAstNode
  super_class: java.lang.Object
{
  org.eclipse.jdt.internal.compiler.ast.ASTNode node;
    descriptor: Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
    flags: (0x0000) 

  public void <init>(org.eclipse.jdt.internal.compiler.ast.ASTNode);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.InvocationSite$EmptyWithAstNode this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.ASTNode node
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 51
            aload 0 /* this */
            aload 1 /* node */
            putfield org.eclipse.jdt.internal.compiler.lookup.InvocationSite$EmptyWithAstNode.node:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
         2: .line 52
            return
        end local 1 // org.eclipse.jdt.internal.compiler.ast.ASTNode node
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.InvocationSite$EmptyWithAstNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite$EmptyWithAstNode;
            0    3     1  node  Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
    MethodParameters:
      Name  Flags
      node  

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

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

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

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

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

  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.InvocationSite$EmptyWithAstNode this
         0: .line 66
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.InvocationSite$EmptyWithAstNode.node:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            getfield org.eclipse.jdt.internal.compiler.ast.ASTNode.sourceEnd:I
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.InvocationSite$EmptyWithAstNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite$EmptyWithAstNode;

  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.InvocationSite$EmptyWithAstNode this
         0: .line 68
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.InvocationSite$EmptyWithAstNode.node:Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;
            getfield org.eclipse.jdt.internal.compiler.ast.ASTNode.sourceStart:I
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.InvocationSite$EmptyWithAstNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite$EmptyWithAstNode;

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

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

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

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

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

  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.InvocationSite$EmptyWithAstNode this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] methods
         0: .line 82
            return
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.MethodBinding[] methods
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.InvocationSite$EmptyWithAstNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/jdt/internal/compiler/lookup/InvocationSite$EmptyWithAstNode;
            0    1     1  methods  [Lorg/eclipse/jdt/internal/compiler/lookup/MethodBinding;
    MethodParameters:
         Name  Flags
      methods  
}
SourceFile: "InvocationSite.java"
NestHost: org.eclipse.jdt.internal.compiler.lookup.InvocationSite
InnerClasses:
  public EmptyWithAstNode = org.eclipse.jdt.internal.compiler.lookup.InvocationSite$EmptyWithAstNode of org.eclipse.jdt.internal.compiler.lookup.InvocationSite