Function: semantic-debug-parser

semantic-debug-parser is a byte-compiled function defined in debug.el.gz.

Signature

(semantic-debug-parser &rest _)

Documentation

You cannot create a new 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)