Uses of Class
com.sun.tools.corba.ee.idl.StructEntry
-
Packages that use StructEntry Package Description com.sun.tools.corba.ee.idl com.sun.tools.corba.ee.idl.toJavaPortable -
-
Uses of StructEntry in com.sun.tools.corba.ee.idl
Subclasses of StructEntry in com.sun.tools.corba.ee.idl Modifier and Type Class Description class
ExceptionEntry
This is the symbol table entry for exceptions.Methods in com.sun.tools.corba.ee.idl that return StructEntry Modifier and Type Method Description private StructEntry
Parser. makeStructEntry(java.lang.String name, SymtabEntry entry, boolean isForward)
StructEntry
DefaultSymtabFactory. structEntry()
StructEntry
DefaultSymtabFactory. structEntry(SymtabEntry container, IDLID id)
StructEntry
SymtabFactory. structEntry()
StructEntry
SymtabFactory. structEntry(SymtabEntry container, IDLID id)
private StructEntry
Parser. structType(SymtabEntry entry)
Methods in com.sun.tools.corba.ee.idl with parameters of type StructEntry Modifier and Type Method Description void
Noop. generate(java.util.Hashtable symbolTable, StructEntry entry, java.io.PrintWriter stream)
void
StructGen. generate(java.util.Hashtable symbolTable, StructEntry entry, java.io.PrintWriter stream)
private void
Parser. member(StructEntry entry)
private void
Parser. memberList2(StructEntry entry)
Constructors in com.sun.tools.corba.ee.idl with parameters of type StructEntry Constructor Description StructEntry(StructEntry that)
-
Uses of StructEntry in com.sun.tools.corba.ee.idl.toJavaPortable
Fields in com.sun.tools.corba.ee.idl.toJavaPortable declared as StructEntry Modifier and Type Field Description protected StructEntry
StructGen. s
Methods in com.sun.tools.corba.ee.idl.toJavaPortable with parameters of type StructEntry Modifier and Type Method Description void
StructGen. generate(java.util.Hashtable symbolTable, StructEntry s, java.io.PrintWriter str)
-