#include <skParseException.h>
Public Member Functions | |
| skCompileError () | |
| Default constructor. | |
| skCompileError (const skCompileError &e) | |
| Copy constructor. | |
| skCompileError (skString location, int line_num, const skString &msg, const skString &lex_buffer) | |
| Constructor which is passed information about the error. | |
| skCompileError & | operator= (const skCompileError &e) |
| Assignment operator. | |
| skString | location () const |
| returns the location of the script, as passed into the parse() function | |
| int | lineNum () const |
| shows the line number where the syntax error occurred | |
| skString | msg () const |
| gives a message about the error | |
| skString | lexBuffer () const |
| returns the lex buffer being handled at the time | |
| skString | toString () const |
| this method returns a string representation of the whole error | |
| bool | operator== (const skCompileError &err) const |
| this message compares two compile errors | |
|
|
this message compares two compile errors
|
1.3