GoogMsgRefNode googMsgRefNode =
new GoogMsgRefNode(nodeIdGen.genId(), googMsgNode.getRenderedGoogMsgVarName());
BlockNode parent = msgNode.getParent();
int msgNodeIndex = parent.getChildIndex(msgNode);
parent.replaceChild(msgNodeIndex, googMsgNode);
parent.addChild(msgNodeIndex + 1, googMsgRefNode);
}
}