node.getEscapingDirectiveNames());
} else {
CallDelegateNode nodeCast = (CallDelegateNode) node;
newCallNode = new CallDelegateNode(
node.getId(), nodeCast.getDelCalleeName(), nodeCast.getDelCalleeVariantExpr(), false,
nodeCast.allowsEmptyDefault(), true, true, null, node.getUserSuppliedPlaceholderName(),
node.getEscapingDirectiveNames());
}
node.getParent().replaceChild(node, newCallNode);
}