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 DocCommentTokenTypes
public IElementType commentEnd()
commentEnd
in interface DocCommentTokenTypes
public IElementType commentData()
commentData
in interface DocCommentTokenTypes
public TokenSet spaceCommentsTokenSet()
spaceCommentsTokenSet
in interface DocCommentTokenTypes
public IElementType space()
space
in interface DocCommentTokenTypes
public IElementType tagValueToken()
tagValueToken
in interface DocCommentTokenTypes
public IElementType tagValueLParen()
tagValueLParen
in interface DocCommentTokenTypes
public IElementType tagValueRParen()
tagValueRParen
in interface DocCommentTokenTypes
public IElementType tagValueSharp()
tagValueSharp
in interface DocCommentTokenTypes
public IElementType tagValueComma()
tagValueComma
in interface DocCommentTokenTypes
public IElementType tagName()
tagName
in interface DocCommentTokenTypes
public IElementType tagValueLT()
tagValueLT
in interface DocCommentTokenTypes
public IElementType tagValueGT()
tagValueGT
in interface DocCommentTokenTypes
public IElementType inlineTagStart()
inlineTagStart
in interface DocCommentTokenTypes
public IElementType inlineTagEnd()
inlineTagEnd
in interface DocCommentTokenTypes
public IElementType badCharacter()
badCharacter
in interface DocCommentTokenTypes
public IElementType commentLeadingAsterisks()
commentLeadingAsterisks
in interface DocCommentTokenTypes