|
virtual void | contextDescription (QString &szBuffer) |
| Sets the buffer. More...
|
|
virtual void | dump (const char *prefix) |
| Dumps the tree. More...
|
|
void | dumpOperands (const char *prefix) |
|
virtual int | firstBinaryOperator () |
|
| KviKvsTreeNodeExpressionBinaryOperator (const QChar *pLocation) |
|
virtual KviKvsTreeNodeExpression * | left () |
|
virtual KviKvsTreeNodeExpression * | right () |
|
void | setLeft (KviKvsTreeNodeExpression *pLeft) |
|
void | setRight (KviKvsTreeNodeExpression *pRight) |
|
| ~KviKvsTreeNodeExpressionBinaryOperator () |
|
| KviKvsTreeNodeExpressionOperator (const QChar *pLocation) |
|
| ~KviKvsTreeNodeExpressionOperator () |
|
| KviKvsTreeNodeExpression (const QChar *pLocation) |
|
KviKvsTreeNodeExpression * | parentExpression () |
|
virtual KviKvsTreeNodeExpression * | parentWithPrecedenceLowerThan (int iPrec) |
|
virtual int | precedence () |
|
void | setParentExpression (KviKvsTreeNodeExpression *pParent) |
|
| ~KviKvsTreeNodeExpression () |
|
virtual bool | canEvaluateInObjectScope () |
|
virtual bool | canEvaluateToObjectReference () |
|
virtual bool | convertStringConstantToNumeric () |
|
const QChar * | endingLocation () |
|
virtual bool | evaluateReadOnly (KviKvsRunTimeContext *c, KviKvsVariant *pBuffer) |
|
virtual bool | evaluateReadOnlyInObjectScope (KviKvsObject *o, KviKvsRunTimeContext *c, KviKvsVariant *pBuffer) |
|
virtual KviKvsRWEvaluationResult * | evaluateReadWrite (KviKvsRunTimeContext *c) |
|
virtual KviKvsRWEvaluationResult * | evaluateReadWriteInObjectScope (KviKvsObject *o, KviKvsRunTimeContext *c) |
|
virtual bool | isFunctionCall () |
|
virtual bool | isReadOnly () |
|
| KviKvsTreeNodeData (const QChar *pLocation) |
|
void | setEndingLocation (const QChar *pEndingLocation) |
|
| ~KviKvsTreeNodeData () |
|
| KviKvsTreeNode (const QChar *pLocation) |
| Constructs the treenode object. More...
|
|
const QChar * | location () |
| Returns the location char. More...
|
|
KviKvsTreeNode * | parent () |
| Returns the parent object. More...
|
|
void | setParent (KviKvsTreeNode *p) |
| Sets the parent object. More...
|
|
virtual | ~KviKvsTreeNode () |
| Destroys the treenode object. More...
|
|