java.lang.Object
com.sun.tools.corba.ee.idl.toJavaPortable.NativeGen
All Implemented Interfaces:
Generator, NativeGen

public class NativeGen extends Object implements NativeGen
  • Constructor Details

    • NativeGen

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

    • generate

      public void generate(Hashtable symbolTable, NativeEntry c, 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