TZExpressionToken Class Reference

Defines a parser exception. More...

Inherits TObject.

List of all members.

Public Member Functions

 TZExpressionToken (TZExpressionTokenType TokenType, const TZVariant Value)
 Creates an expression token object.

Public Attributes

TZExpressionTokenType TokenType
TZVariant Value

Private Attributes

TZExpressionTokenType FTokenType
TZVariant FValue


Detailed Description

Defines a parser exception.

Defines an expression token holder.

Definition at line 106 of file ZExprParser.pas.


Constructor & Destructor Documentation

TZExpressionToken::TZExpressionToken ( TZExpressionTokenType  TokenType,
const TZVariant  Value 
)

Creates an expression token object.

Parameters:
TokenType a type of the token.
Value a token value.

Definition at line 236 of file ZExprParser.pas.


Member Data Documentation

Definition at line 111 of file ZExprParser.pas.

Definition at line 113 of file ZExprParser.pas.

See also:
FTokenType For reading

FTokenType For writing

Definition at line 123 of file ZExprParser.pas.

See also:
FValue For reading

FValue For writing

Definition at line 126 of file ZExprParser.pas.


The documentation for this class was generated from the following file:

Generated on Wed Dec 30 08:42:51 2009 for zeoslib by  doxygen 1.5.7.1