Function: semantic-tag-leaf-p
semantic-tag-leaf-p is a byte-compiled function defined in
tag-ls.el.gz.
Signature
(semantic-tag-leaf-p TAG &optional PARENT)
Documentation
Return non-nil if TAG is leaf.
Optional PARENT is the parent tag of TAG. In UML, leaf methods and classes have special meaning and behavior.
The default behavior (if not overridden with tag-leaf-p
is to return true if leaf is in the type modifiers.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/tag-ls.el.gz
(define-overloadable-function semantic-tag-leaf-p (tag &optional parent)
"Return non-nil if TAG is leaf.
Optional PARENT is the parent tag of TAG.
In UML, leaf methods and classes have special meaning and behavior.
The default behavior (if not overridden with `tag-leaf-p'
is to return true if `leaf' is in the type modifiers.")