com.intellij.psi.infos
Class ClassCandidateInfo

java.lang.Object
  extended by com.intellij.psi.infos.CandidateInfo
      extended by com.intellij.psi.infos.ClassCandidateInfo
All Implemented Interfaces:
JavaResolveResult, ResolveResult

public class ClassCandidateInfo
extends CandidateInfo

Created by IntelliJ IDEA. User: ik Date: 06.10.2003 Time: 19:28:22 To change this template use Options | File Templates.


Field Summary
 
Fields inherited from class com.intellij.psi.infos.CandidateInfo
EMPTY_ARRAY, mySubstitutor, RESOLVE_RESULT_FOR_PACKAGE_PREFIX_PACKAGE
 
Fields inherited from interface com.intellij.psi.JavaResolveResult
EMPTY
 
Constructor Summary
ClassCandidateInfo(PsiElement candidate, PsiSubstitutor substitutor)
           
ClassCandidateInfo(PsiElement candidate, PsiSubstitutor substitutor, boolean accessProblem, boolean grouped, PsiElement currFileContext)
           
 
Method Summary
 PsiClass getCandidate()
           
 boolean isGrouped()
           
 
Methods inherited from class com.intellij.psi.infos.CandidateInfo
createCandidateInfoForPackagePrefixPart, getCurrentFileResolveScope, getElement, getSubstitutor, isAccessible, isPackagePrefixPackageReference, isStaticsScopeCorrect, isValidResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassCandidateInfo

public ClassCandidateInfo(PsiElement candidate,
                          PsiSubstitutor substitutor,
                          boolean accessProblem,
                          boolean grouped,
                          PsiElement currFileContext)

ClassCandidateInfo

public ClassCandidateInfo(PsiElement candidate,
                          PsiSubstitutor substitutor)
Method Detail

isGrouped

public boolean isGrouped()

getCandidate

public PsiClass getCandidate()