semantic-token-type-parent

semantic-token-type-parent is a compiled Lisp function in `tag.el'.

(semantic-token-type-parent TAG)

This function is obsolete since 23.2;
use `semantic-tag-type-superclass' and `semantic-tag-type-interfaces' instead

Return the parent of the type that TAG describes.
The return value is a list. A value of nil means no parents.
The `car' of the list is either the parent class, or a list
of parent classes. The `cdr' of the list is the list of
interfaces, or abstract classes which are parents of TAG.