Function: semantic-ctxt-current-class-list
semantic-ctxt-current-class-list is a byte-compiled function defined
in ctxt.el.gz.
Signature
(semantic-ctxt-current-class-list &optional POINT)
Documentation
Return a list of tag classes that are allowed at POINT.
If POINT is nil, the current buffer location is used. For example, in Emacs Lisp, the symbol after a ( is most likely a function. In a makefile, symbols after a : are rules, and symbols after a $( are variables.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/ctxt.el.gz
(define-overloadable-function semantic-ctxt-current-class-list (&optional point)
"Return a list of tag classes that are allowed at POINT.
If POINT is nil, the current buffer location is used.
For example, in Emacs Lisp, the symbol after a ( is most likely
a function. In a makefile, symbols after a : are rules, and symbols
after a $( are variables.")