Unit mdbf_prsdef

Description

This item has no description.

Overview

Classes, Interfaces, Objects and Records

Name Description
Class EParserException  
Class TDynamicType  
Record TExpressionRec  
Class TExprCollection  
Record TExprWordRec  
Class TExprWord  
Class TExpressShortList  
Class TExpressList  
Class TConstant  
Class TFloatConstant  
Class TUserConstant  
Class TStringConstant  
Class TIntegerConstant  
Class TBooleanConstant  
Class TVariable  
Class TFloatVariable  
Class TStringVariable  
Class TDateTimeVariable  
Class TIntegerVariable  
Class TBooleanVariable  
Class TLeftBracket  
Class TRightBracket  
Class TComma  
Class TFunction  
Class TVaryingFunction  

Functions and Procedures

function ExprCharToExprType(ExprChar: Char): TExpressionType;

Types

TExpressionType = (...);
PExpressionRec = ˆTExpressionRec;
PDynamicType = ˆTDynamicType;
PDateTimeRec = ˆTDateTimeRec;
TExprFunc = procedure(Expr: PExpressionRec);

Constants

MaxArg = 6;
ArgAllocSize = 32;
ListChar = ',';

Description

Functions and Procedures

function ExprCharToExprType(ExprChar: Char): TExpressionType;

This item has no description.

Types

TExpressionType = (...);

This item has no description.

Values
  • etInteger
  • etString
  • etBoolean
  • etLargeInt
  • etFloat
  • etDateTime
  • etLeftBracket
  • etRightBracket
  • etComma
  • etUnknown
PExpressionRec = ˆTExpressionRec;

This item has no description.

PDynamicType = ˆTDynamicType;

This item has no description.

PDateTimeRec = ˆTDateTimeRec;

This item has no description.

TExprFunc = procedure(Expr: PExpressionRec);

This item has no description.

Constants

MaxArg = 6;

This item has no description.

ArgAllocSize = 32;

This item has no description.

ListChar = ',';

This item has no description.


Generated by PasDoc 0.17.0.snapshot.