public void add(ASTPostfixexpression o) {
   it.add(o);
   if (!t.is_Existent()) t.set_Existent(true);
 }