예제 #1
0
파일: LiteralNode.php 프로젝트: scato/phpeg
 public function accept(VisitorInterface $visitor)
 {
     $visitor->visitLiteral($this);
 }