RegExLexer Class

Definition

Line 7 of scmlg/RegExLexer.cm

Inheritance

Constructors & Destructor

public RegExLexer(const String<uchar>& content_, const String<char>& fileName_, int fileIndex_)
public RegExLexer(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

RegExLexer Constructor

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

Definition
Line 9 of scmlg/RegExLexer.cm


RegExLexer Constructor

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

Definition
Line 14 of scmlg/RegExLexer.cm


Member Function Details

GetTokenId Member Function

private int GetTokenId(int statementIndex)

Definition
Line 3068 of scmlg/RegExLexer.cm


NextState Member Function

public override int NextState(int state, uchar c)

Definition
Line 19 of scmlg/RegExLexer.cm