com.intellij.lang.cacheBuilder
Class WordOccurrence.Kind

java.lang.Object
  extended by com.intellij.lang.cacheBuilder.WordOccurrence.Kind
Enclosing class:
WordOccurrence

public static class WordOccurrence.Kind
extends java.lang.Object

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

CODE

public static final WordOccurrence.Kind CODE
Kind for words encountered in code (keywords and identifiers).


COMMENTS

public static final WordOccurrence.Kind COMMENTS
Kind for words encountered in comments.


LITERALS

public static final WordOccurrence.Kind LITERALS
Kind for words encountered in literals (particularly string literals).

Method Detail

toString

@NonNls
public java.lang.String toString()
Overrides:
toString in class java.lang.Object