#include <IdentifierExpr.h>
Inheritance diagram for CIdentifierExpr:
Public Methods | |
CIdentifierExpr (const CCString& identifier,CValue* id_context) | |
virtual | ~CIdentifierExpr () |
virtual CValue* | Calculate () |
virtual bool | MergeExpression (CExpression* otherexpr) |
virtual unsigned char | GetExpressionID () |
virtual bool | NeedsRecalculated () |
virtual CExpression* | CheckLink (std::vector<CBrokenLinkInfo*>& brokenlinks) |
virtual void | ClearModified () |
virtual void | BroadcastOperators (VALUE_OPERATOR op) |
|
Definition at line 3 of file IdentifierExpr.cpp. |
|
Definition at line 13 of file IdentifierExpr.cpp. |
|
Reimplemented from CExpression. Definition at line 27 of file IdentifierExpr.h. |
|
Reimplemented from CExpression. Definition at line 19 of file IdentifierExpr.cpp. |
|
Reimplemented from CExpression. Definition at line 17 of file IdentifierExpr.h. |
|
Reimplemented from CExpression. Definition at line 22 of file IdentifierExpr.h. |
|
Reimplemented from CExpression. Definition at line 15 of file IdentifierExpr.h. |
|
Reimplemented from CExpression. Definition at line 14 of file IdentifierExpr.h. |
|
Reimplemented from CExpression. Definition at line 16 of file IdentifierExpr.h. |