|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.intellij.lang.cacheBuilder.WordOccurrence.Kind
public static class WordOccurrence.Kind
Defines possible locations where words can be encountered.
| Field Summary | |
|---|---|
static WordOccurrence.Kind |
CODE
Kind for words encountered in code (keywords and identifiers). |
static WordOccurrence.Kind |
COMMENTS
Kind for words encountered in comments. |
static WordOccurrence.Kind |
LITERALS
Kind for words encountered in literals (particularly string literals). |
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final WordOccurrence.Kind CODE
public static final WordOccurrence.Kind COMMENTS
public static final WordOccurrence.Kind LITERALS
| Method Detail |
|---|
@NonNls public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||