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

Method emitAssign

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

Source from the content-addressed store, hash-verified

6652 }
6653
6654 public void emitAssign(C context, ObjExpr objx, GeneratorAdapter gen, Expr val){
6655 objx.emitAssignLocal(gen, b,val);
6656 if(context != C.STATEMENT)
6657 objx.emitLocal(gen, b, false);
6658 }
6659
6660 public boolean hasJavaClass() {
6661 return tag != null || b.hasJavaClass();

Callers

nothing calls this directly

Calls 2

emitAssignLocalMethod · 0.80
emitLocalMethod · 0.80

Tested by

no test coverage detected