#include <YExpression.h>

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 |
| std::ostream & | toXml (std::ostream &str, int indent) 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 | ( | void | ) | const [virtual] |
| YCPValue YEIs::evaluate | ( | bool | cse = false |
) | [virtual] |
| std::ostream & YEIs::toStream | ( | std::ostream & | str | ) | const [virtual] |
| std::ostream & YEIs::toXml | ( | std::ostream & | str, | |
| int | indent | |||
| ) | const [virtual] |
Implements YCode.
| 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.3