- 所有超级接口:
LighterASTNode
-
字段概要
从接口继承的字段 com.intellij.lang.LighterASTNode
EMPTY_ARRAY -
方法概要
修饰符和类型方法说明getText()Note: a text returned may be linked back to file content text and therefore should be internalized through fleet.com.intellij.util.CharTable if referenced as is.从接口继承的方法 com.intellij.lang.LighterASTNode
getEndOffset, getStartOffset, getTextLength, getTokenType
-
方法详细资料
-
getText
CharSequence getText()Note: a text returned may be linked back to file content text and therefore should be internalized through fleet.com.intellij.util.CharTable if referenced as is.- 返回:
- text of a token
-