Uses of Class
com.sun.tools.corba.ee.idl.ForwardValueEntry
-
Packages that use ForwardValueEntry Package Description com.sun.tools.corba.ee.idl com.sun.tools.corba.ee.idl.toJavaPortable -
-
Uses of ForwardValueEntry in com.sun.tools.corba.ee.idl
Methods in com.sun.tools.corba.ee.idl that return ForwardValueEntry Modifier and Type Method Description ForwardValueEntry
DefaultSymtabFactory. forwardValueEntry()
ForwardValueEntry
DefaultSymtabFactory. forwardValueEntry(ModuleEntry container, IDLID id)
ForwardValueEntry
SymtabFactory. forwardValueEntry()
ForwardValueEntry
SymtabFactory. forwardValueEntry(ModuleEntry container, IDLID id)
Methods in com.sun.tools.corba.ee.idl with parameters of type ForwardValueEntry Modifier and Type Method Description void
ForwardValueGen. generate(java.util.Hashtable symbolTable, ForwardValueEntry entry, java.io.PrintWriter stream)
void
Noop. generate(java.util.Hashtable symbolTable, ForwardValueEntry entry, java.io.PrintWriter stream)
Constructors in com.sun.tools.corba.ee.idl with parameters of type ForwardValueEntry Constructor Description ForwardValueEntry(ForwardValueEntry that)
-
Uses of ForwardValueEntry in com.sun.tools.corba.ee.idl.toJavaPortable
Fields in com.sun.tools.corba.ee.idl.toJavaPortable declared as ForwardValueEntry Modifier and Type Field Description protected ForwardValueEntry
ForwardValueGen. v
Methods in com.sun.tools.corba.ee.idl.toJavaPortable with parameters of type ForwardValueEntry Modifier and Type Method Description void
ForwardValueGen. generate(java.util.Hashtable symbolTable, ForwardValueEntry v, java.io.PrintWriter str)
-