public abstract class PomDeclarationSearcher
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<PomDeclarationSearcher> |
EP_NAME |
Constructor and Description |
---|
PomDeclarationSearcher() |
Modifier and Type | Method and Description |
---|---|
abstract void |
findDeclarationsAt(PsiElement element,
int offsetInElement,
Consumer<PomTarget> consumer) |
public static final ExtensionPointName<PomDeclarationSearcher> EP_NAME
public abstract void findDeclarationsAt(PsiElement element, int offsetInElement, Consumer<PomTarget> consumer)