コード例 #1
0
 public void Visit(Ast.Expr.Int i)
 {
     i.ActualType = Ast.Type.IntType;
 }
コード例 #2
0
 public void Visit(Ast.Expr.Int i)
 {
 }