The following files are generated by Antlr from the ValidWhenParser.g file
- ValidWhenLexer.java
- ValidWhenParser.java
- ValidWhenParserTokenTypes.java
- ValidWhenParserTokenTypes.txt
If any changes are made to ValidWhenParser.g then the above files should be re-generated using Antlr. No changes should be made directly to any of the generated files.
Command to re-generate using Antlr:
java antlr.Tool ValidWhenParser.g
Note: Should we generate the above automatically in the build process, rather than have them checked into SVN?