示例#1
0
 @Override
 public UndefinedPlaceholder executeUndefinedPlaceholder(VirtualFrame frame)
     throws UnexpectedResultException {
   return child.executeUndefinedPlaceholder(frame);
 }