public Do() { expr = null; stmt = null; }
public While() { expr = null; stmt = null; }
public Seq(Stmt s1, Stmt s2) { stmt1 = s1; stmt2 = s2; }