Function: srecode-dictionary-compound-value

srecode-dictionary-compound-value is a byte-compiled function defined in dictionary.el.gz.

Signature

(srecode-dictionary-compound-value &rest _)

Documentation

You cannot create a new object of type srecode-dictionary-compound-value(var)/srecode-dictionary-compound-value(fun).

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/srecode/dictionary.el.gz
(defclass srecode-dictionary-compound-value ()
  ()
  "A compound dictionary value.
Values stored in a dictionary must be a STRING,
a dictionary for showing sections, or an instance of a subclass
of this class.

Compound dictionary values derive from this class, and must
provide a sequence of method implementations to convert into
a string."
  :abstract t)