Get the result type for boolean operations
Source position: fpexprpars.pp line 191
public function TFPBooleanResultOperation.NodeType: TResultType; override; |
Returns boolean as the result type
The NodeType method returns rtBoolean to indicate that operations derived from this class always produce boolean results, regardless of the input operand types.