kexi
KexiDB::NArgExpr Class Reference
#include <expression.h>
Inheritance diagram for KexiDB::NArgExpr:

Detailed Description
A base class N-argument operation.
Definition at line 99 of file expression.h.
Public Member Functions | |
NArgExpr (int aClass, int token) | |
virtual | ~NArgExpr () |
void | add (BaseExpr *expr) |
void | prepend (BaseExpr *expr) |
BaseExpr * | arg (int n) |
int | args () |
virtual QString | debugString () |
virtual QString | toString () |
virtual bool | validate (ParseInfo &parseInfo) |
Public Attributes | |
BaseExpr::List | list |
The documentation for this class was generated from the following files: