Function: srecode-template-inserted-region--eieio-childp

srecode-template-inserted-region--eieio-childp is a byte-compiled function defined in fields.el.gz.

Signature

(srecode-template-inserted-region--eieio-childp OBJ)

Documentation

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

Aliases

srecode-template-inserted-region-child-p (obsolete since 25.1)

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/srecode/fields.el.gz
;;; INSERTED REGION
;;
;; Managing point-exit, and flushing fields.

(defclass srecode-template-inserted-region (srecode-overlaid)
  ((fields :documentation
	   "A list of field overlays in this region.")
   (active-region :allocation :class
		  :initform nil
		  :documentation
		  "The template region currently being handled.")
   )
  "Manage a buffer region in which fields exist.")