public ASTPostfixexpression next() {
   lastRet = it.next();
   return lastRet;
 }
Пример #2
0
 public ASTUnannClassType next() {
   lastRet = it.next();
   return lastRet;
 }
 public ASTEnhancedForStatementNoShortIf next() {
   lastRet = it.next();
   return lastRet;
 }
Пример #4
0
 public ASTTypenameP next() {
   lastRet = it.next();
   return lastRet;
 }
Пример #5
0
 public ASTNumericType next() {
   lastRet = it.next();
   return lastRet;
 }
Пример #6
0
 public ASTPtrdeclarator next() {
   lastRet = it.next();
   return lastRet;
 }
 public ASTNoptrabstractpackdeclarator next() {
   lastRet = it.next();
   return lastRet;
 }
 public ASTRelationalexpression next() {
   lastRet = it.next();
   return lastRet;
 }
Пример #9
0
 public ASTTypeArguments next() {
   lastRet = it.next();
   return lastRet;
 }