public class ClassCandidateInfo extends CandidateInfo
EMPTY_ARRAY, mySubstitutor, RESOLVE_RESULT_FOR_PACKAGE_PREFIX_PACKAGEEMPTY| 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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTargetfromSymbolpublic ClassCandidateInfo(PsiElement candidate, PsiSubstitutor substitutor, boolean accessProblem, PsiElement currFileContext)
public ClassCandidateInfo(PsiElement candidate, PsiSubstitutor substitutor)
public PsiClass getElement()
ResolveResultgetElement in interface ResolveResultgetElement in class CandidateInfo