UriLexer Class

Definition

Line 7 of System.Net.Http/UriLexer.cm

Inheritance

Constructors & Destructor

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

UriLexer Constructor

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

Definition
Line 9 of System.Net.Http/UriLexer.cm


UriLexer Constructor

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

Definition
Line 14 of System.Net.Http/UriLexer.cm


Member Function Details

GetTokenId Member Function

private int GetTokenId(int statementIndex)

Definition
Line 740 of System.Net.Http/UriLexer.cm


NextState Member Function

public override int NextState(int state, uchar c)

Definition
Line 19 of System.Net.Http/UriLexer.cm