Class CommonCodeGenerator


  • public class CommonCodeGenerator
    extends java.lang.Object
    Class CommonCodeGenerator contains methods to generate common pieces of code (fields and methods). It delegates printing comments to CommentsPrinter (which could be an inner class). CODEJAVA

    Class maintains a thread-local state (on its CommentsPrinter visitor), and can to be run in parallel threads (on different generated classes).

    TESTCASE some to add
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait