Variable: antlr-action-names

antlr-action-names is a variable defined in antlr-mode.el.gz.

Value

t

Documentation

Valid ANTLR action names.

This is a string list or t, which means that any name is valid. The value might be language-dependent, see antlr-language-variables.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
(defvar antlr-action-names t
  "Valid ANTLR action names.
This is a string list or t, which means that any name is valid.
The value might be language-dependent, see `antlr-language-variables'.")