Uses of Class
com.sun.tools.corba.ee.idl.ForwardEntry
Packages that use ForwardEntry
-
Uses of ForwardEntry in com.sun.tools.corba.ee.idl
Subclasses of ForwardEntry in com.sun.tools.corba.ee.idlModifier and TypeClassDescriptionclass
This is the symbol table entry for forward declarations of values.Methods in com.sun.tools.corba.ee.idl that return ForwardEntryModifier and TypeMethodDescriptionDefaultSymtabFactory.forwardEntry()
DefaultSymtabFactory.forwardEntry
(ModuleEntry container, IDLID id) SymtabFactory.forwardEntry()
SymtabFactory.forwardEntry
(ModuleEntry container, IDLID id) Methods in com.sun.tools.corba.ee.idl with parameters of type ForwardEntryModifier and TypeMethodDescriptionprivate void
InterfaceEntry.addToDerivers
(ForwardEntry forward) void
ForwardGen.generate
(Hashtable symbolTable, ForwardEntry entry, PrintWriter stream) void
Noop.generate
(Hashtable symbolTable, ForwardEntry entry, 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 -
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 ForwardEntryModifier and TypeMethodDescriptionstatic void
MetaPragma.processForward
(ForwardEntry forwardEntry) Fold the meta info from the forward entry into its corresponding interface entry.