Interface TokenType


public interface TokenType
The standard lexer token types common to all languages.
  • Field Details

    • WHITE_SPACE

      static final IElementType WHITE_SPACE
      Token type for a sequence of whitespace characters.
    • BAD_CHARACTER

      static final IElementType BAD_CHARACTER
      Token type for a character which is not valid in the position where it was encountered, according to the language grammar.
    • NEW_LINE_INDENT

      static final IElementType NEW_LINE_INDENT
      Internal token type used by the code formatter.
    • ERROR_ELEMENT

      static final IElementType ERROR_ELEMENT
    • CODE_FRAGMENT

      static final IElementType CODE_FRAGMENT
    • DUMMY_HOLDER

      static final IElementType DUMMY_HOLDER