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

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