|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TokenType
The standard lexer token types common to all languages.
| Field Summary | |
|---|---|
static IElementType |
BAD_CHARACTER
Token type for a character which is not valid in the position where it was encountered, according to the language grammar. |
static IElementType |
NEW_LINE_INDENT
Internal token type used by the code formatter. |
static IElementType |
WHITE_SPACE
Token type for a sequence of whitespace characters. |
| Field Detail |
|---|
static final IElementType WHITE_SPACE
static final IElementType BAD_CHARACTER
static final IElementType NEW_LINE_INDENT
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||