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

Method evalAssign

src/jvm/clojure/lang/Compiler.java:1625–1627  ·  view source on GitHub ↗
(Expr val)

Source from the content-addressed store, hash-verified

1623 }
1624
1625 public Object evalAssign(Expr val) {
1626 return Reflector.setStaticField(c, fieldName, val.eval());
1627 }
1628
1629 public void emitAssign(C context, ObjExpr objx, GeneratorAdapter gen,
1630 Expr val){

Callers

nothing calls this directly

Calls 2

setStaticFieldMethod · 0.95
evalMethod · 0.65

Tested by

no test coverage detected