예제 #1
0
 /* throws Exception */
 public void accept(TypeVI v)
 {
     v.visit(this);
 }
예제 #2
0
 /* throws Exception */
 public override AstType accept(TypeVI v)
 {
     return v.visit(this);
 }
예제 #3
0
파일: AstIf.cs 프로젝트: robin5/DemiTasse
 /* throws Exception */
 public override void accept(TypeVI v)
 {
     v.visit(this);
 }