public abstract class ProcessorWithHints extends java.lang.Object implements PsiScopeProcessor
PsiScopeProcessor.Event
Constructor and Description |
---|
ProcessorWithHints() |
Modifier and Type | Method and Description |
---|---|
<T> T |
getHint(Key<T> hintKey) |
protected <H> void |
hint(Key<H> key,
H hint) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute, handleEvent
protected final <H> void hint(Key<H> key, H hint)
public <T> T getHint(Key<T> hintKey)
getHint
in interface PsiScopeProcessor