Variable: antlr-v4-tool-command

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

Value

"java org.antlr.v4.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 v4.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
(defcustom antlr-v4-tool-command "java org.antlr.v4.Tool"
  ;; you probably also need to add s/th like
  ;; "-cp /usr/local/lib/antlr-4.6-complete.jar" to the string
  "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 v4."
  :type 'string)