Liking cljdoc? Tell your friends :D

puppetlabs.puppetdb.zip.visit


defvisitorcljmacro

(defvisitor sym type bindings & body)
source

visitclj

(visit loc state visitors)

Visit a tree in a stateful manner. Visitor fuctions return maps with optional keys: :node - replacement node (doesn't work in :in state) :state - new state :cut - in a :pre state, stop downward walk :break - stop entire walk and return

Visit a tree in a stateful manner. Visitor fuctions return maps with optional keys:
:node  - replacement node (doesn't work in :in state)
:state - new state
:cut   - in a :pre state, stop downward walk
:break - stop entire walk and return
sourceraw docstring

visitorcljmacro

(visitor type bindings & body)
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close