Function: semanticdb-ref-adebug-p
semanticdb-ref-adebug-p is a byte-compiled function defined in
db-ref.el.gz.
Signature
(semanticdb-ref-adebug-p OBJ)
Documentation
Return non-nil if OBJ is an object of type semanticdb-ref-adebug(var)/semanticdb-ref-adebug(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/db-ref.el.gz
;;; DEBUG
;;
(defclass semanticdb-ref-adebug ()
((i-depend-on :initarg :i-depend-on)
(local-table :initarg :local-table)
(i-include :initarg :i-include))
"Simple class to allow ADEBUG to show a nice list.")