public function acceptVisitor(Visitor $visitor)
 {
     $visitor->visitSingleInputValue($this);
 }