public interface PsiPolyVariantReference extends PsiReference
PsiPolyVariantReferenceBaseARRAY_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, resolvesTogetAbsoluteRangeResolveResult [] 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 PsiReferenceresolveReference in interface SymbolReference