Uses of Class
com.sun.tools.corba.ee.idl.InterfaceEntry
-
Packages that use InterfaceEntry Package Description com.sun.tools.corba.ee.idl com.sun.tools.corba.ee.idl.toJavaPortable -
-
Uses of InterfaceEntry in com.sun.tools.corba.ee.idl
Subclasses of InterfaceEntry in com.sun.tools.corba.ee.idl Modifier and Type Class Description classValueBoxEntryThis is the symbol table entry for valuesBoxes.classValueEntryThis is the symbol table entry for values.Fields in com.sun.tools.corba.ee.idl with type parameters of type InterfaceEntry Modifier and Type Field Description (package private) java.util.Vector<InterfaceEntry>ForwardEntry. derivers(package private) java.util.Vector<InterfaceEntry>InterfaceEntry. forwardedDeriversMethods in com.sun.tools.corba.ee.idl that return InterfaceEntry Modifier and Type Method Description InterfaceEntryDefaultSymtabFactory. interfaceEntry()InterfaceEntryDefaultSymtabFactory. interfaceEntry(ModuleEntry container, IDLID id)InterfaceEntrySymtabFactory. interfaceEntry()InterfaceEntrySymtabFactory. interfaceEntry(ModuleEntry container, IDLID id)Methods in com.sun.tools.corba.ee.idl with parameters of type InterfaceEntry Modifier and Type Method Description private voidParser. attrDcl(InterfaceEntry entry)private voidParser. attrDcl2(InterfaceEntry entry, AttributeEntry clone)AttributeEntryDefaultSymtabFactory. attributeEntry(InterfaceEntry container, IDLID id)AttributeEntrySymtabFactory. attributeEntry(InterfaceEntry container, IDLID id)private voidParser. export(InterfaceEntry entry)voidInterfaceGen. generate(java.util.Hashtable symbolTable, InterfaceEntry entry, java.io.PrintWriter stream)voidNoop. generate(java.util.Hashtable symbolTable, InterfaceEntry entry, java.io.PrintWriter stream)private voidParser. inheritanceSpec(InterfaceEntry entry)private voidParser. interfaceDcl(InterfaceEntry entry)private voidInterfaceEntry. lookForForwardEntrys(Scanner scanner, InterfaceEntry entry)MethodEntryDefaultSymtabFactory. methodEntry(InterfaceEntry container, IDLID id)MethodEntrySymtabFactory. 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(java.lang.String name, InterfaceEntry i)Constructors in com.sun.tools.corba.ee.idl with parameters of type InterfaceEntry Constructor Description AttributeEntry(InterfaceEntry that, IDLID clone)InterfaceEntry(InterfaceEntry that)MethodEntry(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 InterfaceEntry Modifier and Type Field Description protected InterfaceEntryInterfaceGen. iprotected InterfaceEntrySkeleton. iprotected InterfaceEntryStub. i(package private) InterfaceEntryCompile. objectMethods in com.sun.tools.corba.ee.idl.toJavaPortable with parameters of type InterfaceEntry Modifier and Type Method Description private voidSkeleton. buildIDList(InterfaceEntry entry, java.util.Vector<java.lang.String> list)private voidStub. buildIDList(InterfaceEntry entry, java.util.Vector<java.lang.String> list)private voidSkeleton. buildMethodList(InterfaceEntry entry)private voidStub. buildMethodList(InterfaceEntry entry)voidInterfaceGen. generate(java.util.Hashtable symbolTable, InterfaceEntry i, java.io.PrintWriter stream)Generate the interface and all the files associated with it.private booleanInterfaceGen. isPseudo(InterfaceEntry i)protected voidMethodGen. localstub(java.util.Hashtable symbolTable, MethodEntry m, java.io.PrintWriter stream, int index, InterfaceEntry i)protected java.lang.StringHelper. stubName(InterfaceEntry entry)Return the stub name for the interface entry.private booleanAttributeGen. unique(InterfaceEntry entry, java.lang.String name)protected voidMethodGen. writeLocalStubBody(InterfaceEntry i)
-