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, setSubstitutor
getPsiDocCommentOwner, getTextAttributes
equals, getPsiElement, hashCode
getText
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
equals, getText, hashCode
public 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 MemberChooserObject
renderTreeNode
in class MemberChooserObjectBase
public int getOverridingPercent()
public static PsiMethodWithOverridingPercentMember [] calculateOverridingPercents(java.util.Collection<? extends CandidateInfo> candidateInfos)
public java.lang.String toString()
toString
in class java.lang.Object