API for passes.jvm.emit-form - tools.analyzer.jvm 1.2.4-SNAPSHOT (in development)


Full namespace name: clojure.tools.analyzer.passes.jvm.emit-form

Overview





Public Variables and Functions



emit-form

function
Usage: (emit-form ast)
       (emit-form ast opts)
Return the form represented by the given AST
Opts is a set of options, valid options are:
 * :hygienic
 * :qualified-vars (DEPRECATED, use :qualified-symbols instead)
 * :qualified-symbols

    
    
    Source
  


emit-hygienic-form

function
Usage: (emit-hygienic-form ast)
Return an hygienic form represented by the given AST

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