Variable: antlr-v3-tool-command
antlr-v3-tool-command is a customizable variable defined in
antlr-mode.el.gz.
Value
"java org.antlr.Tool"
Documentation
Command used in M-x antlr-run-tool (antlr-run-tool) to run the Antlr tool.
This variable should include all options passed to Antlr.
Value for antlr-tool-command when using ANTLR v3.
Probably introduced at or before Emacs version 31.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
(defcustom antlr-v3-tool-command "java org.antlr.Tool"
"Command used in \\[antlr-run-tool] to run the Antlr tool.
This variable should include all options passed to Antlr.
Value for `antlr-tool-command' when using ANTLR v3."
:type 'string)