Function: semantic-tag-components-semantic-grammar-mode

semantic-tag-components-semantic-grammar-mode is a byte-compiled function defined in grammar.el.gz.

Signature

(semantic-tag-components-semantic-grammar-mode TAG)

Documentation

Return the children of tag TAG.

Override semantic-tag-components in semantic-grammar-mode buffers.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/grammar.el.gz
;;;;
;;;; API to access grammar tags
;;;;

(define-mode-local-override semantic-tag-components
  semantic-grammar-mode (tag)
  "Return the children of tag TAG."
  (semantic-tag-get-attribute tag :children))