public interface JavaDocTokenType
Modifier and Type | Field and Description |
---|---|
static TokenSet |
ALL_JAVADOC_TOKENS |
static IElementType |
DOC_COMMENT_BAD_CHARACTER |
static IElementType |
DOC_COMMENT_DATA |
static IElementType |
DOC_COMMENT_END |
static IElementType |
DOC_COMMENT_LEADING_ASTERISKS |
static IElementType |
DOC_COMMENT_START |
static IElementType |
DOC_INLINE_TAG_END |
static IElementType |
DOC_INLINE_TAG_START |
static IElementType |
DOC_SPACE |
static IElementType |
DOC_TAG_NAME |
static IElementType |
DOC_TAG_VALUE_COMMA |
static IElementType |
DOC_TAG_VALUE_DOT |
static IElementType |
DOC_TAG_VALUE_GT |
static IElementType |
DOC_TAG_VALUE_LPAREN |
static IElementType |
DOC_TAG_VALUE_LT |
static IElementType |
DOC_TAG_VALUE_RPAREN |
static IElementType |
DOC_TAG_VALUE_SHARP_TOKEN |
static IElementType |
DOC_TAG_VALUE_TOKEN |
static final IElementType DOC_COMMENT_START
static final IElementType DOC_COMMENT_END
static final IElementType DOC_COMMENT_DATA
static final IElementType DOC_SPACE
static final IElementType DOC_COMMENT_LEADING_ASTERISKS
static final IElementType DOC_TAG_NAME
static final IElementType DOC_INLINE_TAG_START
static final IElementType DOC_INLINE_TAG_END
static final IElementType DOC_TAG_VALUE_TOKEN
static final IElementType DOC_TAG_VALUE_DOT
static final IElementType DOC_TAG_VALUE_COMMA
static final IElementType DOC_TAG_VALUE_LPAREN
static final IElementType DOC_TAG_VALUE_RPAREN
static final IElementType DOC_TAG_VALUE_LT
static final IElementType DOC_TAG_VALUE_GT
static final IElementType DOC_TAG_VALUE_SHARP_TOKEN
static final IElementType DOC_COMMENT_BAD_CHARACTER
static final TokenSet ALL_JAVADOC_TOKENS