资 源 简 介
This is an experimental project. The StubCodeGenerator creates stub code for classes and interfaces together with packages for languages like Java or Actionscript. The default templates target Actionscript3, though.
This software makes use of the ANTLR parser generator and the StringTemplate library, both from Terence Parr. See http://www.antlr.org and http://www.stringtemplate.org/ for details.
If you find bugs or have questions, please use the "Issue" area. This software has been build using Java SE 6. I think you need the JRE 1.5 the least.
StubCodeGenerator takes text files, parses them and creates folders and files based upon, what it finds in the text file. A simple text file for StubCodeGenerator could look like this:
c Logger/de /ghost23 c Main i ISomeInterface /subpackage c Specialclass /otherpackage c Otherclass
"c" stands for a class, "i" for an interface. Indicate a folder/package with a beginning s