MdbLexer Class

Definition

Line 7 of cmsxmdb/MdbLexer.cm

Inheritance

Constructors & Destructor

public MdbLexer(const String<uchar>& content_, const String<char>& fileName_, int fileIndex_)
public MdbLexer(const uchar* start_, const uchar* end_, const String<char>& fileName_, int fileIndex_)

Member Functions

private int GetTokenId(int statementIndex)
public override int NextState(int state, uchar c)

Constructor& Destructor Details

MdbLexer Constructor

public MdbLexer(const String<uchar>& content_, const String<char>& fileName_, int fileIndex_)

Definition
Line 9 of cmsxmdb/MdbLexer.cm


MdbLexer Constructor

public MdbLexer(const uchar* start_, const uchar* end_, const String<char>& fileName_, int fileIndex_)

Definition
Line 15 of cmsxmdb/MdbLexer.cm


Member Function Details

GetTokenId Member Function

private int GetTokenId(int statementIndex)

Definition
Line 729 of cmsxmdb/MdbLexer.cm


NextState Member Function

public override int NextState(int state, uchar c)

Definition
Line 21 of cmsxmdb/MdbLexer.cm