public class SymbolCollectingProcessor extends java.lang.Object implements PsiScopeProcessor, ElementClassHint
| Modifier and Type | Class and Description |
|---|---|
static class |
SymbolCollectingProcessor.ResultWithContext |
PsiScopeProcessor.EventElementClassHint.DeclarationKindKEY| Constructor and Description |
|---|
SymbolCollectingProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(PsiElement element,
ResolveState state) |
<T> T |
getHint(Key<T> hintKey) |
MostlySingularMultiMap<java.lang.String,SymbolCollectingProcessor.ResultWithContext> |
getResults() |
void |
handleEvent(PsiScopeProcessor.Event event,
java.lang.Object associated) |
boolean |
shouldProcess(ElementClassHint.DeclarationKind kind) |
public <T> T getHint(Key<T> hintKey)
getHint in interface PsiScopeProcessorpublic void handleEvent(PsiScopeProcessor.Event event, java.lang.Object associated)
handleEvent in interface PsiScopeProcessorpublic boolean execute(PsiElement element, ResolveState state)
execute in interface PsiScopeProcessorelement - candidate element.state - current state of resolver.public boolean shouldProcess(ElementClassHint.DeclarationKind kind)
shouldProcess in interface ElementClassHintpublic MostlySingularMultiMap<java.lang.String,SymbolCollectingProcessor.ResultWithContext> getResults()