Package | Description |
---|---|
com.sun.tools.corba.se.idl | |
com.sun.tools.corba.se.idl.toJavaPortable |
Modifier and Type | Class and Description |
---|---|
class |
ValueBoxEntry
This is the symbol table entry for valuesBoxes.
|
class |
ValueEntry
This is the symbol table entry for values.
|
Modifier and Type | Method and Description |
---|---|
InterfaceEntry |
SymtabFactory.interfaceEntry() |
InterfaceEntry |
DefaultSymtabFactory.interfaceEntry() |
InterfaceEntry |
SymtabFactory.interfaceEntry(ModuleEntry container,
IDLID id) |
InterfaceEntry |
DefaultSymtabFactory.interfaceEntry(ModuleEntry container,
IDLID id) |
Modifier and Type | Method and Description |
---|---|
AttributeEntry |
SymtabFactory.attributeEntry(InterfaceEntry container,
IDLID id) |
AttributeEntry |
DefaultSymtabFactory.attributeEntry(InterfaceEntry container,
IDLID id) |
void |
InterfaceGen.generate(Hashtable symbolTable,
InterfaceEntry entry,
PrintWriter stream) |
void |
Noop.generate(Hashtable symbolTable,
InterfaceEntry entry,
PrintWriter stream) |
MethodEntry |
SymtabFactory.methodEntry(InterfaceEntry container,
IDLID id) |
MethodEntry |
DefaultSymtabFactory.methodEntry(InterfaceEntry container,
IDLID id) |
boolean |
InterfaceEntry.replaceForwardDecl(ForwardEntry oldEntry,
InterfaceEntry newEntry) |
boolean |
ValueEntry.replaceForwardDecl(ForwardEntry oldEntry,
InterfaceEntry newEntry) |
Constructor and Description |
---|
AttributeEntry(InterfaceEntry that,
IDLID clone) |
InterfaceEntry(InterfaceEntry that) |
MethodEntry(InterfaceEntry that,
IDLID clone) |
Modifier and Type | Field and Description |
---|---|
protected InterfaceEntry |
InterfaceGen.i |
protected InterfaceEntry |
Skeleton.i |
protected InterfaceEntry |
Stub.i |
Modifier and Type | Method and Description |
---|---|
void |
InterfaceGen.generate(Hashtable symbolTable,
InterfaceEntry i,
PrintWriter stream)
Generate the interface and all the files associated with it.
|
protected void |
MethodGen.localstub(Hashtable symbolTable,
MethodEntry m,
PrintWriter stream,
int index,
InterfaceEntry i) |
protected String |
Helper.stubName(InterfaceEntry entry)
Return the stub name for the interface entry.
|
protected void |
MethodGen.writeLocalStubBody(InterfaceEntry i) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.