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

Method getJavaClass

src/jvm/clojure/lang/Compiler.java:1513–1517  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1511 }
1512
1513 public Class getJavaClass() {
1514 if (jc == null)
1515 jc = tag != null ? HostExpr.tagToClass(tag) : field.getType();
1516 return jc;
1517 }
1518
1519 public Object evalAssign(Expr val) {
1520 return Reflector.setInstanceField(target.eval(), fieldName, val.eval());

Callers

nothing calls this directly

Calls 2

tagToClassMethod · 0.95
getTypeMethod · 0.45

Tested by

no test coverage detected