Class ForwardEntry

java.lang.Object
com.sun.tools.corba.ee.idl.SymtabEntry
com.sun.tools.corba.ee.idl.ForwardEntry
All Implemented Interfaces:
InterfaceType
Direct Known Subclasses:
ForwardValueEntry

public class ForwardEntry extends SymtabEntry implements InterfaceType
This is the symbol table entry for forward declarations of interfaces.
  • Field Details

  • Constructor Details

    • ForwardEntry

      protected ForwardEntry()
    • ForwardEntry

      protected ForwardEntry(ForwardEntry that)
    • ForwardEntry

      protected ForwardEntry(SymtabEntry that, IDLID clone)
  • Method Details

    • clone

      public Object clone()
      Description copied from class: SymtabEntry
      This is a shallow copy clone
      Overrides:
      clone in class SymtabEntry
    • generate

      public void generate(Hashtable symbolTable, PrintWriter stream)
      Invoke the forward declaration generator.
      Overrides:
      generate in class SymtabEntry
      Parameters:
      symbolTable - the symbol table is a hash table whose key is a fully qualified type name and whose value is a SymtabEntry or a subclass of SymtabEntry.
      stream - the stream to which the generator should sent its output.
      See Also:
    • generator

      public Generator generator()
      Access the interface generator.
      Overrides:
      generator in class SymtabEntry
      Returns:
      an object which implements the InterfaceGen interface.
      See Also:
    • replaceForwardDecl

      static boolean replaceForwardDecl(InterfaceEntry interfaceEntry)
    • getInterfaceType

      public int getInterfaceType()
      Specified by:
      getInterfaceType in interface InterfaceType
    • setInterfaceType

      public void setInterfaceType(int type)
      Specified by:
      setInterfaceType in interface InterfaceType