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

Method emit

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

Source from the content-addressed store, hash-verified

648 }
649
650 public void emit(C context, ObjExpr objx, GeneratorAdapter gen){
651 objx.emitVarValue(gen,var);
652 if(context == C.STATEMENT)
653 {
654 gen.pop();
655 }
656 }
657
658 public boolean hasJavaClass(){
659 return tag != null;

Callers

nothing calls this directly

Calls 2

emitVarValueMethod · 0.80
popMethod · 0.65

Tested by

no test coverage detected