#include <parseinfo.hh>
ParseInfo::ParseInfo |
( |
unsigned long |
errorNo, |
|
|
const char * |
token, |
|
|
unsigned int |
lineNo, |
|
|
unsigned |
columnNo |
|
) |
| |
constructor getting error number, token and location information
ParseInfo::ParseInfo |
( |
const ParseInfo & |
old | ) |
|
ParseInfo::ParseInfo |
( |
const char * |
token, |
|
|
unsigned int |
lineNo, |
|
|
unsigned |
columnNo |
|
) |
| |
constructor getting token and location information
unsigned int ParseInfo::getColumnNo |
( |
| ) |
const |
|
inline |
unsigned long ParseInfo::getErrorNo |
( |
| ) |
const |
|
inline |
unsigned int ParseInfo::getLineNo |
( |
| ) |
const |
|
inline |
const std::string& ParseInfo::getToken |
( |
| ) |
const |
|
inline |
void ParseInfo::printStatus |
( |
std::ostream & |
s = std::cout | ) |
const |
void ParseInfo::setColumnNo |
( |
unsigned int |
columnNo | ) |
|
|
inline |
void ParseInfo::setErrorNo |
( |
unsigned long |
errorNo | ) |
|
|
inline |
void ParseInfo::setLineNo |
( |
unsigned int |
lineNo | ) |
|
|
inline |
void ParseInfo::setToken |
( |
const std::string & |
text | ) |
|
|
inline |
void ParseInfo::setToken |
( |
const char * |
text | ) |
|
|
inline |
The documentation for this class was generated from the following file: