Piethon
1.0
A Python-like interpreter using flex and bison.
|
#include <exception.h>
Public Member Functions | |
UnboundIdentifier () | |
Public Member Functions inherited from ParseException | |
virtual int | getLineNumber () const |
virtual const char * | what () const throw () |
Additional Inherited Members | |
Protected Member Functions inherited from ParseException | |
ParseException (const char *m) | |
Protected Attributes inherited from ParseException | |
const char * | msg |
int | lineNumber |
Definition at line 50 of file exception.h.
|
inline |
Definition at line 52 of file exception.h.