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

Method ConstantExpr

src/jvm/clojure/lang/Compiler.java:2460–2466  ·  view source on GitHub ↗
(Object v)

Source from the content-addressed store, hash-verified

2458 public final int id;
2459
2460 public ConstantExpr(Object v){
2461 this.v = v;
2462 this.id = registerConstant(v);
2463// this.id = RT.nextID();
2464// DynamicClassLoader loader = (DynamicClassLoader) LOADER.get();
2465// loader.registerQuotedVal(id, v);
2466 }
2467
2468 Object val(){
2469 return v;

Callers

nothing calls this directly

Calls 1

registerConstantMethod · 0.80

Tested by

no test coverage detected