public interface UsageSearchContext
Modifier and Type | Field and Description |
---|---|
static short |
ANY
Any of above
|
static short |
IN_CODE
Element's usages in its language code are requested
|
static short |
IN_COMMENTS
Usages in comments are requested
|
static short |
IN_FOREIGN_LANGUAGES
Element's usages in other languages are requested,
e.g.
|
static short |
IN_PLAIN_TEXT
Plain text occurrences are requested
|
static short |
IN_STRINGS
Usages in string literals are requested
|
static final short IN_CODE
static final short IN_COMMENTS
static final short IN_STRINGS
static final short IN_FOREIGN_LANGUAGES
static final short IN_PLAIN_TEXT
static final short ANY