@Override
 public double executeFloat(VirtualFrame frame) throws UnexpectedResultException {
   return child.executeFloat(frame);
 }