|
ztsdb
|
Public Member Functions | |
| Binop (unsigned op_p, E *l, E *r, loc_t loc_p, E *a=nullptr) | |
| virtual Binop * | clone () const |
| virtual bool | operator== (const Binop &b) const |
Public Member Functions inherited from E | |
| E (Etype et, const loc_t &l) | |
| virtual bool | operator== (const E &o) const |
Public Attributes | |
| unsigned | op |
| E * | left |
| E * | right |
| E * | attrib |
Public Attributes inherited from E | |
| Etype | etype |
| loc_t | loc |
1.8.17