Variable: antlr-tool-version-variables
antlr-tool-version-variables is a variable defined in
antlr-mode.el.gz.
Value
(antlr-tool-mode-name antlr-tool-command antlr-language-list
antlr-syntax-propertize antlr-options-alists
&optional antlr-grammar-header-regexp
antlr-compilation-error-regexp-alist
antlr-skip-line-regexp
antlr-rule-postlude-skip-alist
antlr-rule-postlude-skip-regexp
antlr-ruleref-assign-regexp
antlr-font-lock-symbol-regexp)
Documentation
List of variables which have a tool-dependent value.
For each antlr-VAR in this list, function antlr-set-local-variables
makes it buffer-local and uses the variable VERSION-VAR, i.e.,
antlr-v2-VAR, antlr-v3-VAR or antlr-v4-VAR to set its value,
depending on the value VERSION of antlr-tool-version.
If that variable VERSION-VAR does not exist, ignore antlr-VAR if it is listed after the symbol &optional, or issue an error otherwise.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
(defvar antlr-tool-version-variables
'(antlr-tool-mode-name
antlr-tool-command
antlr-language-list
antlr-syntax-propertize
antlr-options-alists
&optional
antlr-grammar-header-regexp
antlr-compilation-error-regexp-alist
antlr-skip-line-regexp
antlr-rule-postlude-skip-alist
antlr-rule-postlude-skip-regexp
antlr-ruleref-assign-regexp
antlr-font-lock-symbol-regexp)
"List of variables which have a tool-dependent value.
For each antlr-VAR in this list, function `antlr-set-local-variables'
makes it buffer-local and uses the variable VERSION-VAR, i.e.,
antlr-v2-VAR, antlr-v3-VAR or antlr-v4-VAR to set its value,
depending on the value VERSION of `antlr-tool-version'.
If that variable VERSION-VAR does not exist, ignore antlr-VAR if it is
listed after the symbol &optional, or issue an error otherwise.")