Class ModuleGen

    • Constructor Summary

      Constructors 
      Constructor Description
      ModuleGen()
      Public zero-argument constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void generate​(java.util.Hashtable symbolTable, ModuleEntry entry, java.io.PrintWriter stream)
      Generate Java code for all members of an IDL module.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ModuleGen

        public ModuleGen()
        Public zero-argument constructor.
    • Method Detail

      • generate

        public void generate​(java.util.Hashtable symbolTable,
                             ModuleEntry entry,
                             java.io.PrintWriter stream)
        Generate Java code for all members of an IDL module.
        Specified by:
        generate in interface ModuleGen