Function: semantic-get-all-local-variables
semantic-get-all-local-variables is a byte-compiled function defined
in ctxt.el.gz.
Signature
(semantic-get-all-local-variables &optional POINT)
Documentation
Get all local variables for this context, and parent contexts.
Local variables are returned in Semantic tag format. Be default, this gets local variables, and local arguments. Optional argument POINT is the location to start getting the variables from.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/ctxt.el.gz
(define-overloadable-function semantic-get-all-local-variables (&optional point)
"Get all local variables for this context, and parent contexts.
Local variables are returned in Semantic tag format.
Be default, this gets local variables, and local arguments.
Optional argument POINT is the location to start getting the variables from.")