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 class
ValueBoxEntry
This is the symbol table entry for valuesBoxes.class
ValueEntry
This 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. forwardedDerivers
Methods in com.sun.tools.corba.ee.idl that return InterfaceEntry Modifier and Type Method Description InterfaceEntry
DefaultSymtabFactory. interfaceEntry()
InterfaceEntry
DefaultSymtabFactory. interfaceEntry(ModuleEntry container, IDLID id)
InterfaceEntry
SymtabFactory. interfaceEntry()
InterfaceEntry
SymtabFactory. interfaceEntry(ModuleEntry container, IDLID id)
Methods in com.sun.tools.corba.ee.idl with parameters of type InterfaceEntry Modifier and Type Method Description private void
Parser. attrDcl(InterfaceEntry entry)
private void
Parser. attrDcl2(InterfaceEntry entry, AttributeEntry clone)
AttributeEntry
DefaultSymtabFactory. attributeEntry(InterfaceEntry container, IDLID id)
AttributeEntry
SymtabFactory. attributeEntry(InterfaceEntry container, IDLID id)
private void
Parser. export(InterfaceEntry entry)
void
InterfaceGen. generate(java.util.Hashtable symbolTable, InterfaceEntry entry, java.io.PrintWriter stream)
void
Noop. generate(java.util.Hashtable symbolTable, InterfaceEntry entry, java.io.PrintWriter stream)
private void
Parser. inheritanceSpec(InterfaceEntry entry)
private void
Parser. interfaceDcl(InterfaceEntry entry)
private void
InterfaceEntry. lookForForwardEntrys(Scanner scanner, InterfaceEntry entry)
MethodEntry
DefaultSymtabFactory. methodEntry(InterfaceEntry container, IDLID id)
MethodEntry
SymtabFactory. methodEntry(InterfaceEntry container, IDLID id)
private void
Parser. opDcl(InterfaceEntry entry)
private void
Parser. pigeonholeMethod(InterfaceEntry container, MethodEntry entry)
(package private) static boolean
ForwardEntry. replaceForwardDecl(InterfaceEntry interfaceEntry)
boolean
InterfaceEntry. replaceForwardDecl(ForwardEntry oldEntry, InterfaceEntry newEntry)
boolean
ValueEntry. replaceForwardDecl(ForwardEntry oldEntry, InterfaceEntry newEntry)
(package private) SymtabEntry
Parser. 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 InterfaceEntry
InterfaceGen. i
protected InterfaceEntry
Skeleton. i
protected InterfaceEntry
Stub. i
(package private) InterfaceEntry
Compile. object
Methods in com.sun.tools.corba.ee.idl.toJavaPortable with parameters of type InterfaceEntry Modifier and Type Method Description private void
Skeleton. buildIDList(InterfaceEntry entry, java.util.Vector<java.lang.String> list)
private void
Stub. buildIDList(InterfaceEntry entry, java.util.Vector<java.lang.String> list)
private void
Skeleton. buildMethodList(InterfaceEntry entry)
private void
Stub. buildMethodList(InterfaceEntry entry)
void
InterfaceGen. generate(java.util.Hashtable symbolTable, InterfaceEntry i, java.io.PrintWriter stream)
Generate the interface and all the files associated with it.private boolean
InterfaceGen. isPseudo(InterfaceEntry i)
protected void
MethodGen. localstub(java.util.Hashtable symbolTable, MethodEntry m, java.io.PrintWriter stream, int index, InterfaceEntry i)
protected java.lang.String
Helper. stubName(InterfaceEntry entry)
Return the stub name for the interface entry.private boolean
AttributeGen. unique(InterfaceEntry entry, java.lang.String name)
protected void
MethodGen. writeLocalStubBody(InterfaceEntry i)
-