Piethon
1.0
A Python-like interpreter using flex and bison.
|
#include <statement.h>
Public Member Functions | |
While (Expression *cond, StatementList *sList) | |
~While () | |
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 98 of file statement.h.
|
inline |
Definition at line 100 of file statement.h.
While::~While | ( | ) |
Definition at line 64 of file statement.cpp.
|
virtual |
Implements Statement.
Definition at line 69 of file statement.cpp.