#include <YStatement.h>
Inheritance diagram for YSAssign:

Public Member Functions | |
| YSAssign (SymbolEntryPtr entry, YCodePtr code, int line=0) | |
| YSAssign (bytecodeistream &str) | |
| ~YSAssign () | |
| virtual ykind | kind () const |
| string | toString () const |
| std::ostream & | toStream (std::ostream &str) const |
| YCPValue | evaluate (bool cse=false) |
Protected Attributes | |
| SymbolEntryPtr | m_entry |
| YCodePtr | m_code |
Private Member Functions | |
| REP_BODY (YSAssign) | |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
evaluate YCode to YCPValue if debugger == 0 called for parse time evaluation (i.e. constant subexpression elimination) else called for runtime evaluation Reimplemented from YStatement. |
|
|
Returns the YCode kind Implements YCode. Reimplemented in YSVariable. |
|
|
|
|
|
writes YCode to a stream see Bytecode for read Reimplemented from YStatement. |
|
|
Returns an ASCII representation of the YCode. Reimplemented from YStatement. Reimplemented in YSVariable. |
|
|
|
|
|
|
1.4.6