Package com.sun.tools.corba.ee.idl
Class ForwardValueEntry
- java.lang.Object
-
- com.sun.tools.corba.ee.idl.SymtabEntry
-
- com.sun.tools.corba.ee.idl.ForwardEntry
-
- com.sun.tools.corba.ee.idl.ForwardValueEntry
-
- All Implemented Interfaces:
InterfaceType
public class ForwardValueEntry extends ForwardEntry
This is the symbol table entry for forward declarations of values.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static ForwardValueGenforwardValueGen-
Fields inherited from class com.sun.tools.corba.ee.idl.ForwardEntry
derivers, forwardGen, types
-
Fields inherited from class com.sun.tools.corba.ee.idl.SymtabEntry
includeStack, maxKey, setEmit
-
Fields inherited from interface com.sun.tools.corba.ee.idl.InterfaceType
ABSTRACT, LOCAL, LOCAL_SIGNATURE_ONLY, LOCALSERVANT, NORMAL
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedForwardValueEntry()protectedForwardValueEntry(ForwardValueEntry that)protectedForwardValueEntry(SymtabEntry that, IDLID clone)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectclone()This is a shallow copy clonevoidgenerate(java.util.Hashtable symbolTable, java.io.PrintWriter stream)Invoke the forward value declaration generator.Generatorgenerator()Access the interface generator.-
Methods inherited from class com.sun.tools.corba.ee.idl.ForwardEntry
getInterfaceType, replaceForwardDecl, setInterfaceType
-
Methods inherited from class com.sun.tools.corba.ee.idl.SymtabEntry
comment, comment, container, container, dynamicVariable, dynamicVariable, emit, emit, enteringInclude, exitingInclude, fullName, getVariableKey, growVars, initDynamicVars, isReferencable, isReferencable, module, module, name, name, repositoryID, repositoryID, sourceFile, sourceFile, type, type, typeName, typeName
-
-
-
-
Field Detail
-
forwardValueGen
static ForwardValueGen forwardValueGen
-
-
Constructor Detail
-
ForwardValueEntry
protected ForwardValueEntry()
-
ForwardValueEntry
protected ForwardValueEntry(ForwardValueEntry that)
-
ForwardValueEntry
protected ForwardValueEntry(SymtabEntry that, IDLID clone)
-
-
Method Detail
-
clone
public java.lang.Object clone()
Description copied from class:SymtabEntryThis is a shallow copy clone- Overrides:
clonein classForwardEntry
-
generate
public void generate(java.util.Hashtable symbolTable, java.io.PrintWriter stream)Invoke the forward value declaration generator.- Overrides:
generatein classForwardEntry- 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:
SymtabEntry
-
generator
public Generator generator()
Access the interface generator.- Overrides:
generatorin classForwardEntry- Returns:
- an object which implements the ForwardValueGen interface.
- See Also:
ValueGen
-
-