public class InspectionElement extends FakePsiElement
Iconable.IconFlags, Iconable.LastComputedIcon| Modifier and Type | Field and Description |
|---|---|
static InspectionElement[] |
EMPTY_ARRAY |
FLAGS_LOCKED, ICON_PLACEHOLDERARRAY_FACTORYICON_FLAG_IGNORE_MASK, ICON_FLAG_OPEN, ICON_FLAG_READ_STATUS, ICON_FLAG_VISIBILITYEMPTY_NAVIGATABLE_ELEMENT_ARRAYEMPTY_NAVIGATION_ITEM_ARRAY| Constructor and Description |
|---|
InspectionElement(InspectionToolWrapper wrapper,
PsiManager psiManager) |
| Modifier and Type | Method and Description |
|---|---|
PsiManager |
getManager()
Returns the PSI manager for the project to which the PSI element belongs.
|
PsiElement |
getParent()
Returns the parent of the PSI element.
|
ItemPresentation |
getPresentation() |
InspectionToolWrapper |
getToolWrapper() |
findElementAt, getChildren, getElementIcon, getFirstChild, getIcon, getIcon, getLanguage, getLastChild, getLocationString, getNextSibling, getNode, getPresentableText, getPrevSibling, getStartOffsetInParent, getText, getTextLength, getTextOffset, getTextRange, isPhysical, setName, textContains, textToCharArrayaccept, acceptChildren, add, addAfter, addBefore, addRange, addRangeAfter, addRangeBefore, canNavigate, canNavigateToSource, checkAdd, checkDelete, copy, delete, deleteChildRange, findChildByClass, findChildrenByClass, findNotNullChildByClass, findReferenceAt, getContainingFile, getContext, getName, getNavigationElement, getOriginalElement, getProject, getReference, getReferences, getResolveScope, getUseScope, isEquivalentTo, isValid, isWritable, navigate, notNullChild, processDeclarations, replace, textMatches, textMatchesbuildRowIcon, computeBaseIcon, createLayeredIcon, getAdjustedBaseIcon, getBaseIcon, iconWithVisibilityIfNeeded, isNativeFileType, isVisibilitySupported, overlayIcons, registerIconLayer, transformFlagschangeUserMap, clearUserData, clone, copyCopyableDataTo, copyUserDataTo, getCopyableUserData, getUserData, getUserDataString, getUserMap, isUserDataEmpty, putCopyableUserData, putUserData, putUserDataIfAbsent, replace, setUserMapequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNameaccept, acceptChildren, add, addAfter, addBefore, addRange, addRangeAfter, addRangeBefore, checkAdd, checkDelete, copy, delete, deleteChildRange, findReferenceAt, getContainingFile, getContext, getCopyableUserData, getNavigationElement, getOriginalElement, getOwnReferences, getProject, getReference, getReferences, getResolveScope, getTextRangeInParent, getUseScope, isEquivalentTo, isValid, isWritable, processDeclarations, putCopyableUserData, replace, textMatches, textMatches, toStringgetUserData, putUserDatapublic static final InspectionElement[] EMPTY_ARRAY
public InspectionElement(InspectionToolWrapper wrapper, PsiManager psiManager)
public InspectionToolWrapper getToolWrapper()
public PsiElement getParent()
PsiElementpublic ItemPresentation getPresentation()
getPresentation in interface NavigationItemgetPresentation in class FakePsiElementpublic PsiManager getManager()
PsiElementgetManager in interface PsiElementgetManager in class FakePsiElement