public interface CompletionOnJavadoc
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL_POSSIBLE_TAGS |
static int |
BASE_TYPES |
static int |
EXCEPTION |
static int |
FORMAL_REFERENCE |
static int |
JAVADOC |
static int |
ONLY_INLINE_TAG |
static int |
REPLACE_TAG |
static int |
TEXT |
| Modifier and Type | Method and Description |
|---|---|
void |
addCompletionFlags(int flags) |
int |
getCompletionFlags()
Get completion node flags.
|
static final int JAVADOC
static final int EXCEPTION
static final int TEXT
static final int BASE_TYPES
static final int ONLY_INLINE_TAG
static final int REPLACE_TAG
static final int FORMAL_REFERENCE
static final int ALL_POSSIBLE_TAGS