#include <DICScannerBase.h>
Inherited by DICParser.
Inheritance diagram for DICScanner:
Public Member Functions | |
DICScanner (istream *yyin) | |
DICScanner () | |
void | Clear () |
void | Reset () |
int | ProcessNone () |
void | ProcessWhiteSpace () |
int | ProcessData () |
int | ProcessItemSaveBegin () |
int | ProcessCategorySaveBegin () |
int | ProcessSaveEndScanner () |
int | ProcessLoopScanner () |
void | ProcessStop () |
int | ProcessDot () |
int | ProcessQuestion () |
void | ProcessComment () |
int | ProcessItemNameScanner () |
int | ProcessUnquotedString () |
int | ProcessSQuotedString () |
int | ProcessDQuotedString () |
int | ProcessEof () |
virtual int | yylex () |
virtual | ~DICScanner () |
Public Attributes | |
int | NDBlineNo |
int | isSave |
Protected Member Functions | |
void | alt_yymore (void) |
void | OpenLog (const string &logName, int verboseLevel) |
Protected Attributes | |
string * | _tBuf |
int | _isText |
int | _i |
int | _j |
int | _len |
ofstream | log |
int | _verbose |
DICScanner::DICScanner | ( | istream * | yyin | ) |
DICScanner::DICScanner | ( | ) |
virtual DICScanner::~DICScanner | ( | ) | [inline, virtual] |
void DICScanner::alt_yymore | ( | void | ) | [protected] |
void DICScanner::OpenLog | ( | const string & | logName, | |
int | verboseLevel | |||
) | [protected] |
void DICScanner::Clear | ( | ) |
Reimplemented in DICParser.
void DICScanner::Reset | ( | ) |
Reimplemented in DICParser.
int DICScanner::ProcessNone | ( | ) |
void DICScanner::ProcessWhiteSpace | ( | ) |
int DICScanner::ProcessData | ( | ) |
int DICScanner::ProcessItemSaveBegin | ( | ) |
int DICScanner::ProcessCategorySaveBegin | ( | ) |
int DICScanner::ProcessSaveEndScanner | ( | ) |
int DICScanner::ProcessLoopScanner | ( | ) |
void DICScanner::ProcessStop | ( | ) |
int DICScanner::ProcessDot | ( | ) |
int DICScanner::ProcessQuestion | ( | ) |
void DICScanner::ProcessComment | ( | ) |
int DICScanner::ProcessItemNameScanner | ( | ) |
int DICScanner::ProcessUnquotedString | ( | ) |
int DICScanner::ProcessSQuotedString | ( | ) |
int DICScanner::ProcessDQuotedString | ( | ) |
int DICScanner::ProcessEof | ( | ) |
int DICScanner::yylex | ( | ) | [virtual] |
string* DICScanner::_tBuf [protected] |
int DICScanner::_isText [protected] |
int DICScanner::_i [protected] |
int DICScanner::_j [protected] |
int DICScanner::_len [protected] |
ofstream DICScanner::log [protected] |
int DICScanner::_verbose [protected] |