예제 #1
0
파일: NodeList.cs 프로젝트: LayeLang/Laye
 internal override void Visit(ASTVisitor visitor)
 {
     visitor.Accept(this);
 }