semantic-bovinate-region-until-error

semantic-bovinate-region-until-error is a compiled Lisp function in `semantic.el'.

(semantic-bovinate-region-until-error START END NONTERM &optional DEPTH)

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

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

Bovinate between START and END starting with NONTERM.
Optional DEPTH specifies how many levels of parenthesis to enter.
This command will parse until an error is encountered, and return
the list of everything found until that moment.
This is meant for finding variable definitions at the beginning of
code blocks in methods. If `bovine-inner-scope' can also support
commands, use `semantic-bovinate-from-nonterminal-full'.