10.4.13 AliasDef

An AliasDef (shown below) represents an OMG IDL typedef that aliases another definition.

module CORBA {
      interface AliasDef : TypedefDef {
            readonly attribute IDLType original_type_def;
      };
};
original_type_def
Identifies the type being aliased.

The inherited type attribute is a tk_alias TypeCode describing the alias.