Function: semantic-symref-tool-grep--eieio-childp
semantic-symref-tool-grep--eieio-childp is a byte-compiled function
defined in grep.el.gz.
Signature
(semantic-symref-tool-grep--eieio-childp OBJ)
Documentation
Return non-nil if OBJ is an object of type semantic-symref-tool-grep(var)/semantic-symref-tool-grep(fun)
or a subclass.
Aliases
semantic-symref-tool-grep-child-p (obsolete since 25.1)
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/symref/grep.el.gz
;;; Code:
;;; GREP
;;;###autoload
(defclass semantic-symref-tool-grep (semantic-symref-tool-baseclass)
(
)
"A symref tool implementation using grep.
This tool uses EDE to find the root of the project, then executes
`find-grep' in the project. The output is parsed for hits and
those hits returned.")