Class TOperator

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TOperator = class(TExpression)

Description

TOperator is used to define operators that are between two arguments or are before a single argument.

Hierarchy

Overview

Methods

Private function DecompileByType(DecompileType: TDecompileType): string;
Public function Decompile: string; override;
Public function DecompileDisplay: string; override;

Description

Methods

Private function DecompileByType(DecompileType: TDecompileType): string;
 
Public 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.

Public function DecompileDisplay: string; override;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:42:00