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 is a website building & hosting documentation for Clojure/Script libraries

× close