Esempio n. 1
0
 /* throws Exception */
 public override IrExp accept(TransVI v)
 {
     return v.visit(this);
 }
Esempio n. 2
0
 public IrStmtList accept(TransVI v)
 {
     return v.visit(this);
 }
Esempio n. 3
0
 /* throws Exception */
 public IrFunc accept(TransVI v)
 {
     return v.visit(this);
 }
Esempio n. 4
0
 /* throws Exception */
 public IrProg accept(TransVI v)
 {
     return v.visit(this);
 }