Variable: antlr-v2-tool-command
antlr-v2-tool-command is a customizable variable defined in
antlr-mode.el.gz.
Value
"java 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 except the
option "-glib" which is automatically suggested if necessary.
Value for antlr-tool-command when using ANTLR v2.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
(defcustom antlr-v2-tool-command "java antlr.Tool"
"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.
Value for `antlr-tool-command' when using ANTLR v2."
:type 'string)