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