{
intro = new InterfaceIntroduction(name, target, interfaces, constructorClass, constructorMethod);
}
else
{
ASTStart start = new TypeExpressionParser(new StringReader(typeExpression)).Start();
intro = new InterfaceIntroduction(name, start, interfaces, constructorClass, constructorMethod);
}
return intro;
}