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 NativeEntry
DefaultSymtabFactory. nativeEntry()
NativeEntry
DefaultSymtabFactory. nativeEntry(SymtabEntry container, IDLID id)
NativeEntry
SymtabFactory. nativeEntry()
NativeEntry
SymtabFactory. nativeEntry(SymtabEntry container, IDLID id)
Methods in com.sun.tools.corba.ee.idl with parameters of type NativeEntry Modifier and Type Method Description void
NativeGen. generate(java.util.Hashtable symbolTable, NativeEntry entry, java.io.PrintWriter stream)
void
Noop. 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 void
NativeGen. generate(java.util.Hashtable symbolTable, NativeEntry c, java.io.PrintWriter s)
Generate Java code for an IDL constant.
-