|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacorb.ir.IRObject
org.jacorb.ir.IDLType
Base class and factory for anonymous IDLType objects Direct instances of this class are only used as place holders in recursive types
Field Summary | |
protected TypeCode |
type
|
Fields inherited from class org.jacorb.ir.IRObject |
def_kind, myRef, name, orb |
Constructor Summary | |
protected |
IDLType()
|
Method Summary | |
static IDLType |
create(TypeCode tc,
Repository ir)
Factory method for IDLType objects |
static IDLType |
create(TypeCode tc,
Repository ir,
boolean define)
|
void |
define()
|
void |
destroy()
|
TypeCode |
type()
|
Methods inherited from class org.jacorb.ir.IRObject |
def_kind, getName, getReference, setReference |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.omg.CORBA.IRObjectOperations |
def_kind |
Field Detail |
protected TypeCode type
Constructor Detail |
protected IDLType()
Method Detail |
public TypeCode type()
type
in interface IDLTypeOperations
public void define()
public void destroy()
destroy
in interface IRObjectOperations
destroy
in class IRObject
public static IDLType create(TypeCode tc, Repository ir)
public static IDLType create(TypeCode tc, Repository ir, boolean define)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |