context);
if(!phList.isEmpty()){
EObject tAttPHEO = phList.iterator().next();
//As we are in new context just set through placeHolder
TPlaceholder placeHolder = new TPlaceholder(tAttPHEO, context, template);
Reference2Attribute pPointer2Att = (Reference2Attribute)placeHolder.getTMethodStatement().getReferenceFromParent();
Reference2Attribute iPointer2Att =
new Reference2Attribute(iObject, iAtt);
parameterModelHandler.changeAttribute(
pPointer2Att, iPointer2Att, context);
foundPlaceHolder = true;