org.jacorb.ir
Class IDLType
java.lang.Object
org.jacorb.ir.IRObject
org.jacorb.ir.IDLType
- All Implemented Interfaces:
- IDLTypeOperations, IRObjectOperations
- Direct Known Subclasses:
- ArrayDef, FixedDef, SequenceDef, StringDef
- public class IDLType
- extends IRObject
- implements IDLTypeOperations
Base class and factory for anonymous IDLType objects
Direct instances of this class are only used as place holders
in recursive types
Constructor Summary |
protected |
IDLType()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected TypeCode type
IDLType
protected IDLType()
type
public TypeCode type()
- Specified by:
type
in interface IDLTypeOperations
define
public void define()
destroy
public void destroy()
- Specified by:
destroy
in interface IRObjectOperations
- Specified by:
destroy
in class IRObject
create
public static IDLType create(TypeCode tc,
Repository ir,
org.apache.avalon.framework.logger.Logger logger,
POA poa)
- Factory method for IDLType objects
create
public static IDLType create(TypeCode tc,
Repository ir,
boolean define,
org.apache.avalon.framework.logger.Logger logger,
POA poa)