Piethon
1.0
A Python-like interpreter using flex and bison.
|
#include <statement.h>
Public Member Functions | |
virtual | ~Statement () |
virtual void | eval (SymbolTable &, FunctionTable &) const =0 |
virtual int | getLineNumber () const |
Protected Member Functions | |
Statement () | |
Statement (int i) | |
Protected Attributes | |
int | lineNumber |
Definition at line 18 of file statement.h.
|
inlinevirtual |
Definition at line 20 of file statement.h.
|
inlineprotected |
Definition at line 26 of file statement.h.
|
inlineprotected |
Definition at line 27 of file statement.h.
|
pure virtual |
Implemented in Return, Print, While, IfElse, FunctionDef, FunctionCall, and Assignment.
|
virtual |
Definition at line 16 of file statement.cpp.
|
protected |
Definition at line 28 of file statement.h.