コード例 #1
0
 public function endVisitShort(ShortValueCommand $x, Context $ctx)
 {
     $this->appendTypedData(SHORT_TYPE, $x->getValue());
 }
コード例 #2
0
 public function endVisitShort(ShortValueCommand $x, Context $ctx)
 {
     $this->push(String::valueOf($x->getValue()));
 }