Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Variables
Constants
Functions and Procedures
Identifiers

Class TIFPSUnValueOp

Unit

ifpscomp

Declaration

type TIFPSUnValueOp = class(TIFPSValue)

Description

TIFPSUnValueOp stores information about unairy calculations

Hierarchy

TIFPSValue

Methods

Overview

Public destructor Destroy; override;

Description

Public destructor Destroy; override;

 

Properties

Overview

Public property aType: TIFPSType;
Public property Operator: TIFPSUnOperatorType;
Public property Val1: TIFPSValue;

Description

Public property aType: TIFPSType;

The final type

Public property Operator: TIFPSUnOperatorType;

The operator

Public property Val1: TIFPSValue;

The value on which the operation should be executed