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