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) ModuleEntryParser. topLevelModuleMethods in com.sun.tools.corba.ee.idl that return ModuleEntry Modifier and Type Method Description ModuleEntryDefaultSymtabFactory. moduleEntry()ModuleEntryDefaultSymtabFactory. moduleEntry(ModuleEntry container, IDLID id)ModuleEntrySymtabFactory. moduleEntry()ModuleEntrySymtabFactory. moduleEntry(ModuleEntry container, IDLID id)private ModuleEntryParser. newModule(ModuleEntry oldEntry)Methods in com.sun.tools.corba.ee.idl with parameters of type ModuleEntry Modifier and Type Method Description private voidParser. addToEmitList(ModuleEntry entry)private voidParser. checkContained(ModuleEntry entry)private voidParser. definition(ModuleEntry entry)ForwardEntryDefaultSymtabFactory. forwardEntry(ModuleEntry container, IDLID id)ForwardEntrySymtabFactory. forwardEntry(ModuleEntry container, IDLID id)ForwardValueEntryDefaultSymtabFactory. forwardValueEntry(ModuleEntry container, IDLID id)ForwardValueEntrySymtabFactory. forwardValueEntry(ModuleEntry container, IDLID id)voidModuleGen. generate(java.util.Hashtable symbolTable, ModuleEntry entry, java.io.PrintWriter stream)voidNoop. generate(java.util.Hashtable symbolTable, ModuleEntry entry, java.io.PrintWriter stream)private voidParser. interface2(ModuleEntry module, java.lang.String name, int interfaceType)InterfaceEntryDefaultSymtabFactory. interfaceEntry(ModuleEntry container, IDLID id)InterfaceEntrySymtabFactory. interfaceEntry(ModuleEntry container, IDLID id)private voidParser. interfaceProd(ModuleEntry entry, int interfaceType)private voidParser. module(ModuleEntry entry)ModuleEntryDefaultSymtabFactory. moduleEntry(ModuleEntry container, IDLID id)ModuleEntrySymtabFactory. moduleEntry(ModuleEntry container, IDLID id)private ModuleEntryParser. newModule(ModuleEntry oldEntry)private voidParser. specification(ModuleEntry entry)private voidParser. value2(ModuleEntry module, java.lang.String name, boolean isAbstract, boolean isCustom)private voidParser. valueBox(ModuleEntry module, java.lang.String name)ValueBoxEntryDefaultSymtabFactory. valueBoxEntry(ModuleEntry container, IDLID id)ValueBoxEntrySymtabFactory. valueBoxEntry(ModuleEntry container, IDLID id)ValueEntryDefaultSymtabFactory. valueEntry(ModuleEntry container, IDLID id)ValueEntrySymtabFactory. valueEntry(ModuleEntry container, IDLID id)private voidParser. valueForwardDcl(ModuleEntry module, java.lang.String name, boolean isAbstract)private voidParser. 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) ModuleEntryCompile. corba(package private) ModuleEntryCompile. omg(package private) ModuleEntryCompile. orgMethods in com.sun.tools.corba.ee.idl.toJavaPortable with parameters of type ModuleEntry Modifier and Type Method Description voidModuleGen. generate(java.util.Hashtable symbolTable, ModuleEntry entry, java.io.PrintWriter stream)Generate Java code for all members of an IDL module.
-