Variable: antlr-language-variables
antlr-language-variables is a variable defined in antlr-mode.el.gz.
Value
(antlr-language-mode-name antlr-action-mode &optional
antlr-init-cc-mode antlr-init-submode
antlr-indent-action-line
antlr-action-font-lock-keywords
antlr-action-names)
Documentation
List of variables which have a language-dependent value.
For each antlr-VAR in this list, function antlr-set-local-variables
makes it buffer-local and uses the variable LANGUAGE-VAR, i.e.,
antlr-java-VAR, antlr-cpp-VAR, and so on to set its value,
depending on the value LANGUAGE of antlr-language.
If that variable LANGUAGE-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-language-variables
'(antlr-language-mode-name
antlr-action-mode
&optional
antlr-init-cc-mode
antlr-init-submode
antlr-indent-action-line
antlr-action-font-lock-keywords
antlr-action-names)
"List of variables which have a language-dependent value.
For each antlr-VAR in this list, function `antlr-set-local-variables'
makes it buffer-local and uses the variable LANGUAGE-VAR, i.e.,
antlr-java-VAR, antlr-cpp-VAR, and so on to set its value,
depending on the value LANGUAGE of `antlr-language'.
If that variable LANGUAGE-VAR does not exist, ignore antlr-VAR if it is
listed after the symbol &optional, or issue an error otherwise.")