#include <Parser.h>
|
| | Errors () |
| virtual | ~Errors () |
| virtual void | SynErr (int line, int col, int pos, int n) |
| virtual void | Error (int line, int col, int pos, const wchar_t *s) |
| virtual void | Warning (int line, int col, int pos, const wchar_t *s) |
| virtual void | Warning (const wchar_t *s) |
| virtual void | Exception (const wchar_t *s) |
◆ Errors()
| WsfGrammar::Errors::Errors |
( |
| ) |
|
◆ ~Errors()
| virtual WsfGrammar::Errors::~Errors |
( |
| ) |
|
|
inlinevirtual |
◆ Error()
| void WsfGrammar::Errors::Error |
( |
int | line, |
|
|
int | col, |
|
|
int | pos, |
|
|
const wchar_t * | s ) |
|
virtual |
◆ Exception()
| void WsfGrammar::Errors::Exception |
( |
const wchar_t * | s | ) |
|
|
virtual |
◆ SynErr()
| void WsfGrammar::Errors::SynErr |
( |
int | line, |
|
|
int | col, |
|
|
int | pos, |
|
|
int | n ) |
|
virtual |
◆ Warning() [1/2]
| void WsfGrammar::Errors::Warning |
( |
const wchar_t * | s | ) |
|
|
virtual |
◆ Warning() [2/2]
| void WsfGrammar::Errors::Warning |
( |
int | line, |
|
|
int | col, |
|
|
int | pos, |
|
|
const wchar_t * | s ) |
|
virtual |
◆ count
| int WsfGrammar::Errors::count |
◆ mErrors
| std::vector<std::string> WsfGrammar::Errors::mErrors |
The documentation for this class was generated from the following files: