|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResolveResult
Represents the result of resolving a reference.
| Field Summary | |
|---|---|
static ResolveResult[] |
EMPTY_ARRAY
The empty array of PSI resolve results which can be reused to avoid unnecessary allocations. |
| Method Summary | |
|---|---|
PsiElement |
getElement()
Returns the result of the resolve. |
boolean |
isValidResult()
Checks if the reference was resolved to a valid element. |
| Field Detail |
|---|
static final ResolveResult[] EMPTY_ARRAY
| Method Detail |
|---|
@Nullable PsiElement getElement()
boolean isValidResult()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||