Function: semantic-analyze-context-return

semantic-analyze-context-return is a byte-compiled function defined in analyze.el.gz.

Signature

(semantic-analyze-context-return &rest SLOTS)

Documentation

Create a new object of class type semantic-analyze-context-return(var)/semantic-analyze-context-return(fun).

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/analyze.el.gz
(defclass semantic-analyze-context-return (semantic-analyze-context)
  () ; No extra data.
  "Analysis class for return data.
Return data methods identify the required type by the return value
of the parent function.")