public interface DocCommentTokenTypes
Allows to specify a set of language-dependent token types for the doc comment lexer.
-
方法概要
-
方法详细资料
-
commentStart
IElementType commentStart() -
commentEnd
IElementType commentEnd() -
commentData
IElementType commentData() -
spaceCommentsTokenSet
TokenSet spaceCommentsTokenSet() -
space
IElementType space() -
tagValueToken
IElementType tagValueToken() -
tagValueLParen
IElementType tagValueLParen() -
tagValueRParen
IElementType tagValueRParen() -
tagValueSharp
IElementType tagValueSharp() -
tagValueComma
IElementType tagValueComma() -
tagName
IElementType tagName() -
tagValueLT
IElementType tagValueLT() -
tagValueGT
IElementType tagValueGT() -
inlineTagStart
IElementType inlineTagStart() -
inlineTagEnd
IElementType inlineTagEnd() -
badCharacter
IElementType badCharacter() -
commentLeadingAsterisks
IElementType commentLeadingAsterisks() -
tagValueQuote
-
tagValueColon
-