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.Fields in com.sun.tools.corba.ee.idl with type parameters of type InterfaceEntryModifier and TypeFieldDescription(package private) Vector<InterfaceEntry> ForwardEntry.derivers(package private) Vector<InterfaceEntry> InterfaceEntry.forwardedDeriversMethods 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 TypeMethodDescriptionprivate voidParser.attrDcl(InterfaceEntry entry) private voidParser.attrDcl2(InterfaceEntry entry, AttributeEntry clone) DefaultSymtabFactory.attributeEntry(InterfaceEntry container, IDLID id) SymtabFactory.attributeEntry(InterfaceEntry container, IDLID id) private voidParser.export(InterfaceEntry entry) voidInterfaceGen.generate(Hashtable symbolTable, InterfaceEntry entry, PrintWriter stream) voidNoop.generate(Hashtable symbolTable, InterfaceEntry entry, PrintWriter stream) private voidParser.inheritanceSpec(InterfaceEntry entry) private voidParser.interfaceDcl(InterfaceEntry entry) private voidInterfaceEntry.lookForForwardEntrys(Scanner scanner, InterfaceEntry entry) DefaultSymtabFactory.methodEntry(InterfaceEntry container, IDLID id) SymtabFactory.methodEntry(InterfaceEntry container, IDLID id) private voidParser.opDcl(InterfaceEntry entry) private voidParser.pigeonholeMethod(InterfaceEntry container, MethodEntry entry) (package private) static booleanForwardEntry.replaceForwardDecl(InterfaceEntry interfaceEntry) booleanInterfaceEntry.replaceForwardDecl(ForwardEntry oldEntry, InterfaceEntry newEntry) booleanValueEntry.replaceForwardDecl(ForwardEntry oldEntry, InterfaceEntry newEntry) (package private) SymtabEntryParser.searchDerivedFrom(String name, InterfaceEntry i) 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.i(package private) InterfaceEntryCompile.objectMethods in com.sun.tools.corba.ee.idl.toJavaPortable with parameters of type InterfaceEntryModifier and TypeMethodDescriptionprivate voidSkeleton.buildIDList(InterfaceEntry entry, Vector<String> list) private voidStub.buildIDList(InterfaceEntry entry, Vector<String> list) private voidSkeleton.buildMethodList(InterfaceEntry entry) private voidStub.buildMethodList(InterfaceEntry entry) voidInterfaceGen.generate(Hashtable symbolTable, InterfaceEntry i, PrintWriter stream) Generate the interface and all the files associated with it.private booleanInterfaceGen.isPseudo(InterfaceEntry i) 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.private booleanAttributeGen.unique(InterfaceEntry entry, String name) protected voidMethodGen.writeLocalStubBody(InterfaceEntry i)