Variable: antlr-language-list

antlr-language-list is a variable defined in antlr-mode.el.gz.

Value

nil

Documentation

Alist of supported action languages.

Each element in this list looks like (LANG-SYMBOL STRING...) where LANG-SYMBOL is made the value of antlr-language and one of the STRINGs is used in ANTLR's `language` grammar/file option to specify that language. The value is tool-dependent, see antlr-tool-version-variables.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
(defvar antlr-language-list nil
  "Alist of supported action languages.
Each element in this list looks like (LANG-SYMBOL STRING...) where
LANG-SYMBOL is made the value of `antlr-language' and one of the STRINGs
is used in ANTLR's `language` grammar/file option to specify that
language.
The value is tool-dependent, see `antlr-tool-version-variables'.")