public void ProcessReplacements(StatementNode node)
 {
     node.AcceptStatementVisitor(StatementChildrenVisitor);
 }