Variable: antlr-tool-command

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

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
;;;===========================================================================
;;;  Run tool, create Makefile dependencies
;;;===========================================================================

(defcustom antlr-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."
  :type 'string)