public interface PsiPolyVariantReference extends PsiReference
PsiPolyVariantReferenceBase
ARRAY_FACTORY, EMPTY_ARRAY
Modifier and Type | Method and Description |
---|---|
ResolveResult [] |
multiResolve(boolean incompleteCode)
Returns the results of resolving the reference.
|
default java.util.Collection<? extends SymbolResolveResult> |
resolveReference() |
bindToElement, getCanonicalText, getElement, getRangeInElement, getVariants, handleElementRename, isReferenceTo, isSoft, resolve, resolvesTo
getAbsoluteRange
ResolveResult [] multiResolve(boolean incompleteCode)
incompleteCode
- if true, the code in the context of which the reference is
being resolved is considered incomplete, and the method may return additional
invalid results.default java.util.Collection<? extends SymbolResolveResult> resolveReference()
resolveReference
in interface PsiReference
resolveReference
in interface SymbolReference