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;
 }
Esempio n. 3
0
 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;
 }
Esempio n. 5
0
 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);
 }
Esempio n. 11
0
 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);
 }
Esempio n. 13
0
 public void add(int index, ASTNumericType o) {
   if (!is_Existent()) {
     set_Existent(true);
   }
   list.add(index, o);
 }
Esempio n. 14
0
 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);
 }