John Simmons's Wiki Site

 

CompilersAbstractSyntax

Page history last edited by John Simmons 2 yrs ago

12/26/2004

 

I'm going to start adding javadoc to my classes, starting at chapter 4.

 

set CONFIGFILE=D:\cvshome\dwsRadio\src\checks.xml

set CHECKJAR=D:\checkstyle-3.5\checkstyle-all-3.5.jar

set SOURCEDIR=D:\uofm\c4041s2005\src\chap4\javacc\checker

set REPORTFILE=D:\uofm\c4041s2005\report.txt

 

java -jar %CHECKJAR% com.puppycrawl.tools.checkstyle.Main -c %CONFIGFILE% -r %SOURCEDIR% > %REPORTFILE%

 

Files modified:

 

C:\c4041s2005\src\chap4\javacc\checker\BuildMiniJavaClassDeclList.java

 

The many list visitors in chapter 4 are necessary because there are so many list types to deal with. It would be cleaner if the lists were represented as Java lists.

 

That is about as good as I can javadoc the chapter 4 stuff for right now. I do not plan to try to javadoc the generated classes.

Comments (0)

You don't have permission to comment on this page.