Main Page Class Hierarchy Compound List Compound Members Related Pages
ExpressionString Class ReferenceExpressionString represent a string constant in a expression tree.
More...
#include <Expression.h>
Inheritance diagram for ExpressionString
[legend]Collaboration diagram for ExpressionString:
[legend]List of all members.
Public Methods |
|
| ExpressionString (const string &s) |
|
virtual void | GenerateCode (Assembler *pAssembler,bool lvalue) |
|
string | getValue () |
|
virtual Type | getResultType () |
|
virtual bool | isConstant () |
Detailed Description
ExpressionString represent a string constant in a expression tree.
The documentation for this class was generated from the following file:
|