public final class EmptyResolveResult extends java.lang.Object implements ResolveResult
| Modifier and Type | Field and Description |
|---|---|
static ResolveResult |
INSTANCE |
EMPTY_ARRAY| Modifier and Type | Method and Description |
|---|---|
PsiElement |
getElement()
Returns the result of the resolve.
|
boolean |
isValidResult()
Checks if the reference was resolved to a valid element.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTargetfromSymbolpublic static final ResolveResult INSTANCE
public PsiElement getElement()
ResolveResultgetElement in interface ResolveResultpublic boolean isValidResult()
ResolveResultisValidResult in interface ResolveResult