public void addStmt(ExprStmt stmt) { this.list.Add(stmt); }
public void addStmtAt(ExprStmt stmt, int index) { this.list.Insert(index, stmt); }