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

Method emit

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

Source from the content-addressed store, hash-verified

731 }
732
733 public void emit(C context, ObjExpr objx, GeneratorAdapter gen){
734 objx.emitKeyword(gen, k);
735 if(context == C.STATEMENT)
736 gen.pop();
737
738 }
739
740 public boolean hasJavaClass(){
741 return true;

Callers

nothing calls this directly

Calls 2

emitKeywordMethod · 0.80
popMethod · 0.65

Tested by

no test coverage detected