Function: bovine-grammar-ALIAS-TAG
bovine-grammar-ALIAS-TAG is a byte-compiled function defined in
grammar.el.gz.
Signature
(bovine-grammar-ALIAS-TAG NAME ALIASCLASS DEFINITION &rest ATTRIBUTES)
Documentation
Expand call to ALIAS-TAG grammar macro.
Return the form to create a semantic tag of class alias.
See the function semantic-tag-new-alias for the meaning of arguments
NAME, ALIASCLASS, DEFINITION and ATTRIBUTES.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/bovine/grammar.el.gz
(defun bovine-grammar-ALIAS-TAG (name aliasclass definition &rest attributes)
"Expand call to ALIAS-TAG grammar macro.
Return the form to create a semantic tag of class alias.
See the function `semantic-tag-new-alias' for the meaning of arguments
NAME, ALIASCLASS, DEFINITION and ATTRIBUTES."
`(semantic-tag-new-alias ,name ,aliasclass ,definition ,@attributes))