예제 #1
0
파일: ASTIfThen.cs 프로젝트: goric/cflat
 public override void Visit(Visitor v)
 {
     v.VisitIfThen(this);
 }