444546474849505152
*/ public IRAttribute( IRObject irObject) { super(irObject); AttributeDef attributeDef = AttributeDefHelper.narrow(irObject); setAssociatedTypeSystemNode(RemoteTypeSystem.createTypeSystemNode(attributeDef.type_def())); }