Variable: antlr-token-identifier-p
antlr-token-identifier-p is a variable defined in antlr-mode.el.gz.
Value
antlr-upcase-p
Documentation
Function for syntax highlighting to distinguish token refs from rule refs.
Function is called with the first character of the identifier; it should return non-nil if the identifier is a token reference.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
;; FIXME: We usually call such variables "foo-predicate".
(defvar antlr-token-identifier-p #'antlr-upcase-p
"Function for syntax highlighting to distinguish token refs from rule refs.
Function is called with the first character of the identifier; it should
return non-nil if the identifier is a token reference.")