Class TJCoreExpression

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TJCoreExpression = class(TJCoreExpressionObject)

Description

no description available, TJCoreExpressionObject description follows
no description available, TJCoreParserObject description follows

Hierarchy

Overview

Methods

Public constructor Create;
Public constructor Create(AExpression: string);
Public destructor Destroy; override;
Public function ParseExpression(AExpression: string): PJCoreExpressionValue;
Public function ParseExpression(Reader: TJCoreExpressionReader): PJCoreExpressionValue;

Properties

Public property Calc: TObjectList read FCalc;
Public property Res: PJCoreExpressionValue read FRes;
Public property Vars: TJCoreExpressionVars read GetVars;
Public property VarValue: Variant read GetVarValue;

Description

Methods

Public constructor Create;
 
Public constructor Create(AExpression: string);
 
Public destructor Destroy; override;
 
Public function ParseExpression(AExpression: string): PJCoreExpressionValue;
 
Public function ParseExpression(Reader: TJCoreExpressionReader): PJCoreExpressionValue;
 

Properties

Public property Calc: TObjectList read FCalc;
 
Public property Res: PJCoreExpressionValue read FRes;
 
Public property Vars: TJCoreExpressionVars read GetVars;
 
Public property VarValue: Variant read GetVarValue;
 

Generated by PasDoc 0.14.0.