Function: semantic-tag-static-p
semantic-tag-static-p is a byte-compiled function defined in
tag-ls.el.gz.
Signature
(semantic-tag-static-p TAG &optional PARENT)
Documentation
Return non-nil if TAG is static.
Optional PARENT is the parent tag of TAG. In UML, static methods and attributes mean that they are allocated in the parent class, and are not instance specific. UML notation specifies that STATIC entries are underlined.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/tag-ls.el.gz
(define-overloadable-function semantic-tag-static-p (tag &optional parent)
"Return non-nil if TAG is static.
Optional PARENT is the parent tag of TAG.
In UML, static methods and attributes mean that they are allocated
in the parent class, and are not instance specific.
UML notation specifies that STATIC entries are underlined.")