()
| 4505 | } |
| 4506 | |
| 4507 | public Class getJavaClass() { |
| 4508 | if (jc == null) |
| 4509 | jc = tag != null ? HostExpr.tagToClass(tag) : AFunction.class; |
| 4510 | return jc; |
| 4511 | } |
| 4512 | |
| 4513 | protected void emitMethods(ClassVisitor cv){ |
| 4514 | //override of invoke/doInvoke for each method |
nothing calls this directly
no test coverage detected