antlr-skip-exception-part

antlr-skip-exception-part is a compiled Lisp function in `antlr-mode.el'.

(antlr-skip-exception-part SKIP-COMMENT)

Skip exception part of current rule, i.e., everything after `;'.
This also includes the options and tokens part of a grammar class
header. If SKIP-COMMENT is non-nil, also skip the comment after that
part.