Function: semantic-grammar-tokentable

semantic-grammar-tokentable is a byte-compiled function defined in grammar.el.gz.

Signature

(semantic-grammar-tokentable)

Documentation

Return the variable name of the token table.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/grammar.el.gz
(defsubst semantic-grammar-tokentable ()
  "Return the variable name of the token table."
  (concat semantic--grammar-package
          "--token-table"))