Function: semantic-tag-modifiers
semantic-tag-modifiers is a byte-compiled function defined in
tag.el.gz.
Signature
(semantic-tag-modifiers TAG)
Documentation
Return the value of the :typemodifiers attribute of TAG.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/tag.el.gz
;;; Standard Tag Access
;;
;;; Common
;;
(defsubst semantic-tag-modifiers (tag)
"Return the value of the `:typemodifiers' attribute of TAG."
(semantic-tag-get-attribute tag :typemodifiers))