Variable: semantic--parse-table

semantic--parse-table is a buffer-local variable defined in semantic.el.gz.

Documentation

Variable that defines how to parse top level items in a buffer.

This variable is for internal use only, and its content depends on the external parser used.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic.el.gz
;;; Code:
;;

;;; Variables and Configuration
;;
(defvar-local semantic--parse-table nil
  "Variable that defines how to parse top level items in a buffer.
This variable is for internal use only, and its content depends on the
external parser used.")