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

Method emit

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

Source from the content-addressed store, hash-verified

2405 }
2406
2407 public void emit(C context, ObjExpr objx, GeneratorAdapter gen){
2408 if(context != C.STATEMENT)
2409 {
2410 objx.emitConstant(gen, id);
2411// emitUnboxed(context,objx,gen);
2412// HostExpr.emitBoxReturn(objx,gen,getJavaClass());
2413 }
2414 }
2415
2416 public boolean hasJavaClass() {
2417 return true;

Callers

nothing calls this directly

Calls 1

emitConstantMethod · 0.80

Tested by

no test coverage detected