Home
last modified time | relevance | path

Searched defs:CompletionNodeFound (Results 1 – 1 of 1) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/
H A DCompletionNodeFound.java20 public class CompletionNodeFound extends RuntimeException { class
29 public CompletionNodeFound() { in CompletionNodeFound() method in CompletionNodeFound
32 public CompletionNodeFound(ASTNode astNode, Binding qualifiedBinding, Scope scope) { in CompletionNodeFound() method in CompletionNodeFound
35 public CompletionNodeFound(ASTNode astNode, Binding qualifiedBinding, Scope scope, boolean insideTy… in CompletionNodeFound() method in CompletionNodeFound
41 public CompletionNodeFound(ASTNode astNode, Scope scope) { in CompletionNodeFound() method in CompletionNodeFound
44 public CompletionNodeFound(ASTNode astNode, Scope scope, boolean insideTypeAnnotation) { in CompletionNodeFound() method in CompletionNodeFound