Esempio n. 1
0
 /* throws Exception */
 public void accept(TypeVI v)
 {
     v.visit(this);
 }
Esempio n. 2
0
 /* throws Exception */
 public override AstType accept(TypeVI v)
 {
     return v.visit(this);
 }
Esempio n. 3
0
 /* throws Exception */
 public override void accept(TypeVI v)
 {
     v.visit(this);
 }