Liking cljdoc? Tell your friends :D

rewrite-clj.zip.move


downcljs

(down zloc)

Move down to next non-whitespace/non-comment location.

Move down to next non-whitespace/non-comment location.
sourceraw docstring

end?cljs

(end? zloc)

Check whether the given node is at the end of the depth-first traversal.

Check whether the given node is at the end of the depth-first traversal.
sourceraw docstring

leftcljs

(left zloc)

Move left to next non-whitespace/non-comment location.

Move left to next non-whitespace/non-comment location.
sourceraw docstring

leftmostcljs

(leftmost zloc)

Move to the leftmost non-whitespace/non-comment location.

Move to the leftmost non-whitespace/non-comment location.
sourceraw docstring

leftmost?cljs

(leftmost? zloc)

Check if the given location represents the leftmost non-whitespace/ non-comment one.

Check if the given location represents the leftmost non-whitespace/
non-comment one.
sourceraw docstring

nextcljs

(next zloc)

Move to the next non-whitespace/non-comment location in a depth-first manner.

Move to the next non-whitespace/non-comment location in a depth-first manner.
sourceraw docstring

prevcljs

(prev zloc)

Move to the next non-whitespace/non-comment location in a depth-first manner.

Move to the next non-whitespace/non-comment location in a depth-first manner.
sourceraw docstring

(right zloc)

Move right to next non-whitespace/non-comment location.

Move right to next non-whitespace/non-comment location.
sourceraw docstring

rightmostcljs

(rightmost zloc)

Move to the rightmost non-whitespace/non-comment location.

Move to the rightmost non-whitespace/non-comment location.
sourceraw docstring

rightmost?cljs

(rightmost? zloc)

Check if the given location represents the leftmost non-whitespace/ non-comment one.

Check if the given location represents the leftmost non-whitespace/
non-comment one.
sourceraw docstring

upcljs

(up zloc)

Move up to next non-whitespace/non-comment location.

Move up to next non-whitespace/non-comment location.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close