Piethon
1.0
A Python-like interpreter using flex and bison.
|
#include <expression.h>
Public Member Functions | |
ExpressionList () | |
~ExpressionList () | |
void | add (Expression *exp) |
unsigned int | size () const |
list< Expression * >::const_iterator | begin () const |
list< Expression * >::const_iterator | end () const |
Definition at line 183 of file expression.h.
|
inline |
Definition at line 185 of file expression.h.
ExpressionList::~ExpressionList | ( | ) |
Definition at line 99 of file expression.cpp.
void ExpressionList::add | ( | Expression * | exp | ) |
Definition at line 83 of file expression.cpp.
list< Expression * >::const_iterator ExpressionList::begin | ( | ) | const |
Definition at line 91 of file expression.cpp.
list< Expression * >::const_iterator ExpressionList::end | ( | ) | const |
Definition at line 95 of file expression.cpp.
unsigned int ExpressionList::size | ( | ) | const |
Definition at line 87 of file expression.cpp.