MCPcopy Index your code
hub / github.com/clojure/clojure / emit

Method emit

src/jvm/clojure/lang/Compiler.java:2606–2609  ·  view source on GitHub ↗
(C context, ObjExpr objx, GeneratorAdapter gen)

Source from the content-addressed store, hash-verified

2604 }
2605
2606 public void emit(C context, ObjExpr objx, GeneratorAdapter gen){
2607 if(context != C.STATEMENT)
2608 gen.push(str);
2609 }
2610
2611 public boolean hasJavaClass(){
2612 return true;

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected