Variable: semantic-symbol->name-assoc-list-for-type-parts
semantic-symbol->name-assoc-list-for-type-parts is a buffer-local
variable defined in semantic.el.gz.
Documentation
Like semantic-symbol->name-assoc-list for type parts.
Some tags that have children (see semantic-tag-children-compatibility)
will want to define the names of classes of tags differently than at
the top level. For example, in C++, a Function may be called a
Method. In addition, there may be new types of tags that exist only
in classes, such as protection labels.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic.el.gz
(defvar-local semantic-symbol->name-assoc-list-for-type-parts nil
"Like `semantic-symbol->name-assoc-list' for type parts.
Some tags that have children (see `semantic-tag-children-compatibility')
will want to define the names of classes of tags differently than at
the top level. For example, in C++, a Function may be called a
Method. In addition, there may be new types of tags that exist only
in classes, such as protection labels.")