Liking cljdoc? Tell your friends :D
Clojure only.

clojure.tools.analyzer.passes.jvm.annotate-branch


annotate-branchcljmultimethod

Adds :branch? to branch AST nodes (if/case), :test? to the test children node of the branching op and :path? to the branching paths.

Example: {:op if :branch? true :test {:test? true ..} :then {:path? true ..} ..}

Adds :branch? to branch AST nodes (if/case), :test? to the test children
node of the branching op and :path? to the branching paths.

Example: {:op if :branch? true :test {:test? true ..} :then {:path? true ..} ..}
sourceraw docstring

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