- 所有超级接口:
PsiElement
Represents a syntax error (for example, invalid token) in Java or custom language code.
-
字段概要
从接口继承的字段 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
-
方法详细资料
-
getErrorDescription
Returns the description of the error.- 返回:
- the error description.
-