コード例 #1
0
 public void Resolve(Expr <object> expr)
 {
     expr.Accept(this);
 }
コード例 #2
0
 public string Print(Expr <string> expr)
 {
     return(expr.Accept(this));
 }