示例#1
0
 public function accept(VisitorInterface $visitor)
 {
     $visitor->visitLiteral($this);
 }