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 classForwardValueEntryThis 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 ForwardEntryDefaultSymtabFactory. forwardEntry()ForwardEntryDefaultSymtabFactory. forwardEntry(ModuleEntry container, IDLID id)ForwardEntrySymtabFactory. forwardEntry()ForwardEntrySymtabFactory. forwardEntry(ModuleEntry container, IDLID id)Methods in com.sun.tools.corba.ee.idl with parameters of type ForwardEntry Modifier and Type Method Description private voidInterfaceEntry. addToDerivers(ForwardEntry forward)voidForwardGen. generate(java.util.Hashtable symbolTable, ForwardEntry entry, java.io.PrintWriter stream)voidNoop. generate(java.util.Hashtable symbolTable, ForwardEntry entry, java.io.PrintWriter stream)booleanInterfaceEntry. replaceForwardDecl(ForwardEntry oldEntry, InterfaceEntry newEntry)booleanValueEntry. 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 voidMetaPragma. processForward(ForwardEntry forwardEntry)Fold the meta info from the forward entry into its corresponding interface entry.
-