public override void Visit(WCaseExpression node) { throw new NotImplementedException(); }
public virtual void Visit(WCaseExpression node) { node.AcceptChildren(this); }