예제 #1
0
 public void addStmt(ExprStmt stmt)
 {
     this.list.Add(stmt);
 }
예제 #2
0
 public void addStmtAt(ExprStmt stmt, int index)
 {
     this.list.Insert(index, stmt);
 }