org.eclipse.jdt.internal.codeassist.complete
Class CompletionNodeFound

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.jdt.internal.codeassist.complete.CompletionNodeFound
All Implemented Interfaces:
java.io.Serializable

public class CompletionNodeFound
extends java.lang.RuntimeException

See Also:
Serialized Form

Field Summary
 ASTNode astNode
           
 boolean insideTypeAnnotation
           
 Binding qualifiedBinding
           
 Scope scope
           
 
Constructor Summary
CompletionNodeFound()
           
CompletionNodeFound(ASTNode astNode, Binding qualifiedBinding, Scope scope)
           
CompletionNodeFound(ASTNode astNode, Binding qualifiedBinding, Scope scope, boolean insideTypeAnnotation)
           
CompletionNodeFound(ASTNode astNode, Scope scope)
           
CompletionNodeFound(ASTNode astNode, Scope scope, boolean insideTypeAnnotation)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

astNode

public ASTNode astNode

qualifiedBinding

public Binding qualifiedBinding

scope

public Scope scope

insideTypeAnnotation

public boolean insideTypeAnnotation
Constructor Detail

CompletionNodeFound

public CompletionNodeFound()

CompletionNodeFound

public CompletionNodeFound(ASTNode astNode,
                           Binding qualifiedBinding,
                           Scope scope)

CompletionNodeFound

public CompletionNodeFound(ASTNode astNode,
                           Binding qualifiedBinding,
                           Scope scope,
                           boolean insideTypeAnnotation)

CompletionNodeFound

public CompletionNodeFound(ASTNode astNode,
                           Scope scope)

CompletionNodeFound

public CompletionNodeFound(ASTNode astNode,
                           Scope scope,
                           boolean insideTypeAnnotation)