* @return the the mixin (aspect in this case)
*/
public Mixin getMixin(final String name) {
if (name == null) throw new IllegalArgumentException("introduction name can not be null");
Mixin introduction;
try {
introduction = m_mixins[m_definition.getMixinIndexByName(name) - 1];
}
catch (Throwable e1) {
initialize();