Class NativeGen
- java.lang.Object
-
- com.sun.tools.corba.ee.idl.toJavaPortable.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.
-
-
-
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.
-
-