Function: semantic-lex-token-class

semantic-lex-token-class is a byte-compiled function defined in lex.el.gz.

Signature

(semantic-lex-token-class TOKEN)

Documentation

Fetch the class of the lexical token TOKEN.

See also the function semantic-lex-token.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/lex.el.gz
(defsubst semantic-lex-token-class (token)
  "Fetch the class of the lexical token TOKEN.
See also the function `semantic-lex-token'."
  (car token))