public class JavaDocTokenTypes extends java.lang.Object implements DocCommentTokenTypes
| Modifier and Type | Field and Description |
|---|---|
static DocCommentTokenTypes |
INSTANCE |
| 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() |
public static final DocCommentTokenTypes INSTANCE
public IElementType commentStart()
commentStart in interface DocCommentTokenTypespublic IElementType commentEnd()
commentEnd in interface DocCommentTokenTypespublic IElementType commentData()
commentData in interface DocCommentTokenTypespublic TokenSet spaceCommentsTokenSet()
spaceCommentsTokenSet in interface DocCommentTokenTypespublic IElementType space()
space in interface DocCommentTokenTypespublic IElementType tagValueToken()
tagValueToken in interface DocCommentTokenTypespublic IElementType tagValueLParen()
tagValueLParen in interface DocCommentTokenTypespublic IElementType tagValueRParen()
tagValueRParen in interface DocCommentTokenTypespublic IElementType tagValueSharp()
tagValueSharp in interface DocCommentTokenTypespublic IElementType tagValueComma()
tagValueComma in interface DocCommentTokenTypespublic IElementType tagName()
tagName in interface DocCommentTokenTypespublic IElementType tagValueLT()
tagValueLT in interface DocCommentTokenTypespublic IElementType tagValueGT()
tagValueGT in interface DocCommentTokenTypespublic IElementType inlineTagStart()
inlineTagStart in interface DocCommentTokenTypespublic IElementType inlineTagEnd()
inlineTagEnd in interface DocCommentTokenTypespublic IElementType badCharacter()
badCharacter in interface DocCommentTokenTypespublic IElementType commentLeadingAsterisks()
commentLeadingAsterisks in interface DocCommentTokenTypes