Represents a comment in a code.
-
字段概要
从接口继承的字段 com.intellij.psi.PsiElement
EMPTY_ARRAY -
方法概要
修饰符和类型方法说明@NotNull IElementTypeReturns the token type of the comment (likeJavaTokenType.END_OF_LINE_COMMENTorJavaTokenType.C_STYLE_COMMENT).从接口继承的方法 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
-
方法详细资料
-
getTokenType
Returns the token type of the comment (likeJavaTokenType.END_OF_LINE_COMMENTorJavaTokenType.C_STYLE_COMMENT).
-