Piethon
1.0
A Python-like interpreter using flex and bison.
|
#include <exception.h>
Public Member Functions | |
ReturnValue (const Number &num, int line) | |
const char * | what () const throw () |
Number | getValue () const |
int | getLineNumber () const |
Definition at line 68 of file exception.h.
|
inline |
Definition at line 70 of file exception.h.
int ReturnValue::getLineNumber | ( | ) | const |
Definition at line 19 of file exception.cpp.
Number ReturnValue::getValue | ( | ) | const |
Definition at line 15 of file exception.cpp.
const char * ReturnValue::what | ( | ) | const | |
throw | ( | |||
) |
Definition at line 11 of file exception.cpp.