@Override
 public void visit(DoubleValue dv) {
   ValueExpression ve = new ValueSpecification(_dblConv, dv.getValue());
   _exprStack.push(ve);
 }