public class OverriderUsageInfo extends UsageInfo implements OverriderMethodUsageInfo<PsiMethod>
EMPTY_ARRAY, isNonCodeUsage, myDynamicUsage
Constructor and Description |
---|
OverriderUsageInfo(PsiMethod method,
PsiMethod baseMethod,
boolean isOriginalOverrider,
boolean toInsertArgs,
boolean toCatchExceptions) |
Modifier and Type | Method and Description |
---|---|
PsiMethod |
getBaseMethod() |
PsiMethod |
getElement()
Deprecated.
use
getOverridingMethod() instead |
PsiMethod |
getOverridingMethod() |
boolean |
isOriginalOverrider() |
boolean |
isToCatchExceptions() |
boolean |
isToInsertArgs() |
compareToByStartOffset, copy, equals, getFile, getNavigationOffset, getNavigationRange, getProject, getPsiFileRange, getRangeInElement, getReference, getSegment, getSmartPointer, getTooltipText, getVirtualFile, hashCode, isDynamicUsage, isFileOrBinary, isNonCodeUsage, isValid, isWritable, setDynamicUsage, toString
public PsiMethod getBaseMethod()
getBaseMethod
in interface OverriderMethodUsageInfo<PsiMethod>
public PsiMethod getOverridingMethod()
getOverridingMethod
in interface OverriderMethodUsageInfo<PsiMethod>
@Deprecated public PsiMethod getElement()
getOverridingMethod()
insteadgetElement
in class UsageInfo
public boolean isOriginalOverrider()
public boolean isToCatchExceptions()
public boolean isToInsertArgs()