Function: antlr-invalidate-context-cache
antlr-invalidate-context-cache is a byte-compiled function defined in
antlr-mode.el.gz.
Signature
(antlr-invalidate-context-cache &rest DUMMIES)
Documentation
Invalidate context cache for syntactical context information.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
;;;(defvar antlr-statistics-full-neg 0)
;;;(defvar antlr-statistics-full-diff 0)
;;;(defvar antlr-statistics-full-other 0)
;;;(defvar antlr-statistics-cache 0)
;;;(defvar antlr-statistics-inval 0)
(defun antlr-invalidate-context-cache (&rest _dummies)
;; checkdoc-params: (dummies)
"Invalidate context cache for syntactical context information."
;;; (cl-incf antlr-statistics-inval)
(setq antlr-slow-context-cache nil))