internal protected virtual T Visit(SignedShiftRight node) { return(Visit(node as Expression)); }
protected override EP_VP1 Visit(SignedShiftRight node) { node.Children[1].Visit(this); node.Children[0].Visit(this); return(this); }