Variable: antlr-tool-version

antlr-tool-version is a customizable variable defined in antlr-mode.el.gz.

Value

nil

Documentation

The version symbol of the Antlr tool. DO NOT CUSTOMIZE.

Set as buffer-local in buffers using antlr-mode. Supported local values are antlr-v2, antlr-v3 andantlr-v4. The value is used to set other variables, see antlr-tool-version-variables.

Probably introduced at or before Emacs version 31.1.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
;;;===========================================================================
;;;  Controlling the tool to use, automatically deduced
;;;===========================================================================

(defcustom antlr-tool-version nil
  "The version symbol of the Antlr tool.  DO NOT CUSTOMIZE.
Set as buffer-local in buffers using `antlr-mode'.  Supported local
values are `antlr-v2', `antlr-v3' and`antlr-v4'.  The value is used to
set other variables, see `antlr-tool-version-variables'."
  :type '(radio (const :tag "Automatic" nil)
		(sexp :tag "Do not choose this" :value nil)))