Variable: antlr-tool-command
antlr-tool-command is a customizable variable defined in
antlr-mode.el.gz.
Value
nil
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 except the option "-glib" which is automatically suggested if necessary.
OBSOLETE as user option - customize version dependent user options.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
(defcustom antlr-tool-command nil
"Command used in \\[antlr-run-tool] to run the Antlr tool.
This variable should include all options passed to Antlr except the
option \"-glib\" which is automatically suggested if necessary.
OBSOLETE as user option - customize version dependent user options."
:type '(choice (const nil) string))