RexLexer Class

Definition

Line 5 of System.RegularExpressions/RexLexer.cm

Inheritance

Constructors & Destructor

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

RexLexer Constructor

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

Definition
Line 7 of System.RegularExpressions/RexLexer.cm


RexLexer Constructor

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

Definition
Line 12 of System.RegularExpressions/RexLexer.cm


Member Function Details

GetTokenId Member Function

private int GetTokenId(int statementIndex)

Definition
Line 3004 of System.RegularExpressions/RexLexer.cm


NextState Member Function

public override int NextState(int state, uchar c)

Definition
Line 17 of System.RegularExpressions/RexLexer.cm