private function pushScalar(ScalarValueCommand $x)
 {
     array_push($this->values, $x->getValue());
 }