Piethon
1.0
A Python-like interpreter using flex and bison.
|
#include <expression.h>
Public Member Functions | |
Negation (Expression *e) | |
~Negation () | |
virtual Number | eval (const SymbolTable &, const FunctionTable &) const |
Public Member Functions inherited from Expression | |
virtual | ~Expression () |
Additional Inherited Members | |
Protected Member Functions inherited from Expression | |
Expression () | |
Definition at line 49 of file expression.h.
|
inline |
Definition at line 51 of file expression.h.
Negation::~Negation | ( | ) |
Definition at line 14 of file expression.cpp.
|
virtual |
Implements Expression.
Definition at line 18 of file expression.cpp.