Function: semantic-ctxt-current-symbol-and-bounds
semantic-ctxt-current-symbol-and-bounds is a byte-compiled function
defined in ctxt.el.gz.
Signature
(semantic-ctxt-current-symbol-and-bounds &optional POINT)
Documentation
Return the current symbol and bounds the cursor is on at POINT.
The symbol should be the same as returned by semantic-ctxt-current-symbol.
Return (PREFIX ENDSYM BOUNDS).
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/ctxt.el.gz
(define-overloadable-function semantic-ctxt-current-symbol-and-bounds (&optional point)
"Return the current symbol and bounds the cursor is on at POINT.
The symbol should be the same as returned by `semantic-ctxt-current-symbol'.
Return (PREFIX ENDSYM BOUNDS).")