public boolean add(ASTUnannClassType o) { if (!is_Existent()) { set_Existent(true); } list.add(o); return true; }
public boolean add(ASTPostfixexpression o) { if (!is_Existent()) { set_Existent(true); } list.add(o); return true; }
public boolean add(ASTTypenameP o) { if (!is_Existent()) { set_Existent(true); } list.add(o); return true; }
public boolean add(ASTEnhancedForStatementNoShortIf o) { if (!is_Existent()) { set_Existent(true); } list.add(o); return true; }
public boolean add(ASTNumericType o) { if (!is_Existent()) { set_Existent(true); } list.add(o); return true; }
public boolean add(ASTPtrdeclarator o) { if (!is_Existent()) { set_Existent(true); } list.add(o); return true; }
public boolean add(ASTNoptrabstractpackdeclarator o) { if (!is_Existent()) { set_Existent(true); } list.add(o); return true; }
public boolean add(ASTRelationalexpression o) { if (!is_Existent()) { set_Existent(true); } list.add(o); return true; }
public void add(int index, ASTUnannClassType o) { if (!is_Existent()) { set_Existent(true); } list.add(index, o); }
public void add(int index, ASTPostfixexpression o) { if (!is_Existent()) { set_Existent(true); } list.add(index, o); }
public void add(int index, ASTTypenameP o) { if (!is_Existent()) { set_Existent(true); } list.add(index, o); }
public void add(int index, ASTEnhancedForStatementNoShortIf o) { if (!is_Existent()) { set_Existent(true); } list.add(index, o); }
public void add(int index, ASTNumericType o) { if (!is_Existent()) { set_Existent(true); } list.add(index, o); }
public void add(int index, ASTPtrdeclarator o) { if (!is_Existent()) { set_Existent(true); } list.add(index, o); }
public void add(int index, ASTNoptrabstractpackdeclarator o) { if (!is_Existent()) { set_Existent(true); } list.add(index, o); }
public void add(int index, ASTRelationalexpression o) { if (!is_Existent()) { set_Existent(true); } list.add(index, o); }