public ASTPostfixexpression next() {
   lastRet = it.next();
   return lastRet;
 }
 public ASTUnannClassType next() {
   lastRet = it.next();
   return lastRet;
 }
 public ASTEnhancedForStatementNoShortIf next() {
   lastRet = it.next();
   return lastRet;
 }
Example #4
0
 public ASTTypenameP next() {
   lastRet = it.next();
   return lastRet;
 }
 public ASTNumericType next() {
   lastRet = it.next();
   return lastRet;
 }
 public ASTPtrdeclarator next() {
   lastRet = it.next();
   return lastRet;
 }
 public ASTNoptrabstractpackdeclarator next() {
   lastRet = it.next();
   return lastRet;
 }
 public ASTRelationalexpression next() {
   lastRet = it.next();
   return lastRet;
 }
 public ASTTypeArguments next() {
   lastRet = it.next();
   return lastRet;
 }