Get the result type for NOT operations
Source position: fpexprpars.pp line 389
public function TFPNotNode.NodeType: TResultType; override; |
Returns boolean as the result type
The NodeType method returns rtBoolean to indicate that NOT operations always produce boolean results. This type information is used by the expression parser for type checking and result handling.