Function: semantic-tag-components

semantic-tag-components is an autoloaded and byte-compiled function defined in tag.el.gz.

Signature

(semantic-tag-components TAG)

Documentation

Return a list of components for TAG.

A Component is a part of TAG which itself may be a TAG. Examples include the elements of a structure in a tag of class type, or the list of arguments to a tag of class function.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/tag.el.gz
;;; Language Specific Tag access via overload
;;
;;;###autoload
(define-overloadable-function semantic-tag-components (tag)
  "Return a list of components for TAG.
A Component is a part of TAG which itself may be a TAG.
Examples include the elements of a structure in a
tag of class `type', or the list of arguments to a
tag of class `function'."
  )