public class MethodCallUsageInfo extends UsageInfo
EMPTY_ARRAY, isNonCodeUsage, myDynamicUsage| Constructor and Description |
|---|
MethodCallUsageInfo(PsiElement ref,
boolean isToChangeArguments,
boolean isToCatchExceptions) |
| Modifier and Type | Method and Description |
|---|---|
PsiMethod |
getReferencedMethod() |
PsiSubstitutor |
getSubstitutor() |
boolean |
isToCatchExceptions() |
boolean |
isToChangeArguments() |
compareToByStartOffset, copy, equals, getElement, getFile, getNavigationOffset, getNavigationRange, getProject, getPsiFileRange, getRangeInElement, getReference, getSegment, getSmartPointer, getTooltipText, getVirtualFile, hashCode, isDynamicUsage, isFileOrBinary, isNonCodeUsage, isValid, isWritable, setDynamicUsage, toStringpublic MethodCallUsageInfo(PsiElement ref, boolean isToChangeArguments, boolean isToCatchExceptions)
public boolean isToCatchExceptions()
public boolean isToChangeArguments()
public PsiMethod getReferencedMethod()
public PsiSubstitutor getSubstitutor()