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

Method emit

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

Source from the content-addressed store, hash-verified

691 }
692
693 public void emit(C context, ObjExpr objx, GeneratorAdapter gen){
694 objx.emitVar(gen, var);
695 if(context == C.STATEMENT)
696 gen.pop();
697 }
698
699 public boolean hasJavaClass(){
700 return true;

Callers

nothing calls this directly

Calls 2

emitVarMethod · 0.80
popMethod · 0.65

Tested by

no test coverage detected