Function: semanticdb-ref-adebug

semanticdb-ref-adebug is a byte-compiled function defined in db-ref.el.gz.

Signature

(semanticdb-ref-adebug &rest SLOTS)

Documentation

Create a new object of class 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.")