public class ClassCandidateInfo extends CandidateInfo
EMPTY_ARRAY, mySubstitutor, RESOLVE_RESULT_FOR_PACKAGE_PREFIX_PACKAGE
EMPTY
Constructor and Description |
---|
ClassCandidateInfo(PsiElement candidate,
PsiSubstitutor substitutor) |
ClassCandidateInfo(PsiElement candidate,
PsiSubstitutor substitutor,
boolean accessProblem,
PsiElement currFileContext) |
Modifier and Type | Method and Description |
---|---|
PsiClass |
getElement()
Returns the result of the resolve.
|
equals, getCurrentFileResolveScope, getSubstitutor, hashCode, isAccessible, isPackagePrefixPackageReference, isStaticsScopeCorrect, isValidResult, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getTarget
fromSymbol
public ClassCandidateInfo(PsiElement candidate, PsiSubstitutor substitutor, boolean accessProblem, PsiElement currFileContext)
public ClassCandidateInfo(PsiElement candidate, PsiSubstitutor substitutor)
public PsiClass getElement()
ResolveResult
getElement
in interface ResolveResult
getElement
in class CandidateInfo