private Expr(string sign, Term term, IList <ExprCont> cont) { this.sign = sign; this.term = term; this.cont = cont; }