public interface ResolveResult extends SymbolResolveResult
PsiPolyVariantReference
.PsiElementResolveResult
Modifier and Type | Field and Description |
---|---|
static ResolveResult[] |
EMPTY_ARRAY
The empty array of PSI resolve results which can be reused to avoid unnecessary allocations.
|
Modifier and Type | Method and Description |
---|---|
PsiElement |
getElement()
Returns the result of the resolve.
|
default Symbol |
getTarget() |
boolean |
isValidResult()
Checks if the reference was resolved to a valid element.
|
fromSymbol
static final ResolveResult[] EMPTY_ARRAY
PsiElement getElement()
boolean isValidResult()
default Symbol getTarget()
getTarget
in interface SymbolResolveResult