public interface DocCommentTokenTypes
Modifier and Type | Method and Description |
---|---|
IElementType |
badCharacter() |
IElementType |
commentData() |
IElementType |
commentEnd() |
IElementType |
commentLeadingAsterisks() |
IElementType |
commentStart() |
IElementType |
inlineTagEnd() |
IElementType |
inlineTagStart() |
IElementType |
space() |
TokenSet |
spaceCommentsTokenSet() |
IElementType |
tagName() |
IElementType |
tagValueComma() |
IElementType |
tagValueGT() |
IElementType |
tagValueLParen() |
IElementType |
tagValueLT() |
IElementType |
tagValueRParen() |
IElementType |
tagValueSharp() |
IElementType |
tagValueToken() |
IElementType commentStart()
IElementType commentEnd()
IElementType commentData()
TokenSet spaceCommentsTokenSet()
IElementType space()
IElementType tagValueToken()
IElementType tagValueLParen()
IElementType tagValueRParen()
IElementType tagValueSharp()
IElementType tagValueComma()
IElementType tagName()
IElementType tagValueLT()
IElementType tagValueGT()
IElementType inlineTagStart()
IElementType inlineTagEnd()
IElementType badCharacter()
IElementType commentLeadingAsterisks()