()
| 4018 | } |
| 4019 | |
| 4020 | public Class getJavaClass() { |
| 4021 | if(jc == null) |
| 4022 | jc =retType((tag!=null)?HostExpr.tagToClass(tag):null, retClass); |
| 4023 | return jc; |
| 4024 | } |
| 4025 | |
| 4026 | public boolean canEmitPrimitive(){ |
| 4027 | return retClass.isPrimitive(); |
nothing calls this directly
no test coverage detected