Exemple #1
0
 /* throws Exception */
 public override IrExp accept(TransVI v)
 {
     return v.visit(this);
 }
Exemple #2
0
 /* throws Exception */
 public IrFunc accept(TransVI v)
 {
     return v.visit(this);
 }
Exemple #3
0
 public abstract IrExp accept(TransVI v);
Exemple #4
0
 public abstract IrStmt accept(TransVI v) /* throws Exception */;
Exemple #5
0
 public IrStmtList accept(TransVI v)
 {
     return v.visit(this);
 }
Exemple #6
0
 /* throws Exception */
 public IrProg accept(TransVI v)
 {
     return v.visit(this);
 }