public class ReplaceWithSubtypeUsageInfo extends FixableUsageInfo
| Modifier and Type | Field and Description | 
|---|---|
| static Logger | LOG | 
EMPTY_ARRAY, isNonCodeUsage, myDynamicUsage| Constructor and Description | 
|---|
| ReplaceWithSubtypeUsageInfo(PsiTypeElement typeElement,
                           PsiClassType classType,
                           PsiClass[] targetClasses) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | fixUsage() | 
| java.lang.String | getConflictMessage() | 
compareToByStartOffset, copy, equals, getElement, getFile, getNavigationOffset, getNavigationRange, getProject, getPsiFileRange, getRangeInElement, getReference, getSegment, getSmartPointer, getTooltipText, getVirtualFile, hashCode, isDynamicUsage, isFileOrBinary, isNonCodeUsage, isValid, isWritable, setDynamicUsage, toStringpublic static final Logger LOG
public ReplaceWithSubtypeUsageInfo(PsiTypeElement typeElement, PsiClassType classType, PsiClass[] targetClasses)
public void fixUsage()
              throws IncorrectOperationException
fixUsage in class FixableUsageInfoIncorrectOperationExceptionpublic java.lang.String getConflictMessage()
getConflictMessage in class FixableUsageInfo