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 TypeClassDescriptionclassThis 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 voidInterfaceEntry.addToDerivers(ForwardEntry forward) voidForwardGen.generate(Hashtable symbolTable, ForwardEntry entry, PrintWriter stream) voidNoop.generate(Hashtable symbolTable, ForwardEntry entry, 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 -
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 voidMetaPragma.processForward(ForwardEntry forwardEntry) Fold the meta info from the forward entry into its corresponding interface entry.