Variable: antlr-language
antlr-language is a variable defined in antlr-mode.el.gz.
Value
nil
Documentation
Major mode corresponding to ANTLR's "language" option.
Set via antlr-language-list. The only useful place to change this
buffer-local variable yourself is in antlr-mode-hook or in the "local
variable list" near the end of the file, see
enable-local-variables.
The value is used to set other variables, see antlr-language-variables.
Probably introduced at or before Emacs version 31.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
;;;===========================================================================
;;; Controlling ANTLR's code generator (language option)
;;;===========================================================================
(defvar antlr-language nil
"Major mode corresponding to ANTLR's \"language\" option.
Set via `antlr-language-list'. The only useful place to change this
buffer-local variable yourself is in `antlr-mode-hook' or in the \"local
variable list\" near the end of the file, see
`enable-local-variables'.
The value is used to set other variables, see `antlr-language-variables'.")