Variable: antlr-v4-compilation-error-regexp-alist
antlr-v4-compilation-error-regexp-alist is a variable defined in
antlr-mode.el.gz.
Value
(("\\(?:[eE]rror\\|\\([wW]arning\\)\\)[ ]*([0-9]+):[ ]*\\([^\n:]+\\):\\([0-9]+\\):\\([0-9]+\\)"
2 3 4 (1))
gnu)
Documentation
Value for antlr-compilation-error-regexp-alist when using ANTLR v4.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
(defvar antlr-v4-compilation-error-regexp-alist
'(("\\(?:[eE]rror\\|\\([wW]arning\\)\\)[ \t]*([0-9]+):[ \t]*\
\\([^\n:]+\\):\\([0-9]+\\):\\([0-9]+\\)" 2 3 4 (1))
gnu)
"Value for `antlr-compilation-error-regexp-alist' when using ANTLR v4.")