Validate the unary operator for correctness
Source position: fpexprpars.pp line 374
public procedure TFPUnaryOperator.Check; override; |
The Check method validates the unary operation by checking the operand for correctness and ensuring that it is compatible with the specific operation. It calls the Check method on the operand to perform recursive validation.