Uses of Class
com.sun.tools.corba.ee.idl.NativeEntry
-
Packages that use NativeEntry Package Description com.sun.tools.corba.ee.idl com.sun.tools.corba.ee.idl.toJavaPortable -
-
Uses of NativeEntry in com.sun.tools.corba.ee.idl
Methods in com.sun.tools.corba.ee.idl that return NativeEntry Modifier and Type Method Description NativeEntryDefaultSymtabFactory. nativeEntry()NativeEntryDefaultSymtabFactory. nativeEntry(SymtabEntry container, IDLID id)NativeEntrySymtabFactory. nativeEntry()NativeEntrySymtabFactory. nativeEntry(SymtabEntry container, IDLID id)Methods in com.sun.tools.corba.ee.idl with parameters of type NativeEntry Modifier and Type Method Description voidNativeGen. generate(java.util.Hashtable symbolTable, NativeEntry entry, java.io.PrintWriter stream)voidNoop. generate(java.util.Hashtable symbolTable, NativeEntry entry, java.io.PrintWriter stream)Constructors in com.sun.tools.corba.ee.idl with parameters of type NativeEntry Constructor Description NativeEntry(NativeEntry that) -
Uses of NativeEntry in com.sun.tools.corba.ee.idl.toJavaPortable
Methods in com.sun.tools.corba.ee.idl.toJavaPortable with parameters of type NativeEntry Modifier and Type Method Description voidNativeGen. generate(java.util.Hashtable symbolTable, NativeEntry c, java.io.PrintWriter s)Generate Java code for an IDL constant.
-