Uses of Class
com.sun.tools.corba.ee.idl.ModuleEntry
-
Packages that use ModuleEntry Package Description com.sun.tools.corba.ee.idl com.sun.tools.corba.ee.idl.toJavaPortable -
-
Uses of ModuleEntry in com.sun.tools.corba.ee.idl
Fields in com.sun.tools.corba.ee.idl declared as ModuleEntry Modifier and Type Field Description (package private) ModuleEntry
Parser. topLevelModule
Methods in com.sun.tools.corba.ee.idl that return ModuleEntry Modifier and Type Method Description ModuleEntry
DefaultSymtabFactory. moduleEntry()
ModuleEntry
DefaultSymtabFactory. moduleEntry(ModuleEntry container, IDLID id)
ModuleEntry
SymtabFactory. moduleEntry()
ModuleEntry
SymtabFactory. moduleEntry(ModuleEntry container, IDLID id)
private ModuleEntry
Parser. newModule(ModuleEntry oldEntry)
Methods in com.sun.tools.corba.ee.idl with parameters of type ModuleEntry Modifier and Type Method Description private void
Parser. addToEmitList(ModuleEntry entry)
private void
Parser. checkContained(ModuleEntry entry)
private void
Parser. definition(ModuleEntry entry)
ForwardEntry
DefaultSymtabFactory. forwardEntry(ModuleEntry container, IDLID id)
ForwardEntry
SymtabFactory. forwardEntry(ModuleEntry container, IDLID id)
ForwardValueEntry
DefaultSymtabFactory. forwardValueEntry(ModuleEntry container, IDLID id)
ForwardValueEntry
SymtabFactory. forwardValueEntry(ModuleEntry container, IDLID id)
void
ModuleGen. generate(java.util.Hashtable symbolTable, ModuleEntry entry, java.io.PrintWriter stream)
void
Noop. generate(java.util.Hashtable symbolTable, ModuleEntry entry, java.io.PrintWriter stream)
private void
Parser. interface2(ModuleEntry module, java.lang.String name, int interfaceType)
InterfaceEntry
DefaultSymtabFactory. interfaceEntry(ModuleEntry container, IDLID id)
InterfaceEntry
SymtabFactory. interfaceEntry(ModuleEntry container, IDLID id)
private void
Parser. interfaceProd(ModuleEntry entry, int interfaceType)
private void
Parser. module(ModuleEntry entry)
ModuleEntry
DefaultSymtabFactory. moduleEntry(ModuleEntry container, IDLID id)
ModuleEntry
SymtabFactory. moduleEntry(ModuleEntry container, IDLID id)
private ModuleEntry
Parser. newModule(ModuleEntry oldEntry)
private void
Parser. specification(ModuleEntry entry)
private void
Parser. value2(ModuleEntry module, java.lang.String name, boolean isAbstract, boolean isCustom)
private void
Parser. valueBox(ModuleEntry module, java.lang.String name)
ValueBoxEntry
DefaultSymtabFactory. valueBoxEntry(ModuleEntry container, IDLID id)
ValueBoxEntry
SymtabFactory. valueBoxEntry(ModuleEntry container, IDLID id)
ValueEntry
DefaultSymtabFactory. valueEntry(ModuleEntry container, IDLID id)
ValueEntry
SymtabFactory. valueEntry(ModuleEntry container, IDLID id)
private void
Parser. valueForwardDcl(ModuleEntry module, java.lang.String name, boolean isAbstract)
private void
Parser. valueProd(ModuleEntry entry, boolean isAbstract)
Constructors in com.sun.tools.corba.ee.idl with parameters of type ModuleEntry Constructor Description ModuleEntry(ModuleEntry that)
-
Uses of ModuleEntry in com.sun.tools.corba.ee.idl.toJavaPortable
Fields in com.sun.tools.corba.ee.idl.toJavaPortable declared as ModuleEntry Modifier and Type Field Description (package private) ModuleEntry
Compile. corba
(package private) ModuleEntry
Compile. omg
(package private) ModuleEntry
Compile. org
Methods in com.sun.tools.corba.ee.idl.toJavaPortable with parameters of type ModuleEntry Modifier and Type Method Description void
ModuleGen. generate(java.util.Hashtable symbolTable, ModuleEntry entry, java.io.PrintWriter stream)
Generate Java code for all members of an IDL module.
-