#include <YExpression.h>
Inheritance diagram for YEBinary:
Public Member Functions | |
YEBinary (declaration_t *decl, YCodePtr arg1, YCodePtr arg2) | |
YEBinary (std::istream &str) | |
~YEBinary () | |
declaration_t * | decl () |
string | toString () const |
YCPValue | evaluate (bool cse=false) |
std::ostream & | toStream (std::ostream &str) const |
constTypePtr | type () const |
Private Member Functions | |
REP_BODY (YEBinary) | |
Private Attributes | |
declaration_t * | m_decl |
YCodePtr | m_arg1 |
YCodePtr | m_arg2 |
|
|
|
|
|
|
|
|
|
evaluate YCode to YCPValue if debugger == 0 called for parse time evaluation (i.e. constant subexpression elimination) else called for runtime evaluation Reimplemented from YCode. |
|
|
|
writes YCode to a stream see Bytecode for read Implements YCode. |
|
Returns an ASCII representation of the YCode. Reimplemented from YCode. |
|
return type (interesting mostly for function calls) Reimplemented from YCode. |
|
|
|
|
|
|