コード例 #1
0
 private DataType Register(Exp e, DataType t)
 {
     analyzer.AddExpType(e, t);
     return(t);
 }