public function endVisitLong(LongValueCommand $x, Context $ctx)
 {
     $this->appendTypedData(LONG_TYPE, Long::toLongString($x->getValue()));
 }