public abstract class CustomUsageSearcher
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<CustomUsageSearcher> |
EP_NAME |
Constructor and Description |
---|
CustomUsageSearcher() |
Modifier and Type | Method and Description |
---|---|
abstract void |
processElementUsages(PsiElement element,
Processor<? super Usage> processor,
FindUsagesOptions options) |
public static final ExtensionPointName<CustomUsageSearcher> EP_NAME
public abstract void processElementUsages(PsiElement element, Processor<? super Usage> processor, FindUsagesOptions options)