Function: semantic-symref-tool-grep

semantic-symref-tool-grep is an autoloaded and byte-compiled function defined in grep.el.gz.

Signature

(semantic-symref-tool-grep &rest SLOTS)

Documentation

Create a new object of class type semantic-symref-tool-grep(var)/semantic-symref-tool-grep(fun).

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.")