Uses of Class
com.sun.tools.corba.ee.idl.StringEntry
-
Packages that use StringEntry Package Description com.sun.tools.corba.ee.idl com.sun.tools.corba.ee.idl.toJavaPortable -
-
Uses of StringEntry in com.sun.tools.corba.ee.idl
Methods in com.sun.tools.corba.ee.idl that return StringEntry Modifier and Type Method Description StringEntry
DefaultSymtabFactory. stringEntry()
StringEntry
SymtabFactory. stringEntry()
private StringEntry
Parser. stringType(SymtabEntry entry)
Methods in com.sun.tools.corba.ee.idl with parameters of type StringEntry Modifier and Type Method Description void
Noop. generate(java.util.Hashtable symbolTable, StringEntry entry, java.io.PrintWriter stream)
void
StringGen. generate(java.util.Hashtable symbolTable, StringEntry entry, java.io.PrintWriter stream)
Constructors in com.sun.tools.corba.ee.idl with parameters of type StringEntry Constructor Description StringEntry(StringEntry that)
-
Uses of StringEntry in com.sun.tools.corba.ee.idl.toJavaPortable
Methods in com.sun.tools.corba.ee.idl.toJavaPortable with parameters of type StringEntry Modifier and Type Method Description void
StringGen. generate(java.util.Hashtable symbolTable, StringEntry e, java.io.PrintWriter stream)
This should never be called.
-