Variable: semantic-flex-tokens

semantic-flex-tokens is a variable defined in lex.el.gz.

This variable is obsolete since 28.1; use semantic-lex-tokens instead.

Value

((bol)
 (charquote)
 (close-paren)
 (comment)
 (newline)
 (open-paren)
 (punctuation)
 (semantic-list)
 (string)
 (symbol)
 (whitespace))

Documentation

An alist of semantic token types.

See variable semantic-lex-tokens.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/lex.el.gz
;;; Compatibility with Semantic 1.x lexical analysis

(defvar semantic-flex-tokens semantic-lex-tokens
  "An alist of semantic token types.
See variable `semantic-lex-tokens'.")