Variable: semantic-ede-source-grammar-wisent

semantic-ede-source-grammar-wisent is a variable defined in ede-grammar.el.gz.

Value

#s(ede-sourcecode eieio--unbound "Wisent Grammar" "\\.wy$" nil nil
		  ("*-wy.el"))

Documentation

Semantic Grammar source code definition for wisent.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/ede-grammar.el.gz
(defvar semantic-ede-source-grammar-wisent
  (ede-sourcecode :name "Wisent Grammar"
		  :sourcepattern "\\.wy$"
		  :garbagepattern '("*-wy.el")
		  )
  "Semantic Grammar source code definition for wisent.")