Function: semantic-tag-of-class-p

semantic-tag-of-class-p is a byte-compiled function defined in tag.el.gz.

Signature

(semantic-tag-of-class-p TAG CLASS)

Documentation

Return non-nil if class of TAG is CLASS.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/tag.el.gz
(defsubst semantic-tag-of-class-p (tag class)
  "Return non-nil if class of TAG is CLASS."
  (eq (semantic-tag-class tag) class))