Variable: semantic-lex-types-obarray

semantic-lex-types-obarray is a buffer-local variable defined in lex.el.gz.

Documentation

Buffer local types obarray for the lexical analyzer.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/lex.el.gz
;;; Type table handling.
;;
;; The lexical type table manages types that occur in a grammar file
;; with the %type declaration.  Types represent different syntaxes.
;; See code for `semantic-lex-preset-default-types' for the classic
;; types of syntax.
(defvar-local semantic-lex-types-obarray nil
  "Buffer local types obarray for the lexical analyzer.")