Uses of Class
com.sun.tools.corba.ee.idl.ForwardEntry
-
Packages that use ForwardEntry Package Description com.sun.tools.corba.ee.idl com.sun.tools.corba.ee.idl.som.idlemit -
-
Uses of ForwardEntry in com.sun.tools.corba.ee.idl
Subclasses of ForwardEntry in com.sun.tools.corba.ee.idl Modifier and Type Class Description class
ForwardValueEntry
This is the symbol table entry for forward declarations of values.Methods in com.sun.tools.corba.ee.idl that return ForwardEntry Modifier and Type Method Description ForwardEntry
DefaultSymtabFactory. forwardEntry()
ForwardEntry
DefaultSymtabFactory. forwardEntry(ModuleEntry container, IDLID id)
ForwardEntry
SymtabFactory. forwardEntry()
ForwardEntry
SymtabFactory. forwardEntry(ModuleEntry container, IDLID id)
Methods in com.sun.tools.corba.ee.idl with parameters of type ForwardEntry Modifier and Type Method Description private void
InterfaceEntry. addToDerivers(ForwardEntry forward)
void
ForwardGen. generate(java.util.Hashtable symbolTable, ForwardEntry entry, java.io.PrintWriter stream)
void
Noop. generate(java.util.Hashtable symbolTable, ForwardEntry entry, java.io.PrintWriter stream)
boolean
InterfaceEntry. replaceForwardDecl(ForwardEntry oldEntry, InterfaceEntry newEntry)
boolean
ValueEntry. replaceForwardDecl(ForwardEntry oldEntry, InterfaceEntry newEntry)
Constructors in com.sun.tools.corba.ee.idl with parameters of type ForwardEntry Constructor Description ForwardEntry(ForwardEntry that)
-
Uses of ForwardEntry in com.sun.tools.corba.ee.idl.som.idlemit
Methods in com.sun.tools.corba.ee.idl.som.idlemit with parameters of type ForwardEntry Modifier and Type Method Description static void
MetaPragma. processForward(ForwardEntry forwardEntry)
Fold the meta info from the forward entry into its corresponding interface entry.
-