コード例 #1
0
 public ASTPostfixexpression next() {
   lastRet = it.next();
   return lastRet;
 }
コード例 #2
0
 public ASTUnannClassType next() {
   lastRet = it.next();
   return lastRet;
 }
コード例 #3
0
 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;
 }
コード例 #7
0
 public ASTNoptrabstractpackdeclarator next() {
   lastRet = it.next();
   return lastRet;
 }
コード例 #8
0
 public ASTRelationalexpression next() {
   lastRet = it.next();
   return lastRet;
 }
コード例 #9
0
 public ASTTypeArguments next() {
   lastRet = it.next();
   return lastRet;
 }