Function: semantic-lex-token-end

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

Signature

(semantic-lex-token-end TOKEN)

Documentation

Fetch the end position 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-end (token)
  "Fetch the end position of the lexical token TOKEN.
See also the function `semantic-lex-token'."
  (cdr (semantic-lex-token-bounds token)))