BinaryExpression Class ReferenceBinary expression.
More...
#include <expr.h>
Inheritance diagram for BinaryExpression:
List of all members.
Public Methods |
|
| BinaryExpression (enum token t, Expression *l, Expression *r) |
Protected Methods |
|
virtual far Value | eval () |
|
virtual | ~BinaryExpression () |
Protected Attributes |
|
Expression * | left_ |
|
Expression * | right_ |
Detailed Description
Binary expression.
Definition at line 86 of file expr.h.The documentation for this class was generated from the following files:
|