semantic-bovinate-from-nonterminal-full

semantic-bovinate-from-nonterminal-full is a compiled Lisp function in `semantic.el'.

(semantic-bovinate-from-nonterminal-full START END NONTERM &optional DEPTH)

This function is obsolete since 23.2;
use `semantic-parse-region' instead.

NOTE: Use `semantic-parse-region' instead.

Bovinate from within a nonterminal lambda from START to END.
Iterates until all the space between START and END is exhausted.
Argument NONTERM is the nonterminal symbol to start with.
If NONTERM is nil, use `bovine-block-toplevel'.
Optional argument DEPTH is the depth of lists to dive into.
When used in a `lambda' of a MATCH-LIST, there is no need to include
a START and END part.