Piethon
1.0
A Python-like interpreter using flex and bison.
|
#include <function.h>
Public Member Functions | |
Function (ParameterList *pList, StatementList *sList) | |
~Function () | |
Number | apply (const SymbolTable &, const FunctionTable &, ExpressionList *) const |
Number | apply (const SymbolTable &st, const FunctionTable &ft) const |
Definition at line 29 of file function.h.
|
inline |
Definition at line 31 of file function.h.
Function::~Function | ( | ) |
Definition at line 24 of file function.cpp.
Number Function::apply | ( | const SymbolTable & | st, |
const FunctionTable & | ft, | ||
ExpressionList * | argList | ||
) | const |
Definition at line 39 of file function.cpp.
Number Function::apply | ( | const SymbolTable & | st, |
const FunctionTable & | ft | ||
) | const |
Definition at line 29 of file function.cpp.