Function: srecode-dictionary-compound-value-p
srecode-dictionary-compound-value-p is a byte-compiled function
defined in dictionary.el.gz.
Signature
(srecode-dictionary-compound-value-p OBJ)
Documentation
Return non-nil if OBJ is an 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)