Function: semantic-lex-list

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

Signature

(semantic-lex-list SEMLIST DEPTH)

Documentation

Lex the body of SEMLIST to DEPTH.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/lex.el.gz
(defsubst semantic-lex-list (semlist depth)
  "Lex the body of SEMLIST to DEPTH."
  (semantic-lex (semantic-lex-token-start semlist)
                (semantic-lex-token-end   semlist)
                depth))