Class NativeGen

    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void generate​(java.util.Hashtable symbolTable, NativeEntry c, java.io.PrintWriter s)
      Generate Java code for an IDL constant.
      • Methods inherited from class java.lang.Object

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

      • NativeGen

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

      • generate

        public void generate​(java.util.Hashtable symbolTable,
                             NativeEntry c,
                             java.io.PrintWriter s)
        Generate Java code for an IDL constant. A constant is written to a new class only when it is not a member of an interface; otherwise it written to the interface class in which it resides.
        Specified by:
        generate in interface NativeGen