Ejemplo n.º 1
0
 public void addChildItem(ISVDBChildItem item) {
   if (fAddIdx++ == 0) {
     fIfStmt = (SVDBStmt) item;
   } else if (fAddIdx++ == 1) {
     fElseStmt = (SVDBStmt) item;
   }
   if (item != null) {
     item.setParent(this);
   }
 }