()
| 4328 | } |
| 4329 | |
| 4330 | public Class getJavaClass() { |
| 4331 | if (jc == null) |
| 4332 | jc = HostExpr.tagToClass(tag); |
| 4333 | return jc; |
| 4334 | } |
| 4335 | |
| 4336 | static public Expr parse(C context, ISeq form) { |
| 4337 | boolean tailPosition = inTailCall(context); |
nothing calls this directly
no test coverage detected