Function: semantic-debug-parser-p
semantic-debug-parser-p is a byte-compiled function defined in
debug.el.gz.
Signature
(semantic-debug-parser-p OBJ)
Documentation
Return non-nil if OBJ is an object of type semantic-debug-parser(var)/semantic-debug-parser(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/debug.el.gz
;;; Debugger superclass
;;
(defclass semantic-debug-parser ()
(
)
"Represents a parser and its state.
When implementing the debug parser you can add extra functionality
by overriding one of the command methods. Be sure to use
`call-next-method' so that the debug command is saved, and passed
down to your parser later."
:abstract t)