semantic-analyze-current-context

semantic-analyze-current-context is an interactive autoloaded compiled Lisp function in `analyze.el'.


(semantic-analyze-current-context &optional POSITION)

Analyze the current context at optional POSITION.
If called interactively, display interesting information about POSITION
in a separate buffer.
Returns an object based on symbol `semantic-analyze-context'.

This function can be overridden with the symbol `analyze-context'.
When overriding this function, your override will be called while
cursor is at POSITION. In addition, your function will not be called
if a cached copy of the return object is found.