core/ZExprParser.pas File Reference

Go to the source code of this file.

Classes

class  TZExpressionParser
 Implements an expression parser class. More...
class  TZExpressionToken
 Defines a parser exception. More...

Enumerations

enum  TZExpressionTokenType {
  ttUnknown, ttLeftBrace, ttRightBrace, ttLeftSquareBrace,
  ttRightSquareBrace, ttPlus, ttMinus, ttStar,
  ttSlash, ttProcent, ttPower, ttEqual,
  ttNotEqual, ttMore, ttLess, ttEqualMore,
  ttEqualLess, ttAnd, ttOr, ttXor,
  ttIs, ttNull, ttNot, ttLike,
  ttNotLike, ttIsNull, ttIsNotNull, ttComma,
  ttUnary, ttFunction, ttVariable, ttConstant
}
 Define types of expression tokens. More...


Enumeration Type Documentation

Define types of expression tokens.

Enumerator:
ttUnknown 
ttLeftBrace 
ttRightBrace 
ttLeftSquareBrace 
ttRightSquareBrace 
ttPlus 
ttMinus 
ttStar 
ttSlash 
ttProcent 
ttPower 
ttEqual 
ttNotEqual 
ttMore 
ttLess 
ttEqualMore 
ttEqualLess 
ttAnd 
ttOr 
ttXor 
ttIs 
ttNull 
ttNot 
ttLike 
ttNotLike 
ttIsNull 
ttIsNotNull 
ttComma 
ttUnary 
ttFunction 
ttVariable 
ttConstant 

Definition at line 64 of file ZExprParser.pas.


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