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

Class TIFPSBinValueOp

Unit

ifpscomp

Declaration

type TIFPSBinValueOp = class(TIFPSValue)

Description

TIFPSBinValueOp stores information about binairy calculations

Hierarchy

TIFPSValue

Methods

Overview

Public destructor Destroy; override;

Description

Public destructor Destroy; override;

 

Properties

Overview

Public property aType: TIFPSType;
Public property Operator: TIFPSBinOperatorType;
Public property Val1: TIFPSValue;
Public property Val2: TIFPSValue;

Description

Public property aType: TIFPSType;

The resulting type

Public property Operator: TIFPSBinOperatorType;

The operator for this value

Public property Val1: TIFPSValue;

The first value

Public property Val2: TIFPSValue;

The second value