Package org.openorb.compiler.idl.reflect

IDL parser reflection types.

See:
          Description

Interface Summary
idlArray This interface is implemented by all IDL objects that represent an IDL array
idlAttribute This interface is implemented by the IDL object that represents an IDL attribute.
idlConst This interface is implemented by all objects that represent an IDL constant
idlEnum This interface is implemented by the IDL object that represents an IDL enum.
idlException This class is implemented by all IDL objects that represent a IDL exception.
idlFactory This interface is implemented by all IDL objects that represent a state description
idlFixed This interface is implemented by all IDL objects that represent a fixed description
idlIdentifier This interface is implemented by all the IDL object that are an user type.
idlInterface This interface is implemented by the IDL object that represents an IDL interface.
idlModule This interface is implemented by the IDL object that represents an IDL module.
idlNative This interface is implemented by all IDL objects that represent a native description
idlObject Each IDL object builds by the org.openorb IDL parser implements this interface.
idlOperation This interface is implemented by the IDL object that represents an IDL operation.
idlParameter This interface is implemented by all IDL objects that represent a parameter description
idlPrimitive This interface is implemented by all objects that represent a primitive type
idlSequence This interface is implemented by all IDL objects that represent an IDL sequence
idlState This interface is implemented by all IDL objects that represent a state description
idlString This interface is implemented by all IDL objects that represent a string description
idlStruct This class is implemented by all IDL objects that represent a IDL struct.
idlStructMember This class is implemented by all IDL objects that represent a IDL struct member.
idlTypeDef This interface is implemented by the IDL object that represents an IDL TypeDef.
idlUnion This class is implemented by all IDL objects that represent a IDL union.
idlUnionMember This class is implemented by all IDL objects that represent a IDL union member.
idlValue This interface is implemented by the IDL object that represents an IDL valuetype.
idlValueBox This interface is implemented by the IDL object that represents an IDL value box.
idlWString This interface is implemented by all IDL objects that represent a wstring description
 

Class Summary
idlEnumeration This class implements an enumeration to provide all interface IDL object of an IDL object
idlType This class provides all IDL Object type.
 

Package org.openorb.compiler.idl.reflect Description

IDL parser reflection types.