#include <YExpression.h>
Inheritance diagram for YEIs:

Public Member Functions | |
| YEIs (YCodePtr expr, constTypePtr type) | |
| YEIs (bytecodeistream &str) | |
| ~YEIs () | |
| virtual ykind | kind () const |
| string | toString () const |
| YCPValue | evaluate (bool cse=false) |
| std::ostream & | toStream (std::ostream &str) const |
| constTypePtr | type () const |
Private Member Functions | |
| REP_BODY (YEIs) | |
Private Attributes | |
| YCodePtr | m_expr |
| constTypePtr | m_type |
| YEIs::YEIs | ( | YCodePtr | expr, | |
| constTypePtr | type | |||
| ) |
| YEIs::YEIs | ( | bytecodeistream & | str | ) |
| YEIs::~YEIs | ( | ) |
| YEIs::REP_BODY | ( | YEIs | ) | [private] |
| string YEIs::toString | ( | ) | const [virtual] |
| YCPValue YEIs::evaluate | ( | bool | cse = false |
) | [virtual] |
| std::ostream & YEIs::toStream | ( | std::ostream & | str | ) | const [virtual] |
| constTypePtr YEIs::type | ( | ) | const [inline, virtual] |
return type (interesting mostly for function calls)
Reimplemented from YCode.
YCodePtr YEIs::m_expr [private] |
constTypePtr YEIs::m_type [private] |
1.5.0