- 所有超级接口:
PsiElement
- 所有已知子接口:
PsiComment,PsiLanguageInjectionHost,UrlReferenceHost
Elements which support external references should implement this interface.
There are two kinds of element references: own references and external references.
Own references are references the element knows about, they are usually used by language support.
Element doesn't know about external references since, for example, they might be contributed by plugins.
External references are used for navigation/Find Usages/etc as well as own references.
The element must implement this interface to support hosting external references, so this mechanism is effectively opt-in.
- 另请参阅:
-
PsiElement#getOwnReferencesUrlReferenceHost
-
字段概要
从接口继承的字段 com.intellij.psi.PsiElement
EMPTY_ARRAY -
方法概要
从接口继承的方法 com.intellij.psi.PsiElement
add, addAfter, addBefore, addRange, addRangeAfter, addRangeBefore, checkAdd, checkDelete, copy, delete, deleteChildRange, findElementAt, findReferenceAt, getChildren, getContainingFile, getContext, getFirstChild, getLanguage, getLastChild, getNavigationElement, getNextSibling, getNode, getOriginalElement, getParent, getPrevSibling, getReference, getStartOffsetInParent, getText, getTextLength, getTextOffset, getTextRange, isEquivalentTo, isPhysical, isValid, isWritable, replace, textContains, textMatches, textMatches, textToCharArray, toString