Description | Hierarchy | Fields | Methods | Properties |
type TOperator = class(TExpression)
TOperator
is used to define operators that are between two arguments or are before a single argument.
![]() |
function DecompileByType(DecompileType: TDecompileType): string; |
![]() |
function Decompile: string; override; |
![]() |
function DecompileDisplay: string; override; |
![]() |
function DecompileByType(DecompileType: TDecompileType): string; |
![]() |
function Decompile: string; override; |
Decompile converts the value stored in the TOperator to a string that can be compiled into an equivalent TOperator together with its argument. |
![]() |
function DecompileDisplay: string; override; |