#include <expr.h>
Inheritance diagram for UnaryExpression:
Public Methods | |
UnaryExpression (enum token t, Expression *l) | |
Protected Methods | |
virtual far Value | eval () |
virtual | ~UnaryExpression () |
Protected Attributes | |
Expression * | expr_ |
Definition at line 107 of file expr.h.