()
| 757 | } |
| 758 | |
| 759 | public Object eval() { |
| 760 | Namespace ns = (Namespace) RT.CURRENT_NS.deref(); |
| 761 | ns.importClass(RT.classForNameNonLoading(c)); |
| 762 | return null; |
| 763 | } |
| 764 | |
| 765 | public void emit(C context, ObjExpr objx, GeneratorAdapter gen){ |
| 766 | gen.getStatic(RT_TYPE,"CURRENT_NS",VAR_TYPE); |
nothing calls this directly
no test coverage detected