public interface TypeDeclarationProvider
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<TypeDeclarationProvider> |
EP_NAME |
Modifier and Type | Method and Description |
---|---|
default java.lang.String |
getActionText(DataContext context)
Provides the custom action text.
|
PsiElement [] |
getSymbolTypeDeclarations(PsiElement symbol)
Provides an array of declarations of type of given
symbol . |
static final ExtensionPointName<TypeDeclarationProvider> EP_NAME
PsiElement [] getSymbolTypeDeclarations(PsiElement symbol)
symbol
.symbol
- input PSI elementPsiElement
or null
if none were founddefault java.lang.String getActionText(DataContext context)
context
- the action data context.null
to use the default text.