Function: ede-object-compiler--eieio-childp

ede-object-compiler--eieio-childp is a byte-compiled function defined in proj-obj.el.gz.

Signature

(ede-object-compiler--eieio-childp OBJ)

Documentation

Return non-nil if OBJ is an object of type ede-object-compiler(var)/ede-object-compiler(fun) or a subclass.

Aliases

ede-object-compiler-child-p (obsolete since 25.1)

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede/proj-obj.el.gz
(defclass ede-object-compiler (ede-compiler)
  ((uselinker :initform t)
   (dependencyvar :initarg :dependencyvar
		  :type list
		  :custom (cons (string :tag "Variable")
				(string :tag "Value"))
		  :documentation
		  "A variable dedicated to dependency generation."))
  "Ede compiler class for source which must compiler, and link.")