Uses of Class
com.sun.tools.corba.ee.idl.InterfaceEntry
Packages that use InterfaceEntry
-
Uses of InterfaceEntry in com.sun.tools.corba.ee.idl
Subclasses of InterfaceEntry in com.sun.tools.corba.ee.idlModifier and TypeClassDescriptionclassThis is the symbol table entry for valuesBoxes.classThis is the symbol table entry for values.Methods in com.sun.tools.corba.ee.idl that return InterfaceEntryModifier and TypeMethodDescriptionDefaultSymtabFactory.interfaceEntry()DefaultSymtabFactory.interfaceEntry(ModuleEntry container, IDLID id) SymtabFactory.interfaceEntry()SymtabFactory.interfaceEntry(ModuleEntry container, IDLID id) Methods in com.sun.tools.corba.ee.idl with parameters of type InterfaceEntryModifier and TypeMethodDescriptionDefaultSymtabFactory.attributeEntry(InterfaceEntry container, IDLID id) SymtabFactory.attributeEntry(InterfaceEntry container, IDLID id) voidInterfaceGen.generate(Hashtable symbolTable, InterfaceEntry entry, PrintWriter stream) voidNoop.generate(Hashtable symbolTable, InterfaceEntry entry, PrintWriter stream) DefaultSymtabFactory.methodEntry(InterfaceEntry container, IDLID id) SymtabFactory.methodEntry(InterfaceEntry container, IDLID id) booleanInterfaceEntry.replaceForwardDecl(ForwardEntry oldEntry, InterfaceEntry newEntry) booleanValueEntry.replaceForwardDecl(ForwardEntry oldEntry, InterfaceEntry newEntry) Constructors in com.sun.tools.corba.ee.idl with parameters of type InterfaceEntryModifierConstructorDescriptionprotectedAttributeEntry(InterfaceEntry that, IDLID clone) protectedInterfaceEntry(InterfaceEntry that) protectedMethodEntry(InterfaceEntry that, IDLID clone) -
Uses of InterfaceEntry in com.sun.tools.corba.ee.idl.toJavaPortable
Fields in com.sun.tools.corba.ee.idl.toJavaPortable declared as InterfaceEntryModifier and TypeFieldDescriptionprotected InterfaceEntryInterfaceGen.iprotected InterfaceEntrySkeleton.iprotected InterfaceEntryStub.iMethods in com.sun.tools.corba.ee.idl.toJavaPortable with parameters of type InterfaceEntryModifier and TypeMethodDescriptionvoidInterfaceGen.generate(Hashtable symbolTable, InterfaceEntry i, PrintWriter stream) Generate the interface and all the files associated with it.protected voidMethodGen.localstub(Hashtable symbolTable, MethodEntry m, PrintWriter stream, int index, InterfaceEntry i) protected StringHelper.stubName(InterfaceEntry entry) Return the stub name for the interface entry.protected voidMethodGen.writeLocalStubBody(InterfaceEntry i)