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, wait
getTarget
fromSymbol
public static final ResolveResult INSTANCE
public PsiElement getElement()
ResolveResult
getElement
in interface ResolveResult
public boolean isValidResult()
ResolveResult
isValidResult
in interface ResolveResult