Inherits TObject.
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 |
Defines an expression token holder.
Definition at line 106 of file ZExprParser.pas.
TZExpressionToken::TZExpressionToken | ( | TZExpressionTokenType | TokenType, | |
const TZVariant | Value | |||
) |
Creates an expression token object.
TokenType | a type of the token. | |
Value | a token value. |
Definition at line 236 of file ZExprParser.pas.
Definition at line 111 of file ZExprParser.pas.
TZVariant TZExpressionToken::FValue [private] |
Definition at line 113 of file ZExprParser.pas.
FTokenType For writing
Definition at line 123 of file ZExprParser.pas.