Variable: antlr-java-action-names

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

Value

("init" "after" "header" "members" "rulecatch" "synpredgate")

Documentation

Valid ANTLR action names in Java.

Value for antlr-action-names when using language antlr-java.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
;; see $(ANTLR3)/tool/src/main/java/org/antlr/codegen/$(LANGUAGE)Target.java-isValidActionScope()
;; or $(ANTLR3.JAR)/antlr3-jar/org/antlr/codegen/templates/, fine-grep for "actions\."
(defvar antlr-java-action-names
  '("init" "after" "header" "members" "rulecatch" "synpredgate")
  "Valid ANTLR action names in Java.
Value for `antlr-action-names' when using language `antlr-java'.")