public interface TokenType
| Modifier and Type | Field and Description | 
|---|---|
| static IElementType | BAD_CHARACTERToken type for a character which is not valid in the position where it was encountered,
 according to the language grammar. | 
| static IElementType | CODE_FRAGMENT | 
| static IElementType | DUMMY_HOLDER | 
| static IElementType | ERROR_ELEMENT | 
| static IElementType | NEW_LINE_INDENTInternal token type used by the code formatter. | 
| static IElementType | WHITE_SPACEToken type for a sequence of whitespace characters. | 
static final IElementType WHITE_SPACE
static final IElementType BAD_CHARACTER
static final IElementType NEW_LINE_INDENT
static final IElementType ERROR_ELEMENT
static final IElementType CODE_FRAGMENT
static final IElementType DUMMY_HOLDER