antlr-hide-actions

antlr-hide-actions is an interactive compiled Lisp function in `antlr-mode.el'.


(antlr-hide-actions ARG &optional SILENT)

Hide or unhide all actions in buffer.
Hide all actions including arguments in brackets if ARG is 1 or if
called interactively without prefix argument. Hide all actions
excluding arguments in brackets if ARG is 2 or higher. Unhide all
actions if ARG is 0 or negative. See `antlr-action-visibility'.

Display a message unless optional argument SILENT is non-nil.