public UnaryOperandNode Visit(Visitor visitor)
 {
     return(visitor.VisitExpressionOperand(this));
 }