Uses of Class
org.jacorb.ir.IRObject

Packages that use IRObject
org.jacorb.ir   
 

Uses of IRObject in org.jacorb.ir
 

Subclasses of IRObject in org.jacorb.ir
 class AliasDef
           
 class ArrayDef
           
 class AttributeDef
           
 class ConstantDef
          JacORB implementation of IR ConstantDef objects
 class Contained
           
 class Container
           
 class EnumDef
           
 class ExceptionDef
           
 class FixedDef
           
 class IDLType
          Base class and factory for anonymous IDLType objects Direct instances of this class are only used as place holders in recursive types
 class InterfaceDef
          JacORB implementation of org.omg.CORBA.InterfaceDef
 class ModuleDef
           
 class OperationDef
           
 class PrimitiveDef
           
 class RepositoryImpl
          The Interface Repository.
 class SequenceDef
           
 class StringDef
           
 class StructDef
           
 class TypedefDef
           
 class UnionDef
           
 class WstringDef
           
 

Fields in org.jacorb.ir declared as IRObject
protected  IRObject Container.delegator
           
 

Constructors in org.jacorb.ir with parameters of type IRObject
Container(IRObject delegator, java.lang.String path, java.lang.String full_name)