Function: srecode-dictionary-compound-value--eieio-childp

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

Signature

(srecode-dictionary-compound-value--eieio-childp OBJ)

Documentation

Return non-nil if OBJ is an object of type srecode-dictionary-compound-value(var)/srecode-dictionary-compound-value(fun) or a subclass.

Aliases

srecode-dictionary-compound-value-child-p (obsolete since 25.1)

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)