Variable: semantic-parser-name
semantic-parser-name is a buffer-local variable defined in
semantic.el.gz.
Documentation
Optional name of the parser used to parse input stream.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic.el.gz
(defvar-local semantic-parser-name "LL"
"Optional name of the parser used to parse input stream.")