Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jacorb.ir.IRObject
org.jacorb.ir.IDLType
Constructor Summary | |
|
Method Summary | |
static IDLType |
|
static IDLType |
|
void |
|
void |
|
TypeCode |
|
Methods inherited from class org.jacorb.ir.IRObject | |
def_kind , destroy , getName , getReference , setReference |
public static IDLType create(TypeCode tc, Repository ir, Logger logger, POA poa)
Factory method for IDLType objects
public static IDLType create(TypeCode tc, Repository ir, boolean define, Logger logger, POA poa)
public void define()
second phase of loading IRObjects, define any unresolved links
public void destroy()
- Specified by:
- destroy in interface IRObjectOperations
- Overrides:
- destroy in interface IRObject