Function: srecode-overlaid--eieio-childp

srecode-overlaid--eieio-childp is a byte-compiled function defined in fields.el.gz.

Signature

(srecode-overlaid--eieio-childp OBJ)

Documentation

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

Aliases

srecode-overlaid-child-p (obsolete since 25.1)

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/srecode/fields.el.gz
;;; BASECLASS
;;
;; Fields and the template region share some basic overlay features.

(defclass srecode-overlaid ()
  ((overlay :documentation
	    "Overlay representing this field.
The overlay will crossreference this object.")
   )
  "An object that gets automatically bound to an overlay.
Has virtual :start and :end initializers.")