API for passes.jvm.annotate-branch - tools.analyzer.jvm 1.2.4-SNAPSHOT (in development)


Full namespace name: clojure.tools.analyzer.passes.jvm.annotate-branch

Overview





Public Variables and Functions



annotate-branch

multimethod
No usage documentation available
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 ..} ..}

    
    
    Source
  
Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.