|
Piethon
1.0
A Python-like interpreter using flex and bison.
|
#include <statement.h>


Public Member Functions | |
| FunctionCall (const string &n, ExpressionList *el) | |
| ~FunctionCall () | |
| void | eval (SymbolTable &, FunctionTable &) const |
Public Member Functions inherited from Statement | |
| virtual | ~Statement () |
| virtual int | getLineNumber () const |
Additional Inherited Members | |
Protected Member Functions inherited from Statement | |
| Statement () | |
| Statement (int i) | |
Protected Attributes inherited from Statement | |
| int | lineNumber |
Definition at line 57 of file statement.h.
|
inline |
Definition at line 59 of file statement.h.
| FunctionCall::~FunctionCall | ( | ) |
Definition at line 29 of file statement.cpp.
|
virtual |
1.8.13