class org.eclipse.jdt.internal.codeassist.CompletionEngine$1 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.codeassist.CompletionEngine$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.CompletionEngine$1 this
         0: .line 803
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jdt.internal.codeassist.CompletionEngine$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/codeassist/CompletionEngine$1;

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

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

  public boolean isTypeAccess();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.CompletionEngine$1 this
         0: .line 809
            iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.codeassist.CompletionEngine$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/codeassist/CompletionEngine$1;

  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.codeassist.CompletionEngine$1 this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding receiverType
         0: .line 811
            return
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding receiverType
        end local 0 // org.eclipse.jdt.internal.codeassist.CompletionEngine$1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/eclipse/jdt/internal/codeassist/CompletionEngine$1;
            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.codeassist.CompletionEngine$1 this
        start local 1 // int depth
         0: .line 813
            return
        end local 1 // int depth
        end local 0 // org.eclipse.jdt.internal.codeassist.CompletionEngine$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/jdt/internal/codeassist/CompletionEngine$1;
            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.codeassist.CompletionEngine$1 this
        start local 1 // int depth
         0: .line 815
            return
        end local 1 // int depth
        end local 0 // org.eclipse.jdt.internal.codeassist.CompletionEngine$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/jdt/internal/codeassist/CompletionEngine$1;
            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.codeassist.CompletionEngine$1 this
         0: .line 817
            iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.codeassist.CompletionEngine$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/codeassist/CompletionEngine$1;

  public int sourceStart();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.CompletionEngine$1 this
         0: .line 819
            iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.codeassist.CompletionEngine$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/codeassist/CompletionEngine$1;

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

  public boolean receiverIsImplicitThis();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.CompletionEngine$1 this
         0: .line 823
            iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.codeassist.CompletionEngine$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/codeassist/CompletionEngine$1;

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

  public boolean isQualifiedSuper();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.CompletionEngine$1 this
         0: .line 829
            iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.codeassist.CompletionEngine$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/codeassist/CompletionEngine$1;

  public boolean checkingPotentialCompatibility();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.CompletionEngine$1 this
         0: .line 831
            iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.codeassist.CompletionEngine$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/codeassist/CompletionEngine$1;

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