Пример #1
0
 /*
  * Reset doc comment before reading each new token
  */
 public void nextToken() {
   docComment = null;
   super.nextToken();
 }