()
| 1460 | } |
| 1461 | |
| 1462 | public Object eval() { |
| 1463 | return Reflector.invokeNoArgInstanceMember(target.eval(), fieldName, requireField); |
| 1464 | } |
| 1465 | |
| 1466 | public boolean canEmitPrimitive(){ |
| 1467 | return targetClass != null && field != null && |
nothing calls this directly
no test coverage detected