public interface JavaDocElementType
Modifier and Type | Interface and Description |
---|---|
static class |
JavaDocElementType.JavaDocCompositeElementType |
static class |
JavaDocElementType.JavaDocLazyElementType |
Modifier and Type | Field and Description |
---|---|
static TokenSet |
ALL_JAVADOC_ELEMENTS |
static ILazyParseableElementType |
DOC_COMMENT |
static IElementType |
DOC_INLINE_TAG |
static IElementType |
DOC_METHOD_OR_FIELD_REF |
static IElementType |
DOC_PARAMETER_REF |
static ILazyParseableElementType |
DOC_REFERENCE_HOLDER |
static IElementType |
DOC_TAG |
static IElementType |
DOC_TAG_VALUE_ELEMENT |
static ILazyParseableElementType |
DOC_TYPE_HOLDER |
static final IElementType DOC_TAG
static final IElementType DOC_INLINE_TAG
static final IElementType DOC_METHOD_OR_FIELD_REF
static final IElementType DOC_PARAMETER_REF
static final IElementType DOC_TAG_VALUE_ELEMENT
static final ILazyParseableElementType DOC_REFERENCE_HOLDER
static final ILazyParseableElementType DOC_TYPE_HOLDER
static final ILazyParseableElementType DOC_COMMENT
static final TokenSet ALL_JAVADOC_ELEMENTS