Update of /cvsroot/xdoclet/xjavadoc/javacc
In directory sc8-pr-cvs1:/tmp/cvs-serv9868/xjavadoc/javacc

Modified Files:
        Java1.2-b.jjt 
Log Message:
Improved comments

Index: Java1.2-b.jjt
===================================================================
RCS file: /cvsroot/xdoclet/xjavadoc/javacc/Java1.2-b.jjt,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** Java1.2-b.jjt       5 Jan 2003 19:24:37 -0000       1.38
--- Java1.2-b.jjt       5 Jan 2003 19:40:56 -0000       1.39
***************
*** 604,608 ****
  }
  {
!   "{" ( ClassBodyDeclaration() )* "}"
  }
  
--- 604,608 ----
  }
  {
!   "{" ( ClassBodyDeclaration() )* "}" 
  }
  
***************
*** 783,786 ****
--- 783,787 ----
    ( InterfaceMemberDeclaration() )*
    "}"
+   
    {
      if(sourceClass.isInner()) {
***************
*** 1667,1671 ****
  {}
  {
!   "{" ( Method_BlockStatement() )* "}" ( ";" )?
  }
  
--- 1668,1677 ----
  {}
  {
!   "{" ( Method_BlockStatement() )* "}" 
!   // The last optional semicolon is illegal according to the official grammar,
!   // but since javac allows it, we'll allow it too. However adding this in other
!   // places than this results in a Choice conflict warning from javacc. That's
!   // why we're not accepting semicolons after blocks and switches.
!   ( ";" )?
  }
  



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to