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-alist. 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.

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-alist'.  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'.")