com.intellij.psi.scope
Interface PsiScopeProcessor


public interface PsiScopeProcessor


Nested Class Summary
static class PsiScopeProcessor.Event
           
 
Method Summary
 boolean execute(PsiElement element, PsiSubstitutor substitutor)
           
<T> T
getHint(java.lang.Class<T> hintClass)
           
 void handleEvent(PsiScopeProcessor.Event event, java.lang.Object associated)
           
 

Method Detail

execute

boolean execute(PsiElement element,
                PsiSubstitutor substitutor)

getHint

<T> T getHint(java.lang.Class<T> hintClass)

handleEvent

void handleEvent(PsiScopeProcessor.Event event,
                 java.lang.Object associated)