Esempio n. 1
0
 public void Visit(Ast.Expr.Int i)
 {
     i.ActualType = Ast.Type.IntType;
 }
Esempio n. 2
0
 public void Visit(Ast.Expr.Int i)
 {
 }