public class PsiMethodWithOverridingPercentMember extends PsiMethodMember
| Modifier and Type | Field and Description |
|---|---|
static java.util.Comparator<PsiMethodMember> |
COMPARATOR |
EMPTY_ARRAY| Constructor and Description |
|---|
PsiMethodWithOverridingPercentMember(CandidateInfo info,
int overridingPercent) |
| Modifier and Type | Method and Description |
|---|---|
static PsiMethodWithOverridingPercentMember [] |
calculateOverridingPercents(java.util.Collection<? extends CandidateInfo> candidateInfos) |
int |
getOverridingPercent() |
void |
renderTreeNode(SimpleColoredComponent component,
javax.swing.JTree tree) |
java.lang.String |
toString() |
getContainingClass, getElement, getParentNodeDelegate, getSubstitutor, setSubstitutorgetPsiDocCommentOwner, getTextAttributesequals, getPsiElement, hashCodegetTextclone, finalize, getClass, notify, notifyAll, wait, wait, waitequals, getText, hashCodepublic static final java.util.Comparator<PsiMethodMember> COMPARATOR
public PsiMethodWithOverridingPercentMember(CandidateInfo info, int overridingPercent)
public void renderTreeNode(SimpleColoredComponent component, javax.swing.JTree tree)
renderTreeNode in interface MemberChooserObjectrenderTreeNode in class MemberChooserObjectBasepublic int getOverridingPercent()
public static PsiMethodWithOverridingPercentMember [] calculateOverridingPercents(java.util.Collection<? extends CandidateInfo> candidateInfos)
public java.lang.String toString()
toString in class java.lang.Object