Function: semantic-debug-parser--eieio-childp
semantic-debug-parser--eieio-childp is a byte-compiled function
defined in debug.el.gz.
Signature
(semantic-debug-parser--eieio-childp OBJ)
Documentation
Return non-nil if OBJ is an object of type semantic-debug-parser(var)/semantic-debug-parser(fun) or
a subclass.
Aliases
semantic-debug-parser-child-p (obsolete since 25.1)
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)